diff --git a/README.txt b/README.txt index c6ddfad..662c2c9 100644 --- a/README.txt +++ b/README.txt @@ -35,6 +35,46 @@ Workstation, Player, or Fusion. Some of the examples will work on older versions, but Workstation 6.5.x or Fusion 2.0.x is strongly recommended. +Screen Object +------------- + +Any of the examples that begin with "screen-" make use of a new virtual +hardware feature called "Screen Object". This feature first appears in +Workstation 7.0 and Fusion 3.0, and it is enabled by default only for +Windows 7, Windows Server 2008, Windows Vista, and Mac OS guests. To +use Screen Object, you can pick one of those guest OS types or you can +add a configuration option to your VM's VMX file or to your per-user +VMware config file: + + svga.enableScreenObject = TRUE + +We plan to enable Screen Object by default in a future virtual machine +hardware version. Screen Object is enabled conditionally for the above +guest OS types on hardware version 7 (the current hardware version +for Workstation 6.5 and 7.0, Fusion 2.x and 3.0) in order to provide +better support to the WDDM and Mac OS video drivers on VMware's desktop +products. Screen Object is never available on hardware version 6 and +earlier. + +Screen Object allows several new capabilities including more efficient +management of framebuffer memory, dynamic creation and destruction of +virtual monitors, and it is leading up to the deprecation of BAR1 +memory in favor of guest system memory. + +To see the new Screen Object capabilities in action, try the +screen-multimon test. Note that not all Screen Object features are +fully supported on all host OSes. Currently, only Fusion 3.0 supports +the following features: + + - Rendering and reading back from non-rooted screens. + - Preserving contents of screens which overlap in the + virtual coordinate space. + - Hardware-accelerated scaling for the new SVGA3D-to-screen blit. + +These are relatively minor edge cases, though. If you design a +multi-monitor driver using Screen Object, it should run correctly on +all hosts that support Screen Object. + Contents -------- diff --git a/bin/2dmark.img b/bin/2dmark.img index 63c06cf..f2cb37f 100755 Binary files a/bin/2dmark.img and b/bin/2dmark.img differ diff --git a/bin/backdoor-tclo.img b/bin/backdoor-tclo.img new file mode 100755 index 0000000..2af6409 Binary files /dev/null and b/bin/backdoor-tclo.img differ diff --git a/bin/backdoor-tclo.vmx b/bin/backdoor-tclo.vmx new file mode 100755 index 0000000..228cfb9 --- /dev/null +++ b/bin/backdoor-tclo.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 4 +displayname = backdoor-tclo +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = backdoor-tclo.img diff --git a/bin/blit-cube.img b/bin/blit-cube.img index 9cd12a0..1c07b96 100755 Binary files a/bin/blit-cube.img and b/bin/blit-cube.img differ diff --git a/bin/bunnies.img b/bin/bunnies.img index 5f4fa4f..d2faa71 100755 Binary files a/bin/bunnies.img and b/bin/bunnies.img differ diff --git a/bin/cube.img b/bin/cube.img index 5f11b0d..0cd0024 100755 Binary files a/bin/cube.img and b/bin/cube.img differ diff --git a/bin/cubemark.img b/bin/cubemark.img index c480dbd..14aa492 100755 Binary files a/bin/cubemark.img and b/bin/cubemark.img differ diff --git a/bin/dynamic-vertex-stress.img b/bin/dynamic-vertex-stress.img index 15bb0ed..f827197 100755 Binary files a/bin/dynamic-vertex-stress.img and b/bin/dynamic-vertex-stress.img differ diff --git a/bin/dynamic-vertex.img b/bin/dynamic-vertex.img index 4d68ec1..6531ce8 100755 Binary files a/bin/dynamic-vertex.img and b/bin/dynamic-vertex.img differ diff --git a/bin/fence-stress.img b/bin/fence-stress.img index 5552a1d..58031bf 100755 Binary files a/bin/fence-stress.img and b/bin/fence-stress.img differ diff --git a/bin/gmr-test.img b/bin/gmr-test.img index 5c4be5f..335f6bb 100755 Binary files a/bin/gmr-test.img and b/bin/gmr-test.img differ diff --git a/bin/half-float-test.img b/bin/half-float-test.img index 3526f02..331782f 100755 Binary files a/bin/half-float-test.img and b/bin/half-float-test.img differ diff --git a/bin/noscreen-cursor.img b/bin/noscreen-cursor.img new file mode 100755 index 0000000..c3a8cf8 Binary files /dev/null and b/bin/noscreen-cursor.img differ diff --git a/bin/noscreen-cursor.vmx b/bin/noscreen-cursor.vmx new file mode 100644 index 0000000..9f335d3 --- /dev/null +++ b/bin/noscreen-cursor.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 4 +displayname = noscreen-cursor +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = noscreen-cursor.img diff --git a/bin/null.img b/bin/null.img new file mode 100755 index 0000000..5658a13 Binary files /dev/null and b/bin/null.img differ diff --git a/bin/null.vmx b/bin/null.vmx new file mode 100644 index 0000000..143225c --- /dev/null +++ b/bin/null.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 4 +displayname = null +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = null.img diff --git a/bin/pong.img b/bin/pong.img index b7aea29..ae2574c 100755 Binary files a/bin/pong.img and b/bin/pong.img differ diff --git a/bin/presentReadback.img b/bin/presentReadback.img index 36791c3..b5c23e1 100755 Binary files a/bin/presentReadback.img and b/bin/presentReadback.img differ diff --git a/bin/resolution-set.img b/bin/resolution-set.img new file mode 100755 index 0000000..4f41f23 Binary files /dev/null and b/bin/resolution-set.img differ diff --git a/bin/resolution-set.vmx b/bin/resolution-set.vmx new file mode 100755 index 0000000..ee68e3f --- /dev/null +++ b/bin/resolution-set.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 4 +displayname = resolution-set +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = resolution-set.img diff --git a/bin/screen-annotation.img b/bin/screen-annotation.img new file mode 100755 index 0000000..8c3ca97 Binary files /dev/null and b/bin/screen-annotation.img differ diff --git a/bin/screen-annotation.vmx b/bin/screen-annotation.vmx new file mode 100644 index 0000000..72533c0 --- /dev/null +++ b/bin/screen-annotation.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 16 +displayname = screen-annotation +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = screen-annotation.img diff --git a/bin/screen-cursor.img b/bin/screen-cursor.img new file mode 100755 index 0000000..d9e01f2 Binary files /dev/null and b/bin/screen-cursor.img differ diff --git a/bin/screen-cursor.vmx b/bin/screen-cursor.vmx new file mode 100644 index 0000000..4a7a8b3 --- /dev/null +++ b/bin/screen-cursor.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 16 +displayname = screen-cursor +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = screen-cursor.img diff --git a/bin/screen-dma-coalesce.img b/bin/screen-dma-coalesce.img new file mode 100755 index 0000000..9f97268 Binary files /dev/null and b/bin/screen-dma-coalesce.img differ diff --git a/bin/screen-dma-coalesce.vmx b/bin/screen-dma-coalesce.vmx new file mode 100644 index 0000000..0951ac6 --- /dev/null +++ b/bin/screen-dma-coalesce.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 16 +displayname = screen-dma-coalesce +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = screen-dma-coalesce.img diff --git a/bin/screen-gmr-discontig.img b/bin/screen-gmr-discontig.img new file mode 100755 index 0000000..22e1deb Binary files /dev/null and b/bin/screen-gmr-discontig.img differ diff --git a/bin/screen-gmr-discontig.vmx b/bin/screen-gmr-discontig.vmx new file mode 100644 index 0000000..bd8fe34 --- /dev/null +++ b/bin/screen-gmr-discontig.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 32 +displayname = screen-gmr-discontig +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = screen-gmr-discontig.img diff --git a/bin/screen-gmr-remap.img b/bin/screen-gmr-remap.img new file mode 100755 index 0000000..959c018 Binary files /dev/null and b/bin/screen-gmr-remap.img differ diff --git a/bin/screen-gmr-remap.vmx b/bin/screen-gmr-remap.vmx new file mode 100644 index 0000000..44f35ab --- /dev/null +++ b/bin/screen-gmr-remap.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 32 +displayname = screen-gmr-remap +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = screen-gmr-remap.img diff --git a/bin/screen-multimon.img b/bin/screen-multimon.img new file mode 100755 index 0000000..bcf8ac5 Binary files /dev/null and b/bin/screen-multimon.img differ diff --git a/bin/screen-multimon.vmx b/bin/screen-multimon.vmx new file mode 100644 index 0000000..30ec3ef --- /dev/null +++ b/bin/screen-multimon.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 16 +displayname = screen-multimon +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = screen-multimon.img diff --git a/bin/screen-present-clip.img b/bin/screen-present-clip.img new file mode 100755 index 0000000..d44b7b2 Binary files /dev/null and b/bin/screen-present-clip.img differ diff --git a/bin/screen-present-clip.vmx b/bin/screen-present-clip.vmx new file mode 100644 index 0000000..d264a18 --- /dev/null +++ b/bin/screen-present-clip.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 16 +displayname = screen-present-clip +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = screen-present-clip.img diff --git a/bin/screen-render-test.img b/bin/screen-render-test.img new file mode 100755 index 0000000..1f939d0 Binary files /dev/null and b/bin/screen-render-test.img differ diff --git a/bin/screen-render-test.vmx b/bin/screen-render-test.vmx new file mode 100644 index 0000000..c9753a0 --- /dev/null +++ b/bin/screen-render-test.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 16 +displayname = screen-render-test +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = screen-render-test.img diff --git a/bin/screen-simple.img b/bin/screen-simple.img new file mode 100755 index 0000000..e24e892 Binary files /dev/null and b/bin/screen-simple.img differ diff --git a/bin/screen-simple.vmx b/bin/screen-simple.vmx new file mode 100644 index 0000000..6af0305 --- /dev/null +++ b/bin/screen-simple.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 16 +displayname = screen-simple +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = screen-simple.img diff --git a/bin/screen-text.img b/bin/screen-text.img new file mode 100755 index 0000000..2812846 Binary files /dev/null and b/bin/screen-text.img differ diff --git a/bin/screen-text.vmx b/bin/screen-text.vmx new file mode 100644 index 0000000..cde9211 --- /dev/null +++ b/bin/screen-text.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 16 +displayname = screen-text +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = screen-text.img diff --git a/bin/simple-shaders.img b/bin/simple-shaders.img index 0621273..e8fc9ce 100755 Binary files a/bin/simple-shaders.img and b/bin/simple-shaders.img differ diff --git a/bin/simple_blit.img b/bin/simple_blit.img index e961294..9bdee69 100755 Binary files a/bin/simple_blit.img and b/bin/simple_blit.img differ diff --git a/bin/tiny-2d-updates.img b/bin/tiny-2d-updates.img new file mode 100755 index 0000000..f10802d Binary files /dev/null and b/bin/tiny-2d-updates.img differ diff --git a/bin/tiny-2d-updates.vmx b/bin/tiny-2d-updates.vmx new file mode 100644 index 0000000..5f38ad3 --- /dev/null +++ b/bin/tiny-2d-updates.vmx @@ -0,0 +1,9 @@ +config.version = 8 +virtualHW.version = 7 +memsize = 4 +displayname = tiny-2d-updates +guestOS = other +mks.enable3d = TRUE +floppy0.startConnected = TRUE +floppy0.fileType = file +floppy0.fileName = tiny-2d-updates.img diff --git a/bin/video-formats.img b/bin/video-formats.img index c2ed405..ba0df0a 100755 Binary files a/bin/video-formats.img and b/bin/video-formats.img differ diff --git a/bin/video-sync.img b/bin/video-sync.img index 735d6dd..8983f53 100755 Binary files a/bin/video-sync.img and b/bin/video-sync.img differ diff --git a/examples/noscreen-cursor/Makefile b/examples/noscreen-cursor/Makefile new file mode 100644 index 0000000..a5871c8 --- /dev/null +++ b/examples/noscreen-cursor/Makefile @@ -0,0 +1,6 @@ +TARGET = noscreen-cursor.img + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/noscreen-cursor/beachball_mono.h b/examples/noscreen-cursor/beachball_mono.h new file mode 100644 index 0000000..55e4bbf --- /dev/null +++ b/examples/noscreen-cursor/beachball_mono.h @@ -0,0 +1,96 @@ +0xff, 0xff, 0xf0, 0x0f, 0xff, 0xff, 0x00, 0x00, +0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, +0xff, 0xfc, 0x00, 0x00, 0x3f, 0xff, 0x00, 0x00, +0xff, 0xf0, 0x00, 0x00, 0x0f, 0xff, 0x00, 0x00, +0xff, 0xc0, 0x00, 0x00, 0x03, 0xff, 0x00, 0x00, +0xff, 0x80, 0x00, 0x00, 0x01, 0xff, 0x00, 0x00, +0xff, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, +0xfe, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, +0xf8, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xf8, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, +0xfe, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, +0xff, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, +0xff, 0x80, 0x00, 0x00, 0x01, 0xff, 0x00, 0x00, +0xff, 0xc0, 0x00, 0x00, 0x03, 0xff, 0x00, 0x00, +0xff, 0xf0, 0x00, 0x00, 0x0f, 0xff, 0x00, 0x00, +0xff, 0xfc, 0x00, 0x00, 0x3f, 0xff, 0x00, 0x00, +0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, +0xff, 0xff, 0xf0, 0x0f, 0xff, 0xff, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x03, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x1f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x7f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x01, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x1f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x1f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xe0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x80, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xfe, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xf8, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xf0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xc0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, diff --git a/examples/noscreen-cursor/beachball_mono_xor.h b/examples/noscreen-cursor/beachball_mono_xor.h new file mode 100644 index 0000000..e33b082 --- /dev/null +++ b/examples/noscreen-cursor/beachball_mono_xor.h @@ -0,0 +1,96 @@ +0xff, 0xff, 0xf0, 0x0f, 0xff, 0xff, 0x00, 0x00, +0xff, 0xff, 0x0f, 0x00, 0xff, 0xff, 0x00, 0x00, +0xff, 0xfc, 0xff, 0x00, 0x3f, 0xff, 0x00, 0x00, +0xff, 0xf3, 0xff, 0x00, 0x0f, 0xff, 0x00, 0x00, +0xff, 0xcf, 0xff, 0x00, 0x03, 0xff, 0x00, 0x00, +0xff, 0x9f, 0xff, 0x00, 0x01, 0xff, 0x00, 0x00, +0xff, 0x7f, 0xff, 0x00, 0x00, 0xff, 0x00, 0x00, +0xfe, 0xff, 0xff, 0x00, 0x00, 0x7f, 0x00, 0x00, +0xfd, 0xff, 0xff, 0x00, 0x00, 0x3f, 0x00, 0x00, +0xfb, 0xff, 0xff, 0x00, 0x00, 0x1f, 0x00, 0x00, +0xf3, 0xff, 0xff, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xf7, 0xff, 0xff, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xef, 0xff, 0xff, 0x00, 0x00, 0x07, 0x00, 0x00, +0xef, 0xff, 0xff, 0x00, 0x00, 0x07, 0x00, 0x00, +0xdf, 0xff, 0xff, 0x00, 0x00, 0x03, 0x00, 0x00, +0xdf, 0xff, 0xff, 0x00, 0x00, 0x03, 0x00, 0x00, +0xbf, 0xff, 0xff, 0x00, 0x00, 0x01, 0x00, 0x00, +0xbf, 0xff, 0xff, 0x00, 0x00, 0x01, 0x00, 0x00, +0xbf, 0xff, 0xff, 0x00, 0x00, 0x01, 0x00, 0x00, +0xbf, 0xff, 0xff, 0x00, 0x00, 0x01, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x80, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x00, 0x00, +0x80, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x00, 0x00, +0x80, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x00, 0x00, +0x80, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x00, 0x00, +0xc0, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x00, 0x00, +0xc0, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x00, 0x00, +0xe0, 0x00, 0x00, 0xff, 0xff, 0xf7, 0x00, 0x00, +0xe0, 0x00, 0x00, 0xff, 0xff, 0xf7, 0x00, 0x00, +0xf0, 0x00, 0x00, 0xff, 0xff, 0xef, 0x00, 0x00, +0xf0, 0x00, 0x00, 0xff, 0xff, 0xcf, 0x00, 0x00, +0xf8, 0x00, 0x00, 0xff, 0xff, 0xdf, 0x00, 0x00, +0xfc, 0x00, 0x00, 0xff, 0xff, 0xbf, 0x00, 0x00, +0xfe, 0x00, 0x00, 0xff, 0xff, 0x7f, 0x00, 0x00, +0xff, 0x00, 0x00, 0xff, 0xfe, 0xff, 0x00, 0x00, +0xff, 0x80, 0x00, 0xff, 0xf9, 0xff, 0x00, 0x00, +0xff, 0xc0, 0x00, 0xff, 0xf3, 0xff, 0x00, 0x00, +0xff, 0xf0, 0x00, 0xff, 0xcf, 0xff, 0x00, 0x00, +0xff, 0xfc, 0x00, 0xff, 0x3f, 0xff, 0x00, 0x00, +0xff, 0xff, 0x00, 0xf0, 0xff, 0xff, 0x00, 0x00, +0xff, 0xff, 0xf0, 0x0f, 0xff, 0xff, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x03, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x1f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x7f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x01, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x1f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x1f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xe0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x80, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xfe, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xf8, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xf0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xc0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, diff --git a/examples/noscreen-cursor/chip_mono.h b/examples/noscreen-cursor/chip_mono.h new file mode 100644 index 0000000..728acc6 --- /dev/null +++ b/examples/noscreen-cursor/chip_mono.h @@ -0,0 +1,196 @@ +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x87, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x01, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x1f, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x07, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x01, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x1f, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x07, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x01, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xf0, 0x00, 0x00, 0x00, +0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, +0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x80, 0x30, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x30, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x81, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xe0, 0x10, 0x00, 0x00, 0x00, +0x83, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x01, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x83, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x01, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x83, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xe0, 0x01, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x83, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xe0, 0x07, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xe0, 0x0f, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xe0, 0x0f, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x0f, 0xfc, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x07, 0x80, 0x00, 0x00, 0x00, 0x60, 0x00, 0xfc, 0x0f, 0xfc, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x07, 0xe0, 0x00, 0x00, 0x00, 0xe0, 0x00, 0xfc, 0x0f, 0xfc, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x07, 0xf8, 0x00, 0x00, 0x00, 0xe0, 0x00, 0xfc, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x0f, 0xfe, 0x00, 0x00, 0x00, 0xf0, 0x01, 0xfc, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x0f, 0xff, 0x80, 0x00, 0x00, 0xf0, 0x07, 0xfc, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0x1f, 0xff, 0xe0, 0x00, 0x00, 0xf0, 0x07, 0xfc, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0xff, 0xf8, 0x07, 0x00, 0xf0, 0x07, 0xfc, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0xff, 0xfe, 0x1f, 0x00, 0x78, 0x07, 0xfe, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x7e, 0x07, 0xfe, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x7e, 0x07, 0xfe, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x7e, 0x07, 0xfe, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0xfe, 0x07, 0xfe, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xfe, 0x07, 0xfe, 0x07, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xfe, 0x07, 0xfe, 0x07, 0xfc, 0x00, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xfe, 0x07, 0xfe, 0x07, 0xfc, 0x00, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x07, 0xfe, 0x07, 0xff, 0x30, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x07, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x07, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x07, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x07, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x03, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x03, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x03, 0xff, 0x0f, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x38, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xf8, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xf8, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x3f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, +0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, +0x01, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x3f, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, +0x01, 0xc7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, +0x01, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, +0x03, 0xfc, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x3f, 0xff, 0xff, 0xf1, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xc7, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xff, 0xff, 0xff, 0x1c, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xfc, 0x7f, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xfc, 0x7e, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0x1f, 0xff, 0x0f, 0xfe, 0x3f, 0xff, 0xff, 0xf0, 0x7f, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0xc7, 0xfc, 0x43, 0xf8, 0xff, 0xff, 0xff, 0xc4, 0x3f, 0x00, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0xf1, 0xfb, 0xfb, 0xe3, 0xff, 0xff, 0xff, 0x18, 0x1f, 0x80, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0xfc, 0x79, 0xf3, 0x8f, 0xff, 0xff, 0xfc, 0x03, 0x0f, 0x80, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0xff, 0x1c, 0x06, 0x3f, 0xff, 0xff, 0xf1, 0xcf, 0x8f, 0x80, 0x00, 0x00, 0x00, +0x09, 0xff, 0xff, 0xff, 0xc7, 0xf8, 0xff, 0xff, 0xff, 0xc7, 0xe7, 0x8f, 0x80, 0x00, 0x00, 0x00, +0x04, 0x7f, 0xff, 0xff, 0xf1, 0xe3, 0xff, 0xff, 0xff, 0x1f, 0xf3, 0x8f, 0x80, 0x00, 0x00, 0x00, +0x01, 0x1f, 0xff, 0xff, 0xfc, 0x0f, 0xff, 0xff, 0xfc, 0x3f, 0xfb, 0x8f, 0x80, 0x00, 0x00, 0x00, +0x04, 0x67, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xf0, 0x1f, 0xfb, 0x0f, 0x80, 0x00, 0x00, 0x00, +0x07, 0x11, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xc6, 0x4f, 0xf8, 0x0f, 0x80, 0x00, 0x00, 0x00, +0x07, 0xc4, 0x7f, 0xff, 0xff, 0x7f, 0xff, 0xff, 0x08, 0x0f, 0xf8, 0x0f, 0x80, 0x00, 0x00, 0x00, +0x27, 0xf1, 0x9f, 0xff, 0xff, 0x7f, 0xff, 0xfc, 0x43, 0xc7, 0xf8, 0x0f, 0x80, 0x00, 0x00, 0x00, +0x23, 0xfc, 0x47, 0xff, 0xff, 0x7f, 0xff, 0xf1, 0xf3, 0xc7, 0xf8, 0x07, 0x80, 0x00, 0x00, 0x00, +0x23, 0xff, 0x19, 0xff, 0xff, 0x7f, 0xff, 0xc7, 0xfb, 0xc7, 0xf8, 0x07, 0x80, 0x00, 0x00, 0x00, +0x2b, 0xff, 0xc4, 0x7f, 0xff, 0x7f, 0xff, 0x1f, 0xf9, 0xc7, 0xf8, 0x07, 0x80, 0x00, 0x00, 0x00, +0x28, 0xff, 0xf1, 0x1f, 0xff, 0x7f, 0xfc, 0x1f, 0xfd, 0xc7, 0xf8, 0x04, 0xc0, 0x00, 0x00, 0x00, +0x28, 0x3f, 0xfc, 0x47, 0xff, 0x7f, 0xf1, 0x4f, 0xfd, 0x07, 0xf8, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x28, 0x0f, 0xff, 0x11, 0xff, 0x7f, 0xc6, 0x07, 0xfc, 0x07, 0xfc, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x28, 0x03, 0xff, 0xc6, 0x7f, 0x7f, 0x01, 0xc7, 0xfc, 0x07, 0xfc, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x28, 0x00, 0xff, 0xf1, 0x1f, 0x7c, 0x73, 0xe3, 0xfc, 0x07, 0xf8, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x08, 0x00, 0x3f, 0xfc, 0x47, 0x71, 0xf9, 0xe3, 0xfc, 0x07, 0xf0, 0x02, 0xc0, 0x00, 0x00, 0x00, +0x08, 0x00, 0x0f, 0xff, 0x11, 0x41, 0xfd, 0xeb, 0xfc, 0x03, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x08, 0x00, 0x03, 0xff, 0xc4, 0x14, 0xfc, 0xe3, 0xfc, 0x03, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x18, 0x00, 0xb0, 0xff, 0xf1, 0x20, 0x7e, 0xc3, 0xfc, 0x00, 0x40, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x18, 0x00, 0xb0, 0x3f, 0xfc, 0x1c, 0x3e, 0x03, 0xfc, 0x00, 0x60, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x58, 0x00, 0xa0, 0x0f, 0xff, 0x3e, 0x3e, 0x03, 0xfc, 0x00, 0x60, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x18, 0x00, 0xa0, 0x03, 0xff, 0x7e, 0x3e, 0x03, 0xfc, 0x00, 0x60, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x18, 0x00, 0xa0, 0x00, 0xff, 0x7e, 0x3e, 0x03, 0xfc, 0x00, 0x60, 0x00, 0x40, 0x00, 0x00, 0x00, +0x58, 0x00, 0xa0, 0x00, 0x3f, 0x7e, 0x3e, 0x03, 0xf0, 0x00, 0x60, 0x00, 0x40, 0x00, 0x00, 0x00, +0x58, 0x00, 0x00, 0x00, 0x0f, 0x7c, 0x3e, 0x01, 0xe0, 0x00, 0x60, 0x00, 0x40, 0x00, 0x00, 0x00, +0x58, 0x00, 0x00, 0x00, 0x03, 0x70, 0x3e, 0x01, 0x20, 0x00, 0x60, 0x01, 0x60, 0x00, 0x00, 0x00, +0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x30, 0x00, 0x60, 0x01, 0x60, 0x00, 0x00, 0x00, +0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x30, 0x00, 0x60, 0x00, 0x60, 0x00, 0x00, 0x00, +0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x30, 0x00, 0x20, 0x01, 0x60, 0x00, 0x00, 0x00, +0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x00, 0x00, +0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x00, 0x00, +0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x00, 0x30, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x00, 0x10, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0xb0, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, diff --git a/examples/noscreen-cursor/main.c b/examples/noscreen-cursor/main.c new file mode 100644 index 0000000..a09fe06 --- /dev/null +++ b/examples/noscreen-cursor/main.c @@ -0,0 +1,744 @@ +/* + * This is a modified version of the screen-cursor test, which does + * not use Screen Object or GMRs. It will run on older versions of the + * virtual SVGA device. + * + * This test doesn't draw anything on the screen, but it still + * supports the same set of cursors. + * + * XXX: Use screen-cursor whenever possible. This test is harder to use + * and doesn't test as many things. + */ + +#include "svga.h" +#include "intr.h" +#include "screendraw.h" +#include "keyboard.h" +#include "vmbackdoor.h" +#include "timer.h" +#include "math.h" + + +/* + * Global data + */ + +int currentTest = -1; + +#define FRAME_RATE 60 + + +/* + * Test Cases + */ + +void +testAlphaArrow(void) +{ + static const SVGAFifoCmdDefineAlphaCursor cursor = { + .id = 0, + .hotspotX = 1, + .hotspotY = 1, + .width = 36, + .height = 51, + }; + + static const uint32 data[] = { +# include "rgba_arrow.h" + }; + + void *fifoData; + + /* + * Switch to 8-bit mode. Alpha cursors should work even if the + * legacy framebuffer is in a low color depth. + */ + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 8); + + SVGA_BeginDefineAlphaCursor(&cursor, &fifoData); + memcpy(fifoData, data, sizeof data); + SVGA_FIFOCommitAll(); +} + +void +testGradient(int size) +{ + const SVGAFifoCmdDefineAlphaCursor cursor = { + .id = 0, + .hotspotX = size / 2, + .hotspotY = size / 2, + .width = size, + .height = size, + }; + + uint32 *data; + int x, y; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 8); + SVGA_BeginDefineAlphaCursor(&cursor, (void**) &data); + + for (y = 0; y < cursor.height; y++) { + for (x = 0; x < cursor.width; x++) { + uint8 alpha = y * 255 / cursor.height; + + /* Solid white, with pre-multiplied alpha: L = 255 * alpha / 255 */ + uint8 luma = alpha; + + *(data++) = (alpha << 24) | (luma << 16) | (luma << 8) | luma; + } + } + + SVGA_FIFOCommitAll(); +} + +void +testGradient64(void) +{ + testGradient(64); +} + +void +testGradient180(void) +{ + testGradient(180); +} + +void +testGradient256(void) +{ + testGradient(256); +} + +void +testMonochrome(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 24, + .width = 48, + .height = 48, + .andMaskDepth = 1, + .xorMaskDepth = 1, + }; + + static const uint8 data[] = { +# include "beachball_mono.h" + }; + + void *andData, *xorData; + + /* + * Switch to 32bpp mode, just because we can. Monochrome cursors + * work in any framebuffer depth. + */ + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + + SVGA_BeginDefineCursor(&cursor, &andData, &xorData); + memcpy(andData, data, sizeof data); + SVGA_FIFOCommitAll(); +} + +void +testMonochromeXOR(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 24, + .width = 48, + .height = 48, + .andMaskDepth = 1, + .xorMaskDepth = 1, + }; + + static const uint8 data[] = { +# include "beachball_mono_xor.h" + }; + + void *andData, *xorData; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + SVGA_BeginDefineCursor(&cursor, &andData, &xorData); + memcpy(andData, data, sizeof data); + SVGA_FIFOCommitAll(); +} + +void +testMonochromeLarge(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 50, + .hotspotY = 50, + .width = 100, + .height = 98, + .andMaskDepth = 1, + .xorMaskDepth = 1, + }; + + static const uint8 data[] = { +# include "chip_mono.h" + }; + + void *andData, *xorData; + + /* + * Switch to 32bpp mode, just because we can. Monochrome cursors + * work in any framebuffer depth. + */ + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + + SVGA_BeginDefineCursor(&cursor, &andData, &xorData); + memcpy(andData, data, sizeof data); + SVGA_FIFOCommitAll(); +} + +void +testANDXOR32(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 16, + .hotspotY = 16, + .width = 32, + .height = 32, + .andMaskDepth = 32, + .xorMaskDepth = 32 + }; + + uint32 *andData, *xorData; + int x, y; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + SVGA_BeginDefineCursor(&cursor, (void**) &andData, (void**) &xorData); + + for (y = 0; y < cursor.height; y++) { + for (x = 0; x < cursor.width; x++) { + + *(andData++) = 0x808080; + *(xorData++) = y * 127 / cursor.height; + + } + } + + SVGA_FIFOCommitAll(); +} + +static const uint32 yellowCrabData[] = { +# include "yellow_crab_rgba.h" +}; + +void +buildCrabANDMask(uint8 *andData) +{ + const uint32 *rgba = yellowCrabData; + const int width = 48; + const int height = 50; + + uint32 andPitch = ((width + 31) / 32) * 4; + uint8 *andLine; + int x, y; + + + for (y = 0; y < height; y++) { + andLine = andData; + andData += andPitch; + memset(andLine, 0, andPitch); + + for (x = 0; x < width; x++) { + uint32 color = *(rgba++); + + *andLine <<= 1; + + if ((color & 0xFF000000) == 0) { + /* + * Transparent pixel + */ + *andLine |= 1; + } + + if ((x & 7) == 7) { + andLine++; + } + } + } +} + +void +testCrabAlpha(void) +{ + static const SVGAFifoCmdDefineAlphaCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 25, + .width = 48, + .height = 50, + }; + + void *fifoData; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + SVGA_BeginDefineAlphaCursor(&cursor, &fifoData); + memcpy(fifoData, yellowCrabData, sizeof yellowCrabData); + SVGA_FIFOCommitAll(); +} + +void +testCrabANDXOR32(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 25, + .width = 48, + .height = 50, + .andMaskDepth = 1, + .xorMaskDepth = 32 + }; + + uint8 *andData; + uint32 *xorData; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + SVGA_BeginDefineCursor(&cursor, (void**) &andData, (void**) &xorData); + + buildCrabANDMask(andData); + memcpy(xorData, yellowCrabData, sizeof yellowCrabData); + + SVGA_FIFOCommitAll(); +} + +void +testCrabANDXOR16(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 25, + .width = 48, + .height = 50, + .andMaskDepth = 1, + .xorMaskDepth = 16 + }; + + const uint32 *rgba = yellowCrabData; + uint8 *andData; + uint16 *xorData; + int x, y; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 16); + if (SVGA_ReadReg(SVGA_REG_DEPTH) != 16) { + Console_Panic("Expected SVGA_REG_DEPTH == 16 for 16bpp mode"); + } + + SVGA_BeginDefineCursor(&cursor, (void**) &andData, (void**) &xorData); + + buildCrabANDMask(andData); + + for (y = 0; y < cursor.height; y++) { + for (x = 0; x < cursor.width; x++) { + uint32 color = *(rgba++); + + /* + * Convert to RGB 5-6-5 + */ + + uint8 r = (color >> 19) & 0x1F; + uint8 g = (color >> 10) & 0x3F; + uint8 b = (color >> 3) & 0x1F; + + *(xorData++) = (r << 11) | (g << 5) | b; + } + } + + SVGA_FIFOCommitAll(); +} + +void +testCrabANDXOR8(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 25, + .width = 48, + .height = 50, + .andMaskDepth = 1, + .xorMaskDepth = 8 + }; + + static const uint8 crabPixels[] = { +# include "yellow_crab_256_pixels.h" + }; + + static const uint8 crabColormap[] = { +# include "yellow_crab_256_colormap.h" + }; + + uint8 *andData, *xorData; + int i; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 8); + if (SVGA_ReadReg(SVGA_REG_PSEUDOCOLOR) != TRUE) { + Console_Panic("Expected SVGA_REG_PSUEDOCOLOR == TRUE for 8bpp mode"); + } + + /* + * Load the crab's colormap into the SVGA palette registers. + */ + for (i = 0; i < arraysize(crabColormap); i++) { + SVGA_WriteReg(SVGA_PALETTE_BASE + i, crabColormap[i]); + } + + SVGA_BeginDefineCursor(&cursor, (void**) &andData, (void**) &xorData); + buildCrabANDMask(andData); + memcpy(xorData, crabPixels, sizeof crabPixels); + SVGA_FIFOCommitAll(); +} + +void +createPaletteCursor(void) +{ + /* + * Set up a cursor which shows every color in the palette. It has + * a 1-pixel border of color 255, but every other color forms a + * 16x16 grid in which each square is a different color. Each grid + * square is 3x3 pixels. + * + * We also take this opportunity to use an 8-bit AND mask, but it's + * fully opaque (all zeroes). + * + * This does mean that to function correctly, this cursor needs + * color 0 to be black. The SVGA device doesn't specify whether + * AND/XOR masks are applied before or after pseudocolor emulation, + * so we need to be okay with either. + */ + + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 24, + .width = 49, + .height = 49, + .andMaskDepth = 8, + .xorMaskDepth = 8 + }; + + uint8 *andData, *xorData; + uint8 *line; + int x, y; + uint32 pitch = roundup(cursor.width, sizeof(uint32)) * sizeof(uint32); + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 8); + if (SVGA_ReadReg(SVGA_REG_PSEUDOCOLOR) != TRUE) { + Console_Panic("Expected SVGA_REG_PSUEDOCOLOR == TRUE for 8bpp mode"); + } + + SVGA_BeginDefineCursor(&cursor, (void**) &andData, (void**) &xorData); + memset(andData, 0, pitch * cursor.height); + + for (y = 0; y < cursor.height; y++) { + line = xorData; + xorData += pitch; + + for (x = 0; x < cursor.width; x++) { + uint8 color; + + if (y == 0 || x == 0 || y == cursor.height - 1 || x == cursor.width - 1) { + /* Border color */ + color = 0xFF; + + } else { + int row = (y - 1) / 3; + int column = (x - 1) / 3; + + color = row * 16 + column; + } + + *(line++) = color; + } + } + + SVGA_FIFOCommitAll(); +} + +void +animatePalette(void) +{ + /* + * Animate the palette. This is stolen from the vbe-palette test... + */ + + static int tick = 0; + int i; + + /* + * Let the phase of each color channel slowly drift around. + */ + const float rPhase = tick * 0.001; + const float gPhase = tick * 0.002; + const float bPhase = tick * 0.003; + + /* + * Animate every color except 0 (used for the AND mask) and 255 + * (for the border). + */ + + for (i = 1; i < 255; i++) { + const int x = (i & 0x0F) - 3; + const int y = (i >> 4) - 3; + const float t = (x*x + y*y) * 0.05 + tick * 0.02; + + const uint8 r = sinf(t + rPhase) * 0x7f + 0x80; + const uint8 g = sinf(t + gPhase) * 0x7f + 0x80; + const uint8 b = sinf(t + bPhase) * 0x7f + 0x80; + + SVGA_WriteReg(SVGA_PALETTE_BASE + i * 3 + 0, r); + SVGA_WriteReg(SVGA_PALETTE_BASE + i * 3 + 1, g); + SVGA_WriteReg(SVGA_PALETTE_BASE + i * 3 + 2, b); + } + + tick++; +} + +void +blit32(const uint32 *src, int srcX, int srcY, int srcWidth, + uint32 *dest, int destX, int destY, int destWidth, + int copyWidth, int copyHeight) +{ + src += srcX + srcY * srcWidth; + dest += destX + destY * destWidth; + + while (copyHeight--) { + memcpy32(dest, src, copyWidth); + src += srcWidth; + dest += destWidth; + } +} + +void +testCursorAnim(void) +{ + /* + * Animate a cursor image of a moon orbiting a planet. The cursor + * hotspot is always centered on the planet, but we dynamically + * size the cursor according to the bounding box around the planet + * and moon, and we dynamically adjust the hotspot to keep it + * centered on the moon. + */ + + const int moonWidth = 10; + const int planetWidth = 20; + + static int tick = 0; + float angle = tick * 0.03; + tick++; + + const int orbitRadius = 40; + int orbitX = cosf(angle) * orbitRadius; + int orbitY = sinf(angle) * orbitRadius; + + int width, height, planetX, planetY, moonX, moonY; + + if (orbitX >= 0) { + width = planetWidth + orbitX; + planetX = planetWidth/2; + moonX = planetX + orbitX; + } else { + width = planetWidth - orbitX; + moonX = planetWidth/2; + planetX = moonX - orbitX; + } + + if (orbitY >= 0) { + height = planetWidth + orbitY; + planetY = planetWidth/2; + moonY = planetY + orbitY; + } else { + height = planetWidth - orbitY; + moonY = planetWidth/2; + planetY = moonY - orbitY; + } + + const SVGAFifoCmdDefineAlphaCursor cursor = { + .id = 0, + .hotspotX = planetX, + .hotspotY = planetY, + .width = width, + .height = height, + }; + + uint32 *image; + + static const uint32 planet[] = { +# include "planet_rgba.h" + }; + static const uint32 moon[] = { +# include "moon_rgba.h" + }; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 8); + SVGA_BeginDefineAlphaCursor(&cursor, (void**) &image); + memset32(image, 0, width * height); + + blit32(planet, 0, 0, planetWidth, + image, planetX - planetWidth/2, planetY - planetWidth/2, width, + planetWidth, planetWidth); + + blit32(moon, 0, 0, moonWidth, + image, moonX - moonWidth/2, moonY - moonWidth/2, width, + moonWidth, moonWidth); + + SVGA_FIFOCommitAll(); +} + + +/* + * gTestCases -- + * + * Master array of cursor test cases. Each one has a title and a + * function pointer. The function is run once when a test mode is + * selected. + */ + +struct { + void (*fn)(void); + const char *title; + void (*animateFn)(void); +} gTestCases[] = { + { testAlphaArrow, "Translucent arrow cursor (36x51)" }, + { testGradient64, "Gradient from transparent white to opaque white (64x64)" }, + { testGradient180, "Gradient from transparent white to opaque white (180x180)" }, + { testGradient256, "Gradient from transparent white to opaque white (256x256)" }, + { testMonochrome, "Monochrome beachball cursor (48x48)" }, + { testMonochromeXOR, "Monochrome beachball cursor with XOR pixels (48x48)" }, + { testMonochromeLarge, "Monochrome chip cursor (100x96)" }, + { testANDXOR32, "AND masks off 7 LSBs, XOR draws blue gradient (32x32)" }, + { testCrabAlpha, "Yellow crab, alpha blended (48x50)" }, + { testCrabANDXOR32, "Yellow crab, 1-bit AND, 32-bit XOR (48x50)" }, + { testCrabANDXOR16, "Yellow crab, 1-bit AND, 16-bit XOR (48x50)" }, + { testCrabANDXOR8, "Yellow crab, 1-bit AND, 8-bit XOR (48x50)" }, + { createPaletteCursor, "Palette animation, 8-bit AND/XOR (49x49)", animatePalette }, + { testCursorAnim, "Animated cursor (variable size and hotspot)", testCursorAnim } +}; + + +/* + * selectTest -- + * + * Switch to a new current test case. Hilight the new test, un-hilight + * the old one, and call the new test's function. + */ + +void +selectTest(int newTest) +{ + if (newTest < 0) { + newTest += arraysize(gTestCases); + } else if (newTest >= arraysize(gTestCases)) { + newTest -= arraysize(gTestCases); + } + + if (currentTest != newTest) { + currentTest = newTest; + gTestCases[newTest].fn(); + } +} + + +/* + * main -- + * + * Initialization and main loop. This reads a global array of test + * cases, and presents a menu which cycles through them. The main + * loop services keyboard and mouse input. + */ + +int +main(void) +{ + const int screenWidth = 640; + const int screenHeight = 480; + + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + + Timer_InitPIT(PIT_HZ / FRAME_RATE); + Intr_SetMask(PIT_IRQ, TRUE); + + SVGA_Init(); + + Keyboard_Init(); + VMBackdoor_MouseInit(TRUE); + SVGA_SetMode(screenWidth, screenHeight, 32); + + selectTest(0); + + while (1) { + int prevTest = currentTest - 1; + int nextTest = currentTest + 1; + static VMMousePacket mouseState; + const int kbdMouseSpeed = 100; + Bool needCursorUpdate = FALSE; + + while (Keyboard_IsKeyPressed(KEY_UP)) { + selectTest(prevTest); + } + + while (Keyboard_IsKeyPressed(KEY_DOWN)) { + selectTest(nextTest); + } + + while (VMBackdoor_MouseGetPacket(&mouseState)) { + needCursorUpdate = TRUE; + } + + if (Keyboard_IsKeyPressed('w')) { + mouseState.y -= kbdMouseSpeed; + needCursorUpdate = TRUE; + } + + if (Keyboard_IsKeyPressed('s')) { + mouseState.y += kbdMouseSpeed; + needCursorUpdate = TRUE; + } + + if (Keyboard_IsKeyPressed('a')) { + mouseState.x -= kbdMouseSpeed; + needCursorUpdate = TRUE; + } + + if (Keyboard_IsKeyPressed('d')) { + mouseState.x += kbdMouseSpeed; + needCursorUpdate = TRUE; + } + + if (needCursorUpdate) { + /* + * Fixed-point to pixels. + */ + SVGASignedPoint pixelLocation = { + mouseState.x * screenWidth / 65535, + mouseState.y * screenHeight / 65535 + }; + SVGA_MoveCursor(TRUE, pixelLocation.x, pixelLocation.y, SVGA_ID_INVALID); + } + + /* + * Some tests are animated... + */ + + if (gTestCases[currentTest].animateFn) { + gTestCases[currentTest].animateFn(); + } + + /* + * Wait for the next frame. + */ + + Intr_Halt(); + } + + return 0; +} diff --git a/examples/noscreen-cursor/moon_rgba.h b/examples/noscreen-cursor/moon_rgba.h new file mode 100644 index 0000000..5acd6d1 --- /dev/null +++ b/examples/noscreen-cursor/moon_rgba.h @@ -0,0 +1,17 @@ +0x00000000, 0x00000000, 0x3e020202, 0xc9161515, 0xdc1f1f1f, 0xdc1f1e1e, +0xc9131212, 0x3e020202, 0x00000000, 0x00000000, 0x00000000, 0x880f0e0e, +0xe6484646, 0xf5d1c9c9, 0xf5d6cfcf, 0xf5cbc5c5, 0xf5b6b1b1, 0xe63b3a3a, +0x880c0b0b, 0x00000000, 0x3e020202, 0xe6484545, 0xf5e5dcdc, 0xf5e9e0e0, +0xf5e0d9d9, 0xf5d4cdcd, 0xf5c7c2c2, 0xf5bab5b5, 0xe6383737, 0x3e010101, +0xc9161515, 0xf5cfc7c7, 0xf5e7dede, 0xf5f2e8e8, 0xf5e5dddd, 0xf5d8d1d1, +0xf5cac4c4, 0xf5bdb8b8, 0xf5a7a3a3, 0xc9111111, 0xdc1f1f1f, 0xf5d3cdcd, +0xf5ded7d7, 0xf5e4dcdc, 0xf5dfd8d8, 0xf5d6cfcf, 0xf5c9c4c4, 0xf5bcb8b8, +0xf5afabab, 0xdc191919, 0xdc1e1e1e, 0xf5c9c4c4, 0xf5d2cbcb, 0xf5d7d0d0, +0xf5d5cece, 0xf5cec8c8, 0xf5c4bfbf, 0xf5b9b5b5, 0xf5acaaaa, 0xdc191919, +0xc9121212, 0xf5b4b1b1, 0xf5c5c0c0, 0xf5c9c4c4, 0xf5c8c3c3, 0xf5c4bfbf, +0xf5bcb8b8, 0xf5b2afaf, 0xf59f9d9d, 0xc9101010, 0x3e020202, 0xe63b3939, +0xf5b8b4b4, 0xf5bbb7b7, 0xf5bbb7b7, 0xf5b8b4b4, 0xf5b2afaf, 0xf5aba8a8, +0xe6353434, 0x3e010101, 0x00000000, 0x880b0b0b, 0xe6383737, 0xf5a5a2a2, +0xf5aeabab, 0xf5aba9a9, 0xf59f9d9d, 0xe6353434, 0x880b0b0b, 0x00000000, +0x00000000, 0x00000000, 0x3e010101, 0xc9111010, 0xdc191919, 0xdc191919, +0xc9101010, 0x3e010101, 0x00000000, 0x00000000, diff --git a/examples/noscreen-cursor/planet_rgba.h b/examples/noscreen-cursor/planet_rgba.h new file mode 100644 index 0000000..e0af798 --- /dev/null +++ b/examples/noscreen-cursor/planet_rgba.h @@ -0,0 +1,67 @@ +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x04000000, +0x49010101, 0x900d0d10, 0xc4141419, 0xd71e1e25, 0xd71c1c25, 0xc4121218, +0x910a0a0f, 0x49000001, 0x04000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x2d000000, 0xd3161618, 0xf0696876, 0xf79c9ab2, 0xf5b2afd0, 0xf5acabcf, +0xf5a4a4cc, 0xf5999ac6, 0xf77a7ba5, 0xf04a4c6b, 0xd20e0e15, 0x2d000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x8a0c0c0e, 0xe5343338, 0xf6bbb6c9, 0xf5cac5db, 0xf5c5c1d9, +0xf5bfbbd6, 0xf5b6b3d3, 0xf5acabcf, 0xf5a3a2cb, 0xf59898c7, 0xf58d8fc3, +0xf6767aaf, 0xe51f2030, 0x8a07070b, 0x02000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x8a0c0c0e, 0xf1716e79, 0xf5d3cddd, 0xf5d7d1df, +0xf5d6d0de, 0xf5d1cbdc, 0xf5c8c4da, 0xf5bfbbd6, 0xf5b4b2d2, 0xf5aaa9ce, +0xf59e9ec9, 0xf59394c5, 0xf5878ac1, 0xf57b7fbc, 0xf13e4166, 0x8a06070b, +0x00000000, 0x00000000, 0x00000000, 0x2d000000, 0xe5343338, 0xf5d2ccdd, +0xf5dcd5e1, 0xf5e2dbe3, 0xf5e2dbe3, 0xf5dbd4e0, 0xf5d1cbdc, 0xf5c6c2d9, +0xf5bbb7d5, 0xf5afadd0, 0xf5a3a3cb, 0xf59798c7, 0xf58c8ec3, 0xf57f83be, +0xf57479b9, 0xe51a1c2e, 0x2d000000, 0x00000000, 0x04000000, 0xd3161518, +0xf6b8b4c8, 0xf5d5cede, 0xf5e0d9e3, 0xf5ebe2e7, 0xf5ede4e8, 0xf5e2dbe3, +0xf5d7d0df, 0xf5cac5db, 0xf5bfbbd6, 0xf5b2b0d1, 0xf5a7a6cd, 0xf59a9bc8, +0xf58f91c4, 0xf58285bf, 0xf5777aba, 0xf66267a7, 0xd20a0b14, 0x04000000, +0x49010101, 0xf0686576, 0xf5c6c2d9, 0xf5d2ccdd, 0xf5ded7e2, 0xf5e9e0e6, +0xf5ede4e8, 0xf5e3dce4, 0xf5d8d2df, 0xf5ccc7dc, 0xf5c1bdd7, 0xf5b4b1d2, +0xf5a9a7cd, 0xf59c9cc8, 0xf59192c4, 0xf58487c0, 0xf5797cbb, 0xf56c72b6, +0xf0353962, 0x49000001, 0x910d0d0f, 0xf79997b1, 0xf5c2bed7, 0xf5ccc7dc, +0xf5d7d0df, 0xf5ded8e2, 0xf5e1dae3, 0xf5ddd6e1, 0xf5d5cede, 0xf5cac5db, +0xf5c0bcd6, 0xf5b4b1d2, 0xf5a9a7cd, 0xf59c9cc8, 0xf59192c4, 0xf58587c0, +0xf5797cbb, 0xf56d72b6, 0xf7515796, 0x9106070d, 0xc4141419, 0xf5aeadce, +0xf5bbb8d5, 0xf5c4c0d8, 0xf5cdc7dc, 0xf5d3cddd, 0xf5d6cfde, 0xf5d4cede, +0xf5cdc8dc, 0xf5c5c1d9, 0xf5bcb8d5, 0xf5b1aed1, 0xf5a6a5cc, 0xf59b9bc8, +0xf59091c4, 0xf58487c0, 0xf5797cbb, 0xf56c72b6, 0xf56066b0, 0xc40a0b15, +0xd71d1d25, 0xf5a9a8cd, 0xf5b2b0d1, 0xf5bbb8d5, 0xf5c3bfd8, 0xf5c7c3da, +0xf5cac4db, 0xf5c8c4da, 0xf5c4c1d9, 0xf5bebad6, 0xf5b6b3d3, 0xf5acabcf, +0xf5a2a2cb, 0xf59798c7, 0xf58d8fc3, 0xf58185bf, 0xf5777aba, 0xf56b71b6, +0xf56066b1, 0xd7101020, 0xd71b1b25, 0xf5a0a0ca, 0xf5a9a8cd, 0xf5b0aed1, +0xf5b7b4d3, 0xf5bcb8d5, 0xf5bebad6, 0xf5bebad6, 0xf5bbb7d4, 0xf5b5b2d2, +0xf5aeacd0, 0xf5a6a5cc, 0xf59d9dc9, 0xf59394c5, 0xf5898bc2, 0xf57e82bd, +0xf57479b9, 0xf5686eb5, 0xf55e64b0, 0xd70f1020, 0xc4111118, 0xf59596c4, +0xf59f9fc9, 0xf5a6a5cc, 0xf5ababcf, 0xf5afadd0, 0xf5b2afd1, 0xf5b2afd1, +0xf5afadd0, 0xf5abaacf, 0xf5a6a5cc, 0xf59e9ec9, 0xf59697c6, 0xf58e90c4, +0xf58487c0, 0xf57a7ebc, 0xf57075b8, 0xf5656bb3, 0xf55961ae, 0xc4090a15, +0x910a0a0e, 0xf77778a3, 0xf59495c5, 0xf59b9bc8, 0xf5a0a0ca, 0xf5a4a3cb, +0xf5a6a5cc, 0xf5a6a5cc, 0xf5a5a4cc, 0xf5a1a1ca, 0xf59c9cc8, 0xf59697c6, +0xf58f91c4, 0xf58789c1, 0xf57e81bd, 0xf5757aba, 0xf56b71b6, 0xf56167b2, +0xf7485093, 0x9105060d, 0x49000001, 0xf0484a6a, 0xf58a8cc2, 0xf59091c4, +0xf59495c5, 0xf59898c7, 0xf59a9ac7, 0xf59a9bc8, 0xf5999ac7, 0xf59697c6, +0xf59393c5, 0xf58d8fc3, 0xf58789c1, 0xf57f82be, 0xf5777bbb, 0xf56e74b7, +0xf5656bb3, 0xf55c63b0, 0xf02e3160, 0x49000000, 0x04000000, 0xd30e0e16, +0xf67477ad, 0xf58487c0, 0xf5898bc2, 0xf58c8ec3, 0xf58e90c4, 0xf58f91c4, +0xf58e90c4, 0xf58c8ec3, 0xf5888bc1, 0xf58386bf, 0xf57d81bd, 0xf5777bbb, +0xf57075b8, 0xf5676db4, 0xf55f66b1, 0xf64f56a0, 0xd2090913, 0x04000000, +0x00000000, 0x2d000000, 0xe51d1f30, 0xf5797cbb, 0xf57c80bd, 0xf58083be, +0xf58285bf, 0xf58286bf, 0xf58285bf, 0xf58083be, 0xf57d81bd, 0xf57a7dbb, +0xf57479b9, 0xf56e74b7, 0xf5676db4, 0xf56066b1, 0xf55860ae, 0xe514172c, +0x2d000000, 0x00000000, 0x00000000, 0x00000000, 0x8a06070b, 0xf13c3f65, +0xf57176b8, 0xf57479b9, 0xf5767aba, 0xf5777bba, 0xf5777aba, 0xf5757aba, +0xf57378b9, 0xf56f74b7, 0xf56a70b5, 0xf5646bb3, 0xf55f65b1, 0xf55860ae, +0xf12c315f, 0x8a04050a, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x8a06060b, 0xe51a1b2e, 0xf66065a6, 0xf56a70b5, 0xf56b71b6, +0xf56b71b6, 0xf5696fb5, 0xf5676db4, 0xf5646ab3, 0xf56067b1, 0xf55b62af, +0xf64e56a0, 0xe514172c, 0x8a04050a, 0x02000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x2d000000, 0xd30a0b14, +0xf0343862, 0xf7505695, 0xf55e65af, 0xf55e65b1, 0xf55c63b0, 0xf55860ae, +0xf7484f92, 0xf02d315f, 0xd2090913, 0x2d000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x04000000, 0x49000001, 0x9006070d, 0xc4090b15, 0xd70f1020, +0xd70f1020, 0xc4090a15, 0x9105060d, 0x49000000, 0x04000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, diff --git a/examples/noscreen-cursor/rgba_arrow.h b/examples/noscreen-cursor/rgba_arrow.h new file mode 100644 index 0000000..a5f10bf --- /dev/null +++ b/examples/noscreen-cursor/rgba_arrow.h @@ -0,0 +1,307 @@ +0x6e000000, 0x10000000, 0x01000000, 0x01000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x90000001, 0x57000001, 0x13000000, 0x04000000, 0x04000000, 0x03000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x6a010103, 0x4a030306, 0x69000001, 0x09000000, 0x08000000, 0x07000000, +0x04000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x62020204, 0x2106060c, 0x4b06060c, 0x70010103, 0x1e000000, 0x0d000000, +0x08000000, 0x05000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x64020205, 0x2f080910, 0x2c090a12, 0x6207070e, 0x6b020205, 0x22000000, +0x0d000000, 0x09000000, 0x05000000, 0x02000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x5d020205, 0x380a0a13, 0x330c0c17, 0x410c0d18, 0x6c090a12, 0x76020205, +0x13000000, 0x0d000000, 0x09000000, 0x04000000, 0x02000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x55030407, 0x440c0d18, 0x390e0e1b, 0x440f101e, 0x4a10101f, 0x6f0d0d1a, +0x78030307, 0x24000000, 0x0f000000, 0x09000000, 0x05000000, 0x02000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x4d040408, 0x4d0d0e1a, 0x3f10111f, 0x49111221, 0x4f121323, 0x53131325, +0x7d0d0e1a, 0x72040409, 0x24000000, 0x0f000000, 0x0a000000, 0x05000000, +0x02000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x42040408, 0x590f0f1c, 0x44121324, 0x4e131425, 0x55141528, 0x59151629, +0x60151629, 0x820f101e, 0x7705050a, 0x16000000, 0x10000000, 0x0a000000, +0x05000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x30020205, 0x720f0f1d, 0x4b151528, 0x5516172b, 0x5c17182c, 0x6018182e, +0x64181930, 0x67191a31, 0x8016162a, 0x7706070d, 0x26000001, 0x12000000, +0x0a000000, 0x05000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x2a020205, 0x77101020, 0x5117182d, 0x5b18192f, 0x62191a30, 0x671a1b32, +0x6b1b1c34, 0x6e1c1c35, 0x701c1d36, 0x8a15162a, 0x7708080f, 0x2a000001, +0x11000000, 0x0b000000, 0x06000000, 0x03000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x29020205, 0x77121223, 0x56191a30, 0x611a1b32, 0x681b1c34, 0x6d1c1d36, +0x711d1e38, 0x751e1f3a, 0x781f203b, 0x7c1e203b, 0x9218192f, 0x7b080810, +0x1e000000, 0x12000000, 0x0b000000, 0x06000000, 0x03000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x27020205, 0x78131325, 0x5e1c1d36, 0x691c1e38, 0x701d1e39, 0x751e1f3a, +0x7a1f203c, 0x7d20213e, 0x80212240, 0x83222342, 0x85222443, 0x9b1d1e39, +0x8d080810, 0x30000001, 0x15000000, 0x0c000000, 0x06000000, 0x03000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x24020204, 0x78121224, 0x661e1f3a, 0x6f1f203c, 0x771f213d, 0x7c20223e, +0x81212241, 0x84222342, 0x87232544, 0x8a242546, 0x8c252647, 0x8e252648, +0xa41c1d37, 0x8a090a13, 0x32000102, 0x14000000, 0x0d000000, 0x07000000, +0x03000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x21000001, 0x7a0f0f1e, 0x6e1f203c, 0x75212240, 0x7d222341, 0x83222343, +0x88232545, 0x8b252646, 0x8e252648, 0x9126274a, 0x9427284c, 0x9628294d, +0x99282a4d, 0xab1e1f3a, 0x92090912, 0x23000000, 0x16000000, 0x0d000000, +0x06000000, 0x03000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x1f000000, 0x7e0e0f1c, 0x7721223f, 0x7c232445, 0x84242546, 0x8b252647, +0x90262749, 0x9327284b, 0x9628294d, 0x99282a4f, 0x9c2a2b50, 0x9f2b2c52, +0xa12b2d54, 0xa22c2d55, 0xb3242546, 0x960a0a14, 0x36010102, 0x1a000000, +0x0e000000, 0x08000000, 0x04000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x1a000001, 0x7b0f101e, 0x7f222443, 0x82262749, 0x8b26284a, 0x9227294c, +0x97282a4e, 0x9a292a4f, 0x9d2a2b51, 0xa02b2d53, 0xa32c2e55, 0xa52c2e56, +0xa82e2f58, 0xaa2e305a, 0xab2e305b, 0xb8222443, 0x910b0b17, 0x37010102, +0x18000000, 0x0f000000, 0x08000000, 0x03000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x15000102, 0x780f0f1d, 0x88242545, 0x8828294d, 0x91282a4f, 0x98292a4f, +0x9e2a2c52, 0xa12b2d53, 0xa32c2e55, 0xa62d2e57, 0xaa2e3059, 0xac2f305b, +0xaf30325c, 0xb131325e, 0xb2313360, 0xb431335e, 0xbd252749, 0x960c0c18, +0x28000000, 0x19000000, 0x0f000000, 0x07000000, 0x03000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x0e000001, 0x740d0e1a, 0x91242647, 0x8f2a2c52, 0x982b2d53, 0xa02c2d55, +0xa62d2e57, 0xa92e2f58, 0xac2f305a, 0xaf30315c, 0xb130325d, 0xb4313360, +0xb6323461, 0xb9333563, 0xba333564, 0xbb343765, 0xbc353767, 0xc62d2f58, +0x9b0b0c17, 0x3a010103, 0x1d000000, 0x10000000, 0x08000000, 0x04000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x06000000, 0x6c0a0a14, 0x99252748, 0x942c2e55, 0x9e2d2f57, 0xa52d2f59, +0xac2f315b, 0xaf30325c, 0xb230325e, 0xb5323360, 0xb7323462, 0xb9333563, +0xbc353665, 0xbe353766, 0xc0363868, 0xc237396a, 0xc3383a6b, 0xc3383a6d, +0xca2a2b52, 0x93111122, 0x3a020204, 0x1b000000, 0x10000000, 0x08000000, +0x03000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x660a0a13, 0x9e27284c, 0x9a2f305a, 0xa32f315c, 0xab30325d, +0xb231335f, 0xb5323361, 0xb8333562, 0xba343564, 0xbd353666, 0xbf353868, +0xc2363969, 0xc438396b, 0xc6383b6d, 0xc8393b6e, 0xc93a3b6f, 0xca3b3c72, +0xcb3a3d71, 0xcb2f315c, 0x99101121, 0x31010102, 0x1b000000, 0x10000000, +0x07000000, 0x03000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x62090a13, 0xa2292a50, 0xa031325f, 0xa9323360, 0xb1323461, +0xb8333664, 0xbc353665, 0xbf353767, 0xc1363869, 0xc337396a, 0xc6383a6c, +0xc8393a6e, 0xca393c6f, 0xcc3b3c71, 0xcf3c3e74, 0xd03c3e74, 0xd23d3f76, +0xd23e4078, 0xd23e4179, 0xd9353867, 0xaa101120, 0x44020205, 0x20000000, +0x11000000, 0x09000000, 0x05000000, 0x01000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x5f080810, 0xa6292a4f, 0xa5333563, 0xae333564, 0xb7353766, +0xbe363868, 0xc237396a, 0xc438396b, 0xc7383b6e, 0xc9393b6f, 0xcb3a3c70, +0xcd3b3d72, 0xd03c3e74, 0xd23d3f75, 0xd43e4077, 0xd53f4179, 0xd740417b, +0xd940437d, 0xd941447d, 0xd941447e, 0xdb333562, 0xa8131425, 0x47020305, +0x1e000000, 0x12000000, 0x0a000000, 0x04000000, 0x01000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x5806070d, 0xa9282a4e, 0xab353767, 0xb3363868, 0xbc37386a, +0xc3383a6c, 0xc7383b6e, 0xc93a3b6f, 0xcc3b3c71, 0xce3b3d72, 0xd03c3e74, +0xd23d3f76, 0xd43e4077, 0xd63f4179, 0xd840427b, 0xda40437d, 0xdc42447f, +0xde434581, 0xdf434582, 0xe0444784, 0xe0444682, 0xe1353767, 0xb1121223, +0x36010102, 0x1f000000, 0x13000000, 0x09000000, 0x04000000, 0x01000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x44020305, 0xa8252749, 0xb1383a6c, 0xba383b6e, 0xc2393c6f, +0xc93b3c71, 0xcd3b3d72, 0xd03c3e74, 0xd23d3f76, 0xd43e4077, 0xd63e4179, +0xd840427b, 0xda40437d, 0xdc41447e, 0xde434480, 0xdf434582, 0xe1444683, +0xe3454785, 0xe5464887, 0xe6474989, 0xe7484a8b, 0xe7484b8c, 0xea3d4077, +0xb4131324, 0x4a020205, 0x25000000, 0x14000000, 0x0b000000, 0x05000000, +0x01000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x01000000, 0x3e020204, 0xab242647, 0xb73a3c70, 0xbf3b3c71, 0xc73c3d73, +0xce3c3f75, 0xd23d4076, 0xd53e4178, 0xd740417b, 0xd940427c, 0xdb41437e, +0xdd424480, 0xde434580, 0xe0434682, 0xe2454684, 0xe4454886, 0xe6474988, +0xe8474a8a, 0xe9484a8b, 0xea494c8c, 0xec4a4c8f, 0xec4a4d90, 0xec4b4d91, +0xeb393b6f, 0xb115162a, 0x4c020205, 0x22000000, 0x15000000, 0x0b000000, +0x04000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x01000000, 0x37030306, 0xad252648, 0xbc3c3e74, 0xc43d3f76, 0xcb3e3f76, +0xd33f4179, 0xd63f427a, 0xd940437c, 0xdb41437e, 0xde434480, 0xe0434682, +0xe1444683, 0xe3454785, 0xe5464887, 0xe6474988, 0xe8474a8a, 0xea484b8c, +0xec4a4c8e, 0xed4a4d90, 0xee4b4e90, 0xf04c4f92, 0xf14c4f94, 0xf24e5096, +0xf24c4f94, 0xef3b3d73, 0xb7141427, 0x3b010102, 0x23000000, 0x15000000, +0x09000000, 0x04000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x01000000, 0x2c030307, 0xb31f203e, 0xc23f4178, 0xca40427b, 0xd140437c, +0xd941447e, 0xdc42457f, 0xde434480, 0xe2434581, 0xe43f427b, 0xe640417b, +0xe8424580, 0xe9444683, 0xea454886, 0xeb464989, 0xed484b8b, 0xef494b8e, +0xf04b4d90, 0xf14b4e91, 0xf24c4f94, 0xf44d5095, 0xf54e5197, 0xf650529a, +0xf851549d, 0xf851549d, 0xfb444683, 0xb8151629, 0x4e030305, 0x28000000, +0x15000000, 0x0b000000, 0x05000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x20030306, 0xb41c1e38, 0xc841437d, 0xcf41447f, 0xd6434480, +0xdd434682, 0xe0444783, 0xe3454885, 0xe4363869, 0xce1d1d37, 0xca1a1c34, +0xd7222443, 0xd7252649, 0xd7282a4e, 0xe32c2d55, 0xe42c2e56, 0xe42e305a, +0xe930325d, 0xeb2f315d, 0xeb30315e, 0xf0323462, 0xf43a3c6f, 0xf53d3f76, +0xf7424480, 0xfb424581, 0xfb444784, 0xf6323460, 0xb40f101e, 0x4e020204, +0x23000000, 0x14000000, 0x0a000000, 0x03000000, 0x01000000, 0x00000000, +0x00000000, 0x0d010102, 0xb117182e, 0xcd434581, 0xd4444683, 0xdb444785, +0xe1464887, 0xe5464988, 0xe7464988, 0xda1d1e3a, 0x8c020205, 0x85010103, +0x8a030307, 0x89030408, 0x89040408, 0x8f05050a, 0x9005050a, 0x9105060b, +0x9405060b, 0x9605050b, 0x9805050b, 0xa3080811, 0xac0d0e1a, 0xad0e0e1b, +0xb1101120, 0xb9111221, 0xb6111223, 0xb0111121, 0xa407080f, 0x65020205, +0x32000000, 0x1f000000, 0x10000000, 0x06000000, 0x02000000, 0x00000000, +0x00000000, 0x04000000, 0xae15162a, 0xd3454786, 0xd9464987, 0xe0474989, +0xe6484a8a, 0xea494c8d, 0xef3b3d74, 0xb107070e, 0x7c000000, 0x79000000, +0x74000000, 0x6f000000, 0x6b000000, 0x69000000, 0x6a000000, 0x6c000000, +0x6e000000, 0x70000000, 0x72000000, 0x73000000, 0x75000000, 0x77000000, +0x79000000, 0x79000000, 0x78000000, 0x71000000, 0x66000000, 0x56000000, +0x3d000000, 0x29000000, 0x18000000, 0x0a000000, 0x04000000, 0x01000000, +0x00000000, 0x04000000, 0xaa15162a, 0xd9474a8a, 0xde484a8b, 0xe4494c8d, +0xea4a4d8f, 0xee494c8e, 0xef28294d, 0x8a020203, 0x7c000000, 0x76000000, +0x6a000000, 0x60000000, 0x58000000, 0x54000000, 0x54000000, 0x55000000, +0x57000000, 0x59000000, 0x5a000000, 0x5c000000, 0x5e000000, 0x60000000, +0x62000000, 0x64000000, 0x65000000, 0x62000000, 0x5c000000, 0x50000000, +0x3d000000, 0x2a000000, 0x1a000000, 0x0b000000, 0x04000000, 0x01000000, +0x00000000, 0x03000000, 0x9c111222, 0xdf484a8b, 0xe34a4d90, 0xe94b4e92, +0xee4c4f93, 0xf341447f, 0xcf16162b, 0x80000000, 0x7a000000, 0x6f000000, +0x5d000000, 0x4d000000, 0x42000000, 0x3b000000, 0x39000000, 0x3a000000, +0x3c000000, 0x3d000000, 0x3e000000, 0x40000000, 0x41000000, 0x43000000, +0x46000000, 0x48000000, 0x49000000, 0x48000000, 0x46000000, 0x3f000000, +0x32000000, 0x24000000, 0x17000000, 0x0a000000, 0x04000000, 0x01000000, +0x00000000, 0x03000000, 0x8a0e0e1c, 0xe7484b8b, 0xea4e5095, 0xee4e5197, +0xf34e5196, 0xf0303260, 0xa106070e, 0x80000000, 0x76000000, 0x65000000, +0x4b000000, 0x36000000, 0x28000000, 0x1f000000, 0x1d000000, 0x1d000000, +0x1e000000, 0x1f000000, 0x1f000000, 0x20000000, 0x21000000, 0x23000000, +0x25000000, 0x26000000, 0x27000000, 0x28000000, 0x27000000, 0x25000000, +0x1e000000, 0x16000000, 0x0e000000, 0x07000000, 0x03000000, 0x01000000, +0x00000000, 0x02000000, 0x6e06070d, 0xed474a8a, 0xee4f5299, 0xf250539a, +0xf6494c8d, 0xd61d1f39, 0x90010103, 0x7f000000, 0x71000000, 0x5b000000, +0x3d000000, 0x28000000, 0x19000000, 0x10000000, 0x0d000000, 0x0d000000, +0x0d000000, 0x0e000000, 0x0e000000, 0x0f000000, 0x0f000000, 0x10000000, +0x11000000, 0x12000000, 0x13000000, 0x14000000, 0x13000000, 0x12000000, +0x0f000000, 0x0c000000, 0x08000000, 0x04000000, 0x02000000, 0x00000000, +0x00000000, 0x02000000, 0x60040408, 0xf2464987, 0xf351539c, 0xf752559e, +0xf53f417a, 0xb60c0c17, 0x85000000, 0x7c000000, 0x6a000000, 0x51000000, +0x32000000, 0x1c000000, 0x0f000000, 0x07000000, 0x05000000, 0x04000000, +0x04000000, 0x04000000, 0x05000000, 0x05000000, 0x05000000, 0x06000000, +0x06000000, 0x07000000, 0x07000000, 0x07000000, 0x07000000, 0x07000000, +0x06000000, 0x05000000, 0x03000000, 0x01000000, 0x01000000, 0x00000000, +0x00000000, 0x02000000, 0x5607070e, 0xf8464787, 0xf95356a2, 0xfc5456a3, +0xe3222342, 0x8f020205, 0x82000000, 0x76000000, 0x60000000, 0x44000000, +0x25000000, 0x13000000, 0x08000000, 0x02000000, 0x01000000, 0x01000000, +0x00000000, 0x00000000, 0x01000000, 0x01000000, 0x01000000, 0x01000000, +0x01000000, 0x01000000, 0x01000000, 0x02000000, 0x02000000, 0x02000000, +0x01000000, 0x01000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x02000000, 0x4907070e, 0xfd42447f, 0xfe5659a6, 0xff4c4f92, +0xbb0c0c18, 0x7c000000, 0x7f000000, 0x6f000000, 0x56000000, 0x3a000000, +0x1d000000, 0x0d000000, 0x05000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x3807070e, 0xff3e4077, 0xff575aa6, 0xfd333564, +0x82030307, 0x7a000000, 0x7a000000, 0x67000000, 0x4b000000, 0x2f000000, +0x16000000, 0x09000000, 0x03000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x10010103, 0xff333562, 0xff4d5094, 0xc7191a31, +0x66000000, 0x74000000, 0x72000000, 0x59000000, 0x3e000000, 0x24000000, +0x0f000000, 0x06000000, 0x02000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x05000000, 0xfb30315c, 0xf83b3d72, 0x860b0b16, +0x62000000, 0x6e000000, 0x68000000, 0x4e000000, 0x33000000, 0x1b000000, +0x0a000000, 0x03000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x05000000, 0xf5292b51, 0xce252749, 0x5b020205, +0x5c000000, 0x65000000, 0x5c000000, 0x41000000, 0x28000000, 0x14000000, +0x07000000, 0x02000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x05000000, 0xdc191a32, 0x8a0c0c18, 0x3b000000, +0x52000000, 0x57000000, 0x4d000000, 0x33000000, 0x1d000000, 0x0d000000, +0x04000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x04000000, 0xb00d0e1a, 0x4d040408, 0x33000000, +0x48000000, 0x4a000000, 0x3f000000, 0x27000000, 0x15000000, 0x09000000, +0x02000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x03000000, 0x5707070e, 0x20000001, 0x2c000000, +0x3c000000, 0x3c000000, 0x31000000, 0x1d000000, 0x0e000000, 0x06000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x03000000, 0x09000000, 0x14000000, 0x21000000, +0x2c000000, 0x2b000000, 0x22000000, 0x13000000, 0x09000000, 0x03000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x02000000, 0x07000000, 0x0f000000, 0x18000000, +0x1f000000, 0x1e000000, 0x17000000, 0x0c000000, 0x05000000, 0x02000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x05000000, 0x0a000000, 0x0f000000, +0x14000000, 0x13000000, 0x0e000000, 0x07000000, 0x02000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x02000000, 0x05000000, 0x08000000, +0x09000000, 0x08000000, 0x06000000, 0x03000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x01000000, 0x02000000, 0x03000000, +0x04000000, 0x04000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x01000000, +0x01000000, 0x01000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + diff --git a/examples/noscreen-cursor/yellow_crab_256_colormap.h b/examples/noscreen-cursor/yellow_crab_256_colormap.h new file mode 100644 index 0000000..f7cf840 --- /dev/null +++ b/examples/noscreen-cursor/yellow_crab_256_colormap.h @@ -0,0 +1,96 @@ +0x00, 0x00, 0x00, 0xf0, 0xf0, 0xf0, 0x7c, 0xf9, +0x01, 0xc8, 0x24, 0x28, 0x25, 0x3b, 0xe5, 0x0e, +0x10, 0x06, 0x10, 0x11, 0x08, 0x10, 0x11, 0x0c, +0x10, 0x12, 0x06, 0x10, 0x12, 0x09, 0x12, 0x14, +0x11, 0x15, 0x16, 0x14, 0x18, 0x1a, 0x11, 0x19, +0x1a, 0x18, 0x1b, 0x1c, 0x17, 0x1c, 0x1e, 0x1b, +0x1d, 0x1f, 0x0f, 0x1d, 0x1f, 0x1b, 0x23, 0x24, +0x1c, 0x26, 0x27, 0x19, 0x26, 0x28, 0x25, 0x29, +0x2b, 0x28, 0x2c, 0x2c, 0x19, 0x2a, 0x2c, 0x1f, +0x2d, 0x2d, 0x17, 0x30, 0x30, 0x2a, 0x33, 0x32, +0x17, 0x30, 0x32, 0x24, 0x32, 0x31, 0x2a, 0x30, +0x32, 0x2f, 0x32, 0x34, 0x31, 0x36, 0x37, 0x25, +0x38, 0x38, 0x21, 0x36, 0x38, 0x35, 0x3a, 0x3a, +0x17, 0x39, 0x3c, 0x30, 0x40, 0x3e, 0x32, 0x3f, +0x3e, 0x37, 0x40, 0x41, 0x19, 0x3e, 0x40, 0x2e, +0x44, 0x43, 0x2a, 0x44, 0x44, 0x3d, 0x44, 0x46, +0x43, 0x48, 0x48, 0x30, 0x48, 0x4a, 0x2a, 0x48, +0x49, 0x36, 0x4b, 0x4b, 0x43, 0x4c, 0x4d, 0x3b, +0x4c, 0x4c, 0x48, 0x4d, 0x50, 0x42, 0x52, 0x54, +0x30, 0x54, 0x53, 0x3b, 0x53, 0x54, 0x41, 0x55, +0x54, 0x3c, 0x57, 0x57, 0x2b, 0x59, 0x59, 0x40, +0x5d, 0x5a, 0x3d, 0x5c, 0x5f, 0x22, 0x59, 0x5b, +0x58, 0x5c, 0x5b, 0x54, 0x5c, 0x5e, 0x3a, 0x61, +0x5f, 0x29, 0x62, 0x5f, 0x41, 0x62, 0x62, 0x36, +0x62, 0x61, 0x49, 0x61, 0x63, 0x4f, 0x63, 0x65, +0x40, 0x67, 0x68, 0x28, 0x67, 0x68, 0x3d, 0x66, +0x67, 0x65, 0x68, 0x6a, 0x45, 0x6a, 0x69, 0x50, +0x6c, 0x6c, 0x41, 0x6a, 0x6a, 0x5c, 0x69, 0x6d, +0x4d, 0x6f, 0x6d, 0x3d, 0x70, 0x6d, 0x4f, 0x71, +0x72, 0x33, 0x71, 0x72, 0x3b, 0x71, 0x72, 0x4d, +0x73, 0x73, 0x48, 0x75, 0x73, 0x43, 0x76, 0x79, +0x41, 0x77, 0x76, 0x5c, 0x7a, 0x78, 0x48, 0x79, +0x78, 0x4d, 0x7c, 0x7c, 0x38, 0x7f, 0x7c, 0x45, +0x7d, 0x7c, 0x5a, 0x7d, 0x7f, 0x40, 0x80, 0x82, +0x28, 0x7b, 0x7c, 0x7a, 0x82, 0x80, 0x4f, 0x81, +0x81, 0x55, 0x80, 0x80, 0x72, 0x81, 0x84, 0x4b, +0x86, 0x87, 0x38, 0x86, 0x87, 0x48, 0x85, 0x84, +0x6a, 0x89, 0x87, 0x55, 0x88, 0x87, 0x5b, 0x89, +0x8a, 0x4b, 0x8d, 0x8d, 0x47, 0x90, 0x91, 0x3e, +0x91, 0x92, 0x46, 0x92, 0x92, 0x4c, 0x93, 0x94, +0x54, 0x93, 0x93, 0x60, 0x92, 0x94, 0x5b, 0x97, +0x98, 0x3e, 0x98, 0x9a, 0x46, 0x9b, 0x99, 0x4d, +0x98, 0x9c, 0x4e, 0x99, 0x9b, 0x61, 0x9b, 0x9c, +0x5c, 0x9b, 0x9b, 0x71, 0x9f, 0x9e, 0x58, 0xa3, +0xa3, 0x41, 0xa1, 0xa4, 0x50, 0xa3, 0xa4, 0x63, +0xa5, 0xa6, 0x4b, 0xa2, 0xa6, 0x71, 0xaa, 0xad, +0x3b, 0xa8, 0xa9, 0x70, 0xae, 0xac, 0x43, 0xa8, +0xa7, 0x8c, 0xae, 0xac, 0x65, 0xaf, 0xb1, 0x37, +0xac, 0xac, 0x80, 0xae, 0xae, 0x6d, 0xae, 0xb2, +0x47, 0xac, 0xb0, 0x61, 0xb2, 0xb1, 0x4e, 0xaf, +0xb1, 0x5c, 0xb5, 0xb6, 0x5a, 0xae, 0xb0, 0xad, +0xb5, 0xb9, 0x46, 0xb8, 0xb7, 0x54, 0xba, 0xbb, +0x39, 0xb9, 0xba, 0x4f, 0xb4, 0xb9, 0x70, 0xb8, +0xba, 0x64, 0xb8, 0xba, 0x6b, 0xc0, 0xbd, 0x54, +0xbc, 0xc0, 0x54, 0xc0, 0xc1, 0x47, 0xbe, 0xbf, +0x62, 0xc0, 0xc2, 0x6b, 0xbe, 0xbf, 0x96, 0xc5, +0xc4, 0x60, 0xc1, 0xc4, 0x76, 0xc3, 0xc3, 0x80, +0xc7, 0xc9, 0x56, 0xc7, 0xca, 0x5e, 0xcc, 0xcc, +0x41, 0xcc, 0xcc, 0x4d, 0xc9, 0xca, 0x74, 0xcd, +0xd1, 0x3d, 0xcf, 0xcf, 0x4d, 0xcf, 0xd2, 0x34, +0xcb, 0xcd, 0x7e, 0xd0, 0xd1, 0x57, 0xcf, 0xd1, +0x5d, 0xd3, 0xd7, 0x43, 0xd1, 0xd4, 0x67, 0xd2, +0xd7, 0x4b, 0xd5, 0xd8, 0x3b, 0xd6, 0xd7, 0x55, +0xd9, 0xd7, 0x4d, 0xd7, 0xd5, 0x70, 0xd6, 0xd6, +0x78, 0xd7, 0xd8, 0x65, 0xd5, 0xd6, 0x7f, 0xd9, +0xdc, 0x3f, 0xd8, 0xdc, 0x48, 0xd6, 0xd9, 0x6c, +0xd4, 0xd9, 0x72, 0xd8, 0xd5, 0x9f, 0xda, 0xdb, +0x60, 0xd8, 0xd7, 0x94, 0xdc, 0xdc, 0x61, 0xda, +0xdf, 0x5b, 0xd8, 0xdb, 0x89, 0xdd, 0xe0, 0x4c, +0xe0, 0xe1, 0x3b, 0xe1, 0xdf, 0x5d, 0xdd, 0xe1, +0x56, 0xe0, 0xe2, 0x46, 0xdc, 0xdd, 0x85, 0xd8, +0xdc, 0xa4, 0xde, 0xe0, 0x6b, 0xdf, 0xde, 0x7f, +0xdd, 0xe0, 0x72, 0xe3, 0xe1, 0x57, 0xe4, 0xe5, +0x3f, 0xe2, 0xe2, 0x66, 0xdf, 0xde, 0x97, 0xe4, +0xe6, 0x4a, 0xe4, 0xe7, 0x53, 0xe4, 0xe5, 0x71, +0xe7, 0xe6, 0x63, 0xe6, 0xe6, 0x6a, 0xea, 0xea, +0x3b, 0xe3, 0xe8, 0x64, 0xe5, 0xe9, 0x5d, 0xe2, +0xe5, 0x92, 0xeb, 0xeb, 0x47, 0xe5, 0xe8, 0x7a, +0xe4, 0xe8, 0x81, 0xeb, 0xec, 0x50, 0xe9, 0xe7, +0x88, 0xe7, 0xe7, 0x8f, 0xe9, 0xec, 0x58, 0xea, +0xe8, 0x82, 0xed, 0xeb, 0x68, 0xeb, 0xef, 0x63, +0xed, 0xed, 0x71, 0xf0, 0xf0, 0x4b, 0xee, 0xf0, +0x54, 0xf2, 0xf1, 0x43, 0xee, 0xee, 0x79, 0xee, +0xf1, 0x5d, 0xeb, 0xf1, 0x6c, 0xf5, 0xf3, 0x3b, +0xec, 0xef, 0x80, 0xef, 0xf5, 0x46, 0xf1, 0xf6, +0x3c, 0xf5, 0xf4, 0x47, 0xed, 0xf0, 0x88, 0xf0, +0xef, 0x8f, 0xee, 0xef, 0x97, 0xf5, 0xf5, 0x51, +0xf3, 0xf2, 0x76, 0xf1, 0xf5, 0x68, 0xf4, 0xf6, +0x5a, 0xf5, 0xf7, 0x63, 0xf7, 0xf5, 0x71, 0xf4, +0xf7, 0x6b, 0xf2, 0xf7, 0x71, 0xf7, 0xf6, 0x7a, +0xf5, 0xf6, 0x80, 0xf3, 0xf7, 0x8f, 0xf5, 0xf4, +0xaf, 0xf6, 0xf8, 0x89, 0xf9, 0xf7, 0x97, 0xf9, +0xf9, 0x9f, 0xff, 0xff, 0xff, 0xf7, 0xf7, 0xf7, +0xf8, 0xf8, 0xf8, 0xf9, 0xf9, 0xf9, 0xfa, 0xfa, +0xfa, 0xfb, 0xfb, 0xfb, 0xfc, 0xfc, 0xfc, 0xfd, +0xfd, 0xfd, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xff, diff --git a/examples/noscreen-cursor/yellow_crab_256_pixels.h b/examples/noscreen-cursor/yellow_crab_256_pixels.h new file mode 100644 index 0000000..5aacfc9 --- /dev/null +++ b/examples/noscreen-cursor/yellow_crab_256_pixels.h @@ -0,0 +1,300 @@ +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, +0x31, 0x41, 0x2e, 0x29, 0x21, 0x0d, 0x0f, 0x0f, +0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x1d, 0x2a, 0x47, 0x4c, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x38, 0x68, +0x9b, 0xc6, 0xea, 0xea, 0xee, 0xc7, 0x83, 0x55, +0x2d, 0x15, 0x0f, 0x0f, 0x0a, 0x00, 0x00, 0x00, +0x00, 0x00, 0x2e, 0x81, 0x71, 0x4f, 0x07, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x3c, 0x67, 0xce, 0xe1, +0xe1, 0xe3, 0xe1, 0xe3, 0xe7, 0xe7, 0xe7, 0xea, +0xed, 0xd8, 0x8d, 0x5d, 0x25, 0x15, 0x0f, 0x00, +0x00, 0x34, 0x5d, 0xf3, 0xf3, 0x64, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x44, 0xad, 0xe2, 0xe2, 0xe2, +0xe2, 0xe2, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe3, +0xe7, 0xe7, 0xea, 0xe9, 0xd8, 0x97, 0x49, 0x14, +0x1c, 0x2b, 0x8e, 0xf3, 0x9c, 0x54, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x79, 0x93, 0x4c, 0x00, 0x00, +0x00, 0x00, 0x4b, 0xae, 0xe1, 0xe2, 0xe2, 0xdf, +0xdf, 0xe3, 0xe7, 0xe7, 0xe3, 0xe1, 0xe2, 0xe2, +0xe1, 0xe3, 0xd9, 0xce, 0xd1, 0xc6, 0xcb, 0xb3, +0x62, 0x17, 0x54, 0xd0, 0x7e, 0x06, 0x00, 0x38, +0x83, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x6b, 0x7e, 0xee, 0x76, 0x33, 0x05, +0x22, 0x09, 0x98, 0xe7, 0xe1, 0xe3, 0xe1, 0xe1, +0xe7, 0xea, 0xed, 0xeb, 0xea, 0xe3, 0xe1, 0xe1, +0xe1, 0xe2, 0xdb, 0xdb, 0xce, 0xd1, 0xc5, 0xb7, +0xc1, 0xbe, 0x65, 0x20, 0x54, 0x00, 0x42, 0xaf, +0xe8, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x38, 0x85, 0xed, 0xc3, 0x95, +0x67, 0x08, 0xea, 0xe7, 0xe7, 0xeb, 0xed, 0xed, +0xed, 0xed, 0xee, 0xef, 0xed, 0xeb, 0xea, 0xea, +0xe7, 0xe1, 0xe1, 0xe1, 0xe3, 0xdb, 0xce, 0xc5, +0xad, 0xa6, 0xb9, 0x89, 0x00, 0x06, 0x92, 0xd8, +0xbe, 0x5f, 0x3b, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x05, 0x48, 0x85, 0xd6, +0x1a, 0x9d, 0xe7, 0xe7, 0xeb, 0xf3, 0xf1, 0xf0, +0xef, 0xef, 0xf0, 0xf3, 0xed, 0xe7, 0xe7, 0xea, +0xea, 0xe7, 0xe7, 0xe1, 0xe2, 0xe1, 0xdb, 0xce, +0xad, 0x9f, 0x9f, 0x9a, 0x9a, 0x43, 0x59, 0x86, +0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x6e, 0x86, 0x59, +0x5a, 0xe1, 0xea, 0xeb, 0xef, 0xf4, 0xf4, 0xef, +0xed, 0xee, 0xee, 0xf0, 0xee, 0xe7, 0xe7, 0xe3, +0xe7, 0xe7, 0xe7, 0xea, 0xe7, 0xe1, 0xe3, 0xd9, +0xc2, 0xad, 0x9f, 0x9f, 0xae, 0xc6, 0x36, 0x00, +0x00, 0x00, 0x07, 0x1e, 0x00, 0x00, 0x00, 0x00, +0x00, 0x4f, 0x36, 0x00, 0x00, 0x22, 0x7c, 0x18, +0xd1, 0xea, 0xed, 0xef, 0xf1, 0xf5, 0xf0, 0xed, +0xea, 0xeb, 0xeb, 0xeb, 0xea, 0xe7, 0xe7, 0xe7, +0xe7, 0xea, 0xeb, 0xeb, 0xeb, 0xeb, 0xea, 0xd9, +0xce, 0xc2, 0xa6, 0x9f, 0x9d, 0xb7, 0xc6, 0x00, +0x0c, 0x64, 0x7b, 0x41, 0x00, 0x00, 0x00, 0x00, +0x00, 0x5c, 0x89, 0x76, 0x78, 0x84, 0x8f, 0x26, +0xeb, 0xee, 0xed, 0xef, 0xf1, 0xf3, 0xed, 0xe7, +0xe7, 0xea, 0xeb, 0xeb, 0xea, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xeb, 0xa2, 0xeb, 0x8f, 0xee, 0xeb, +0xdb, 0xca, 0xb8, 0x9f, 0x9a, 0xa8, 0xd1, 0x82, +0x16, 0xe5, 0xd3, 0x47, 0x00, 0x00, 0x00, 0x00, +0x00, 0x5c, 0xeb, 0xeb, 0xeb, 0xeb, 0x6e, 0x60, +0xeb, 0xed, 0xed, 0xec, 0xf0, 0xee, 0xea, 0xce, +0xe7, 0xe7, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xeb, 0x99, 0x84, 0x76, 0xed, 0xed, +0xe7, 0xe1, 0xce, 0xad, 0x9a, 0x9a, 0xb7, 0xdd, +0x00, 0xa9, 0xb0, 0x71, 0x05, 0x05, 0x00, 0x00, +0x00, 0x40, 0x54, 0x44, 0x46, 0x48, 0x10, 0x88, +0xea, 0xeb, 0xeb, 0xed, 0xed, 0xeb, 0x88, 0x4e, +0x82, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xeb, 0xd7, 0x37, 0x8f, 0xeb, 0xec, +0xea, 0xe3, 0xdb, 0xc5, 0xa3, 0x9a, 0x9d, 0xc5, +0x39, 0x67, 0x78, 0x4b, 0x00, 0x00, 0x00, 0x00, +0x00, 0x2f, 0x69, 0x6e, 0x70, 0x6f, 0x00, 0x98, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xd4, 0x38, 0x7c, +0x3c, 0x82, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xeb, 0x90, 0x37, 0x61, 0xc8, 0xc9, +0xeb, 0xe7, 0xe1, 0xda, 0xc2, 0x9d, 0x9d, 0xad, +0x43, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x48, 0x6b, 0x71, 0x00, 0xdc, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0x84, 0x2d, 0xa3, +0x91, 0x24, 0x88, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xeb, 0x61, 0x69, 0x78, 0x66, 0xc3, +0xdd, 0xe3, 0xe3, 0xe7, 0xce, 0xae, 0x9d, 0xa3, +0x7f, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x1b, 0x3e, 0x46, 0x6a, 0xa4, 0x05, 0xeb, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0x50, 0x2d, 0xe3, +0xe3, 0x75, 0x24, 0xb7, 0xe3, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xcb, 0x48, 0x8f, 0xdd, 0x66, 0x69, +0xd7, 0xe3, 0xdb, 0xd9, 0xd1, 0xbb, 0xa5, 0xa3, +0xa5, 0x06, 0xdc, 0xf0, 0x9c, 0x28, 0x00, 0x00, +0x00, 0x72, 0xbe, 0xa4, 0x99, 0xd6, 0x05, 0xe7, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0x42, 0x44, 0xe3, +0xe3, 0xdb, 0x59, 0x52, 0xe3, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0x90, 0x57, 0xd7, 0xeb, 0xb9, 0x6f, +0x6f, 0xce, 0xd9, 0xda, 0xd4, 0xb7, 0xa8, 0xae, +0xc5, 0x00, 0xe0, 0xe0, 0x7e, 0x00, 0x00, 0x00, +0x00, 0x6c, 0xec, 0xed, 0xed, 0xee, 0x05, 0xea, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0x35, 0x6d, 0xe3, +0xe3, 0xe1, 0xce, 0x4b, 0x91, 0xe7, 0xe7, 0xea, +0xea, 0xeb, 0x8f, 0x86, 0xeb, 0xeb, 0xeb, 0xeb, +0xb9, 0xd1, 0xd9, 0xd1, 0xc8, 0xae, 0xa5, 0xae, +0xc5, 0x00, 0x8e, 0xb0, 0x63, 0x00, 0x00, 0x00, +0x00, 0x55, 0x8d, 0x65, 0x48, 0x3c, 0x00, 0x98, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0x44, 0xce, 0xe3, +0xe3, 0xe3, 0xe3, 0xce, 0xce, 0xe7, 0xea, 0xea, +0xea, 0xeb, 0xc8, 0xcc, 0xeb, 0xeb, 0xeb, 0xeb, +0xea, 0xe7, 0xe7, 0xd4, 0xc7, 0xa8, 0x9e, 0xa3, +0xb7, 0x08, 0x09, 0x1f, 0x07, 0x00, 0x00, 0x00, +0x00, 0x12, 0x0e, 0x00, 0x00, 0x00, 0x00, 0xbe, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xd4, 0xe7, 0xe3, +0xe3, 0xe3, 0xe7, 0xe3, 0xe3, 0xea, 0xea, 0xea, +0xea, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, +0xea, 0xea, 0xea, 0xd7, 0xd0, 0xa1, 0x9e, 0xa7, +0xba, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x3b, 0x00, 0xeb, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xea, 0xe7, 0xe7, +0xe3, 0xe3, 0xe7, 0xe7, 0xe3, 0xea, 0xea, 0xea, +0xea, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, +0xea, 0xea, 0xeb, 0xde, 0xd3, 0xab, 0xa1, 0xb2, +0xcf, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x05, 0x00, 0x00, 0x07, 0x53, 0x95, 0x10, 0xbb, +0xe3, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe7, 0xe7, +0xe3, 0xe3, 0xe7, 0xe7, 0xe3, 0xea, 0xea, 0xea, +0xea, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, +0xeb, 0xeb, 0xeb, 0xec, 0xd3, 0xaf, 0xa2, 0xb4, +0xd5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x05, 0x5e, 0x6b, 0x86, 0xc8, 0xeb, 0x4d, 0x7f, +0xe1, 0xe7, 0xeb, 0xeb, 0xeb, 0xeb, 0xe7, 0xe7, +0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, +0xc1, 0x84, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, +0xeb, 0xeb, 0xeb, 0xe8, 0xd3, 0xa9, 0xa4, 0xc0, +0xe6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x12, 0x8e, 0xee, 0xed, 0xed, 0xe9, 0x75, 0x5a, +0xe1, 0xea, 0xed, 0xed, 0xed, 0xeb, 0xe7, 0xe7, +0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, +0x76, 0x69, 0xed, 0xed, 0xeb, 0xeb, 0xeb, 0xed, +0xeb, 0xeb, 0xeb, 0xe8, 0xd3, 0xac, 0xaa, 0xd0, +0xb1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x3e, 0xc9, 0xe9, 0xd7, 0xd7, 0x98, 0x08, +0xe3, 0xeb, 0xed, 0xed, 0xed, 0xed, 0xea, 0xea, +0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, +0x4b, 0x57, 0xed, 0xed, 0xeb, 0xeb, 0xeb, 0xed, +0xeb, 0xeb, 0xed, 0xdc, 0xcd, 0xaa, 0xa4, 0xd0, +0x7d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x42, 0x65, 0x57, 0x46, 0x3f, 0x00, +0xba, 0xed, 0xed, 0xeb, 0xeb, 0xed, 0xeb, 0xea, +0xe7, 0xea, 0xe7, 0xe7, 0x9b, 0x59, 0xda, 0xd4, +0x25, 0x70, 0xed, 0xed, 0xed, 0xeb, 0xeb, 0xed, +0xed, 0xed, 0xeb, 0xd7, 0xbe, 0x98, 0x52, 0x44, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, +0x59, 0xed, 0xe7, 0xe3, 0xe7, 0xea, 0xeb, 0xeb, +0xea, 0xea, 0xe7, 0xe7, 0xe7, 0x48, 0x59, 0x84, +0x1d, 0xcc, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xee, +0xee, 0xdd, 0xda, 0xd4, 0xae, 0x9d, 0x7a, 0x1b, +0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xa1, 0xe3, 0xe3, 0xe7, 0xe7, 0xeb, 0xee, +0xeb, 0xeb, 0xea, 0xe7, 0xe7, 0xcc, 0x2d, 0x2d, +0x66, 0xeb, 0xed, 0xed, 0xe9, 0xd7, 0xcc, 0xe8, +0xe8, 0xd4, 0xd1, 0xc6, 0xae, 0xa6, 0xa6, 0x4d, +0x2f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x10, 0xd9, 0xbb, 0xb7, 0xd9, 0xed, 0xef, +0xec, 0xed, 0xeb, 0xea, 0xea, 0xea, 0x8b, 0x27, +0xea, 0xeb, 0xed, 0xee, 0xde, 0xc8, 0xb9, 0xd8, +0xdc, 0xcc, 0xc6, 0xba, 0xa5, 0xad, 0xca, 0x9d, +0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x3d, 0x3f, 0x91, 0xc5, 0xd8, 0xdc, +0xf0, 0xef, 0xee, 0xeb, 0xea, 0xeb, 0xea, 0xa1, +0xeb, 0xed, 0xee, 0xec, 0xd6, 0xc3, 0xc3, 0xdc, +0xe0, 0xc7, 0xc1, 0xa7, 0x4e, 0x4d, 0x9a, 0xca, +0xad, 0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x3c, 0x66, 0xd9, 0xa5, 0x99, 0xc0, +0xc9, 0xdc, 0xf0, 0xec, 0xeb, 0xeb, 0xeb, 0xeb, +0xeb, 0xed, 0xee, 0xd8, 0xc3, 0xbe, 0xc3, 0xcf, +0xcf, 0xd0, 0xcf, 0xcf, 0x10, 0x00, 0x52, 0xc5, +0xe1, 0xa6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x13, 0xc6, 0xc5, 0x51, 0xa4, 0xab, +0xab, 0xb2, 0xc7, 0xe0, 0xe8, 0xe9, 0xeb, 0xeb, +0xeb, 0xee, 0xe8, 0xc7, 0xc0, 0xc0, 0xcf, 0xd0, +0xd0, 0xd0, 0xac, 0x13, 0x00, 0x00, 0x0c, 0x88, +0xdb, 0xdb, 0x56, 0x33, 0x41, 0x30, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x33, 0x76, 0xe9, 0x52, 0x3e, 0xc0, 0xc7, +0xaf, 0xa4, 0xab, 0xc0, 0xd5, 0xdc, 0xde, 0xed, +0xee, 0xe8, 0xdc, 0xd0, 0xbf, 0xd2, 0xd5, 0xe4, +0xe4, 0x77, 0x00, 0x00, 0x00, 0x00, 0x00, 0x13, +0x88, 0xd9, 0xba, 0x54, 0xd5, 0x80, 0x05, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x51, 0x99, 0xee, 0x8d, 0x00, 0x00, 0x00, 0x86, +0xbe, 0xa4, 0xa4, 0xb0, 0xbf, 0xd0, 0xdc, 0xe8, +0xef, 0xf0, 0xe4, 0xd2, 0xd2, 0xe6, 0xe6, 0xbc, +0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x51, 0xa1, 0xdd, 0xa1, 0xbe, 0xe0, 0x5e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x59, +0x84, 0xeb, 0xd6, 0x33, 0x1e, 0x00, 0x00, 0x00, +0x4e, 0x92, 0xaf, 0xa9, 0xaa, 0xd2, 0xe4, 0xf3, +0xf3, 0xe4, 0xe5, 0xd2, 0xd3, 0x81, 0x38, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, +0x77, 0x89, 0xda, 0xd7, 0xd6, 0xd8, 0x73, 0x00, +0x00, 0x00, 0x00, 0x00, 0x4a, 0x7b, 0x5c, 0x35, +0x6e, 0xe7, 0x59, 0x2f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x2c, 0x7e, 0xcd, 0xe5, 0xf1, 0xf1, +0xf1, 0xd2, 0x96, 0x6c, 0x0c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, +0xf4, 0x8e, 0xba, 0xcb, 0xd6, 0xc9, 0x81, 0x00, +0x00, 0x00, 0x00, 0x00, 0x96, 0xf3, 0xd8, 0x75, +0xdb, 0x9a, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x0c, 0x55, 0x71, 0x55, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, +0xf3, 0xe4, 0xa7, 0xab, 0xc3, 0xc7, 0xa0, 0x00, +0x00, 0x00, 0x00, 0x00, 0xaa, 0xf3, 0xd6, 0xc5, +0xe2, 0x8a, 0x56, 0x06, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2f, 0xf1, +0xf3, 0xe0, 0xa1, 0x95, 0xb0, 0xd0, 0xbc, 0x00, +0x00, 0x00, 0x00, 0x00, 0xf0, 0xf0, 0xe9, 0xe7, +0xe2, 0xbb, 0xb7, 0x33, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5d, 0xf3, +0xf3, 0xe0, 0x78, 0x76, 0x9c, 0xbf, 0xb6, 0x00, +0x00, 0x00, 0x00, 0x38, 0xf0, 0xe8, 0xcb, 0xcc, +0xdb, 0xe3, 0xea, 0x65, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5d, 0xf3, +0xf3, 0x72, 0x5f, 0x6f, 0x93, 0xbf, 0xb6, 0x00, +0x00, 0x00, 0x0c, 0x50, 0xf0, 0xdc, 0xb2, 0xaf, +0xbb, 0xd9, 0xeb, 0xa2, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5d, 0xf3, +0xac, 0x37, 0x7e, 0x4b, 0x8e, 0xbc, 0xa0, 0x05, +0x00, 0x00, 0x0c, 0x4f, 0xf0, 0xdc, 0xbe, 0x9c, +0xa5, 0xd4, 0xed, 0xb2, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4a, 0xf1, +0x4a, 0x72, 0x81, 0x32, 0x8c, 0xbc, 0x97, 0x05, +0x00, 0x00, 0x07, 0x71, 0xcf, 0xef, 0x95, 0x81, +0x98, 0xb5, 0xe9, 0xab, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0x7b, +0x0e, 0xb3, 0x64, 0x3f, 0x8e, 0xbc, 0x73, 0x00, +0x00, 0x00, 0x00, 0x6c, 0x7e, 0xf0, 0x93, 0x40, +0x95, 0xa1, 0xd8, 0x92, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, +0x30, 0x2f, 0x23, 0x5c, 0x96, 0x79, 0x00, 0x00, +0x00, 0x00, 0x00, 0x4c, 0x4c, 0xe5, 0xb6, 0x00, +0x61, 0x95, 0xbe, 0x74, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3a, +0x00, 0x00, 0x49, 0x80, 0x94, 0x0e, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x58, 0x7b, 0xc4, 0x19, +0x23, 0x6a, 0xaa, 0x5d, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x3a, 0x5b, 0x87, 0x45, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x07, 0x80, 0xf2, 0x0e, +0x00, 0x00, 0xa0, 0x2f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x11, 0x5b, 0x3a, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0xbd, 0x00, +0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19, 0x00, +0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, diff --git a/examples/noscreen-cursor/yellow_crab_rgba.h b/examples/noscreen-cursor/yellow_crab_rgba.h new file mode 100644 index 0000000..7b2389b --- /dev/null +++ b/examples/noscreen-cursor/yellow_crab_rgba.h @@ -0,0 +1,401 @@ +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x05050504, 0x3e393935, 0xab626252, 0xd44b4b3e, 0xff5f5f4c, +0xff4c4c43, 0xff43433b, 0xff373734, 0xc01a1a1a, 0x921e1e1e, 0x5e1d1d1d, +0x24141414, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x5f323232, 0xb343433f, +0xbf68684e, 0xb26e6e50, 0x2f222219, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x1c18180b, 0x9d545430, 0xfd59593b, 0xff8e8f41, 0xffcbcc4f, 0xffe6e75a, +0xfff2f45a, 0xfff3f55e, 0xfff3f46f, 0xffe4e574, 0xffaeaf60, 0xff777850, +0xfe4a4a38, 0xe12a2a29, 0xa11e1e1e, 0x711f1f1f, 0x22111111, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xde50504a, 0xffb0b16f, +0xff9a9b64, 0xff757551, 0xfe3d3d38, 0x0a080807, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x2e14140c, +0xec5b5b3b, 0xff92923e, 0xffeaec45, 0xfff3f549, 0xfff3f548, 0xfff3f54c, +0xfff3f54a, 0xfff3f54b, 0xfff4f550, 0xfff4f655, 0xfff4f653, 0xfff4f65b, +0xfff5f669, 0xffebed72, 0xffb7b864, 0xff818254, 0xfd3f3f35, 0xcf2b2b2b, +0x631e1e1e, 0x0e0a0a0a, 0x00000000, 0x6f54543f, 0xff808056, 0xfff7f889, +0xfff5f68b, 0xf1868759, 0x361b1b13, 0x0e0d0d0a, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x2a25251e, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x4e33331b, 0xf065653b, +0xffdcdd45, 0xfff3f542, 0xfff3f541, 0xfff3f542, 0xfff3f541, 0xfff3f544, +0xfff3f545, 0xfff3f545, 0xfff3f546, 0xfff3f547, 0xfff3f549, 0xfff3f54c, +0xfff4f653, 0xfff4f552, 0xfff3f459, 0xfff1f366, 0xffeeef77, 0xffc6c782, +0xff69695b, 0xe9292929, 0x922f2f2a, 0xa2474732, 0xffb8b86d, 0xfff7f888, +0xffc9c973, 0xed787849, 0x00000000, 0x2c1b1b10, 0xcf33332a, 0x3910100c, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x2a28291b, 0xe5a5a56f, 0xfdc4c571, 0xe66a6a4a, +0x5b383820, 0x0a090906, 0x01000000, 0x2a1c1c0f, 0xef707040, 0xffddde4b, +0xfff3f546, 0xfff3f542, 0xfff3f543, 0xfff3f441, 0xfff3f443, 0xfff3f54c, +0xfff3f54f, 0xfff3f550, 0xfff3f54d, 0xfff3f547, 0xfff3f543, 0xfff3f542, +0xfff3f547, 0xfff3f44c, 0xfff0f24d, 0xffeced4d, 0xffe9eb54, 0xffe8e958, +0xffe7e967, 0xffd7d896, 0xff84846a, 0xff2d2d1f, 0xff777746, 0xffe9ea82, +0xffa8a863, 0x883f3f24, 0x2e19190f, 0xeb5d5d41, 0xffafb061, 0xea51513d, +0x0d070704, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0xbc959562, 0xffaaaa61, 0xfff4f572, 0xffa5a556, +0xfd54543d, 0xc23e3e2d, 0x6e4f4f22, 0xca3c3c25, 0xffc2c351, 0xfff4f550, +0xfff3f549, 0xfff3f54b, 0xfff3f549, 0xfff3f548, 0xfff3f54f, 0xfff3f55b, +0xfff4f66a, 0xfff4f668, 0xfff4f558, 0xfff3f54d, 0xfff3f547, 0xfff3f545, +0xfff3f545, 0xfff3f544, 0xfff0f246, 0xffeef049, 0xffecee4a, 0xffeaeb4e, +0xffe6e74f, 0xffe2e34f, 0xffe1e25d, 0xffdedf70, 0xff89894e, 0xff3a3a24, +0xff7a7a47, 0x301d1d0d, 0xe5666641, 0xffd5d66d, 0xfff1f378, 0xff9b9b57, +0x992f2f27, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x03020202, 0xb473734b, 0xe85a5a3e, 0xffb0b05a, 0xfff4f56c, +0xffe0e167, 0xffc1c25e, 0xff909041, 0xff40401b, 0xfff2f457, 0xfff4f553, +0xfff3f552, 0xfff4f560, 0xfff4f66b, 0xfff4f56e, 0xfff4f569, 0xfff4f66b, +0xfff5f778, 0xfff6f77f, 0xfff5f76e, 0xfff5f662, 0xfff4f660, 0xfff4f65d, +0xfff4f654, 0xfff3f54a, 0xfff2f445, 0xfff2f447, 0xfff1f349, 0xffeff14a, +0xffeaec4c, 0xffe2e44a, 0xffd9db44, 0xffd6d73f, 0xffdedf5f, 0xffb7b853, +0xff232316, 0xe3404026, 0xffc1c165, 0xffeaec74, 0xffe0e170, 0xf383834f, +0xf05c5c54, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x03020202, 0x100d0d08, 0x170f0f08, 0xa23e3e2b, 0xff6e6e46, +0xffabac58, 0xffebec69, 0xff323219, 0xffd2d345, 0xfff4f652, 0xfff4f656, +0xfff4f561, 0xfff6f787, 0xfff6f792, 0xfff6f786, 0xfff5f678, 0xfff5f77b, +0xfff6f887, 0xfff7f88d, 0xfff5f770, 0xfff4f557, 0xfff3f552, 0xfff5f660, +0xfff5f65f, 0xfff4f657, 0xfff4f553, 0xfff3f545, 0xfff3f542, 0xfff2f446, +0xfff0f24b, 0xffe8ea4b, 0xffdcde45, 0xffd3d439, 0xffd2d33b, 0xffcecf45, +0xffcccd48, 0xff68692e, 0xff7c7d41, 0xffb8b95f, 0xe3696940, 0x3e1f1f13, +0x251f1f17, 0x21161616, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x07060604, 0x09080805, 0x3e323218, 0xdd9b9b49, +0xffb8b85a, 0xff7f7f3f, 0xff858631, 0xfff3f54a, 0xfff4f65b, 0xfff4f665, +0xfff6f77f, 0xfff8f99c, 0xfff7f896, 0xfff5f77e, 0xfff5f66d, 0xfff5f771, +0xfff5f775, 0xfff7f884, 0xfff6f773, 0xfff4f657, 0xfff4f550, 0xfff3f54b, +0xfff4f551, 0xfff4f656, 0xfff4f653, 0xfff4f65a, 0xfff4f654, 0xfff3f546, +0xfff2f34a, 0xffedef4c, 0xffe4e646, 0xffd9da3e, 0xffd1d338, 0xffd0d139, +0xffdbdd4d, 0xffe6e757, 0xff575727, 0xd5393925, 0x1a0f0f07, 0x49171712, +0xdb424236, 0xe54e4e4b, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x261a1a17, 0xb86f6f48, 0x8757572c, 0x37212110, 0x271b1b0c, 0x684a4a1d, +0xfdb0b049, 0xff2b2b17, 0xffeced56, 0xfff4f65f, 0xfff5f66a, 0xfff5f77a, +0xfff7f895, 0xfff8f99d, 0xfff6f887, 0xfff4f669, 0xfff4f55d, 0xfff5f661, +0xfff5f768, 0xfff5f664, 0xfff4f65d, 0xfff4f656, 0xfff4f656, 0xfff4f656, +0xfff4f658, 0xfff5f65f, 0xfff5f762, 0xfff5f662, 0xfff5f662, 0xfff5f763, +0xfff3f55e, 0xffeff14f, 0xffeaeb47, 0xffe3e441, 0xffd7d83a, 0xffccce37, +0xffcfd03f, 0xffe1e353, 0xffe2e453, 0xf92b2b15, 0xd842422e, 0xff87875d, +0xffa6a66f, 0xcb63634f, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02010100, 0xff81814e, 0xffb8b856, 0xffa4a44f, 0xffa6a64f, 0xffafaf51, +0xffb8b953, 0xff43431d, 0xfff5f666, 0xfff5f771, 0xfff5f66a, 0xfff5f77a, +0xfff7f892, 0xfff6f88e, 0xfff4f66d, 0xfff3f557, 0xfff4f553, 0xfff4f65a, +0xfff5f664, 0xfff5f661, 0xfff4f659, 0xfff4f656, 0xfff4f656, 0xfff4f657, +0xfff4f65a, 0xfff5f663, 0xfff5f765, 0xffcccd5d, 0xfff4f566, 0xffbfbf58, +0xfff6f772, 0xfff3f560, 0xffeff147, 0xffeaeb43, 0xffdfe13e, 0xffcfd138, +0xffc8c93e, 0xffd5d64f, 0xffeaeb50, 0xffb1b247, 0xff48482b, 0xffeff093, +0xffe9ea91, 0xff696951, 0x1b111111, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0xff7e7e4b, 0xfff5f766, 0xfff5f662, 0xfff5f662, 0xfff5f663, +0xff979844, 0xff818234, 0xfff5f662, 0xfff5f76d, 0xfff5f66a, 0xfff5f676, +0xfff6f782, 0xfff5f673, 0xfff2f457, 0xffe9ea4c, 0xfff2f44f, 0xfff4f658, +0xfff5f660, 0xfff5f65e, 0xfff4f659, 0xfff4f656, 0xfff4f656, 0xfff4f657, +0xfff4f65a, 0xfff5f662, 0xfff5f766, 0xffc7c85b, 0xffb3b355, 0xffa3a350, +0xfff5f76b, 0xfff6f76f, 0xfff3f552, 0xffeff143, 0xffe8ea45, 0xffdadc3e, +0xffcbcc42, 0xffcacc44, 0xffdedf4d, 0xffeff15c, 0xff35351f, 0xffd4d574, +0xffd9da74, 0xff979861, 0x913b3b3a, 0x00000000, 0x00000000, 0x00000000, +0x01000000, 0xff606045, 0xff7b7b48, 0xff696a42, 0xff686842, 0xff6b6b43, +0xff454525, 0xffb6b74a, 0xfff4f65d, 0xfff4f664, 0xfff4f666, 0xfff5f66a, +0xfff5f66e, 0xfff4f661, 0xffb8b847, 0xff74743d, 0xffb0b146, 0xfff4f654, +0xfff4f658, 0xfff4f658, 0xfff4f656, 0xfff4f656, 0xfff4f656, 0xfff4f657, +0xfff4f659, 0xfff5f662, 0xfff5f766, 0xffedee65, 0xff59593f, 0xffbcbd56, +0xfff4f668, 0xfff6f776, 0xfff4f65c, 0xfff3f54c, 0xffeff147, 0xffe7e94c, +0xffd6d742, 0xffc9ca41, 0xffd1d344, 0xffe4e64d, 0xff5e5e24, 0xff919140, +0xffa0a145, 0xc36b6b3a, 0x552a2a20, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x96545441, 0xa28f904b, 0xa29a9b48, 0xa29c9c4e, 0xb29a9b52, +0xf8363625, 0xffc7c95b, 0xfff5f662, 0xfff4f663, 0xfff4f663, 0xfff4f663, +0xfff5f668, 0xffeaec5c, 0xff59593b, 0xffabac43, 0xff5d5d3b, 0xffb0b146, +0xfff4f653, 0xfff4f654, 0xfff4f552, 0xfff4f655, 0xfff4f657, 0xfff4f657, +0xfff4f659, 0xfff5f662, 0xfff5f766, 0xffbfc059, 0xff57573e, 0xff888849, +0xffe5e561, 0xffe7e871, 0xfff5f663, 0xfff4f551, 0xfff3f54a, 0xffeff054, +0xffe2e344, 0xffd0d142, 0xffcccd3e, 0xffdadb44, 0xff676726, 0xc12e2e18, +0x51343416, 0x04030301, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x29222213, 0x9a6c6c44, 0xdb8f8f5f, 0xd89b9b64, +0xe6272717, 0xffecee77, 0xfff5f663, 0xfff5f663, 0xfff4f663, 0xfff5f663, +0xfff5f768, 0xffb0b050, 0xff494939, 0xffd7d848, 0xffc0c146, 0xff3c3c31, +0xffb6b747, 0xfff4f551, 0xfff4f54f, 0xfff4f654, 0xfff4f657, 0xfff4f657, +0xfff4f659, 0xfff5f661, 0xfff5f766, 0xff86874a, 0xff93934c, 0xffa8a851, +0xff8f8f4d, 0xffdfe06a, 0xfff1f362, 0xfff3f54e, 0xfff3f54c, 0xfff3f456, +0xffe9eb49, 0xffd9da45, 0xffcfd042, 0xffd7d844, 0xffb3b43e, 0xed151512, +0xdb3c3c30, 0xdb38382c, 0xdb313127, 0xd52c2c25, 0x00000000, 0x00000000, +0x40262619, 0xcd4e4e3a, 0xf95d5d42, 0xff6d6d47, 0xff919150, 0xffd2d366, +0xff404020, 0xfff5f662, 0xfff5f664, 0xfff5f665, 0xfff5f665, 0xfff5f665, +0xfff5f767, 0xff707043, 0xff4b4b39, 0xfff1f34b, 0xfff3f54b, 0xffa1a241, +0xff3d3d31, 0xffdedf4c, 0xfff3f54d, 0xfff4f655, 0xfff4f657, 0xfff4f657, +0xfff4f659, 0xfff5f661, 0xffe3e561, 0xff6c6c44, 0xffbebe57, 0xfff1f263, +0xff8b8b4a, 0xff939350, 0xffeaec5f, 0xfff3f44c, 0xfff1f24b, 0xfff1f254, +0xffecee53, 0xffe0e24b, 0xffd5d74b, 0xffd8d94c, 0xffd8d94d, 0xff3b3c22, +0xfff0f180, 0xfff2f382, 0xffcaca75, 0x8f4e4e34, 0x02010101, 0x00000000, +0x1e17170d, 0xff9b9c5b, 0xffdedf6c, 0xffd1d164, 0xffc7c861, 0xffeeef6d, +0xff40401f, 0xfff4f658, 0xfff5f666, 0xfff5f666, 0xfff5f665, 0xfff5f666, +0xfff5f767, 0xff616140, 0xff67673c, 0xfff3f54b, 0xfff3f54b, 0xfff1f24a, +0xff7d7e3e, 0xff76763d, 0xfff2f44d, 0xfff4f656, 0xfff4f658, 0xfff4f658, +0xfff4f659, 0xfff5f661, 0xffbebf58, 0xff7c7c48, 0xffeaec61, 0xfff5f664, +0xffe1e25f, 0xff98984f, 0xff95954a, 0xffebec4c, 0xffeef04a, 0xffedee52, +0xffe9eb5d, 0xffdfe14d, 0xffd9da52, 0xffdbdd4e, 0xffe4e64f, 0xff1a1a15, +0xffebec80, 0xffeced82, 0xffabac68, 0x431c1c14, 0x00000000, 0x00000000, +0x04030302, 0xff939359, 0xfff6f775, 0xfff5f66f, 0xfff4f56e, 0xfff4f570, +0xff3e3f1f, 0xfff4f559, 0xfff5f668, 0xfff5f668, 0xfff5f667, 0xfff5f766, +0xfff5f768, 0xff54543d, 0xff979842, 0xfff3f54c, 0xfff3f54b, 0xfff3f54a, +0xffebed4d, 0xff6c6d3d, 0xffbebf46, 0xfff4f657, 0xfff4f658, 0xfff4f659, +0xfff4f65a, 0xfff5f661, 0xffbebe58, 0xffb2b255, 0xfff5f764, 0xfff5f664, +0xfff5f664, 0xfff5f765, 0xffdcdd59, 0xffebed50, 0xffeef04d, 0xffeaec53, +0xffe6e765, 0xffd9da4c, 0xffd4d651, 0xffdadb49, 0xffe2e44d, 0xff363614, +0xffb6b767, 0xffdadb76, 0xff878757, 0x612a2a21, 0x00000000, 0x00000000, +0x00000000, 0xeb76764f, 0xffbabb64, 0xff8c8c4d, 0xff6b6b3f, 0xff5e5e3c, +0xff10100c, 0xffc9ca5c, 0xfff5f769, 0xfff5f768, 0xfff5f767, 0xfff5f767, +0xfff5f768, 0xff6a6a42, 0xffeaec4e, 0xfff3f54d, 0xfff3f54b, 0xfff3f54b, +0xfff4f54e, 0xffebed4d, 0xffe9eb4b, 0xfff4f658, 0xfff4f659, 0xfff4f659, +0xfff4f65a, 0xfff5f661, 0xffe4e562, 0xffe8ea64, 0xfff5f765, 0xfff5f664, +0xfff5f664, 0xfff5f767, 0xfff5f65e, 0xfff4f656, 0xfff1f352, 0xffedee5a, +0xffe5e672, 0xffd4d550, 0xffcfd050, 0xffd6d84a, 0xffdfe14d, 0xff3d3d18, +0x9c42422b, 0xaf4c4c32, 0xab3f3f32, 0x73383837, 0x00000000, 0x00000000, +0x00000000, 0x8b434335, 0xaf42423d, 0x712a2a2a, 0x411c1c1a, 0x3113130f, +0xff1e1e1d, 0xffdfe16e, 0xfff5f769, 0xfff5f768, 0xfff5f767, 0xfff5f767, +0xfff5f768, 0xffedee5e, 0xfff4f550, 0xfff3f54e, 0xfff3f54b, 0xfff3f54c, +0xfff4f54f, 0xfff3f54e, 0xfff3f54d, 0xfff4f659, 0xfff4f65a, 0xfff4f65a, +0xfff4f65b, 0xfff5f662, 0xfff5f767, 0xfff5f768, 0xfff5f765, 0xfff5f764, +0xfff5f765, 0xfff5f767, 0xfff5f65f, 0xfff4f65c, 0xfff4f55a, 0xffeef063, +0xffe4e581, 0xffd3d458, 0xffcecf52, 0xffd7d857, 0xffe1e357, 0xff3d3d1a, +0x2316160d, 0x03020202, 0x03020202, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x05030303, 0x765b5b51, +0xff2f2f25, 0xfff5f665, 0xfff5f763, 0xfff5f768, 0xfff5f768, 0xfff5f768, +0xfff5f768, 0xfff5f660, 0xfff4f551, 0xfff4f54f, 0xfff3f54c, 0xfff3f54c, +0xfff4f54f, 0xfff4f54f, 0xfff3f54e, 0xfff4f659, 0xfff4f65a, 0xfff4f65a, +0xfff4f65b, 0xfff5f662, 0xfff5f768, 0xfff5f768, 0xfff5f765, 0xfff5f764, +0xfff5f665, 0xfff5f767, 0xfff5f660, 0xfff5f660, 0xfff4f661, 0xffeff16d, +0xffe5e68c, 0xffd4d562, 0xffcfd056, 0xffd9db5e, 0xffe7e879, 0xff3b3b21, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x06030303, 0x48313130, 0x783f3f38, 0xe476765c, 0xffc3c35f, +0xff454622, 0xffe1e248, 0xfff3f54c, 0xfff5f763, 0xfff5f768, 0xfff5f768, +0xfff5f768, 0xfff5f661, 0xfff4f552, 0xfff4f551, 0xfff3f54d, 0xfff3f54e, +0xfff4f54f, 0xfff4f54f, 0xfff3f54e, 0xfff4f65a, 0xfff4f65a, 0xfff4f65a, +0xfff4f65c, 0xfff5f763, 0xfff5f769, 0xfff5f769, 0xfff5f766, 0xfff5f765, +0xfff5f765, 0xfff5f767, 0xfff5f661, 0xfff5f661, 0xfff5f664, 0xfff1f273, +0xffe7e890, 0xffd5d66b, 0xffd1d25e, 0xffddde66, 0xffebec8a, 0xff24241c, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x6c3e3e3e, 0xf17f7f72, 0xff959560, 0xffb5b65b, 0xffe6e765, 0xfff5f768, +0xff6f7034, 0xffadae39, 0xfff3f548, 0xfff4f658, 0xfff5f769, 0xfff5f769, +0xfff5f769, 0xfff5f663, 0xfff4f655, 0xfff4f653, 0xfff3f54f, 0xfff4f550, +0xfff4f550, 0xfff4f54f, 0xfff4f54f, 0xfff4f65c, 0xfff4f65b, 0xfff4f65b, +0xffddde57, 0xffb2b354, 0xfff5f769, 0xfff5f769, 0xfff5f767, 0xfff5f766, +0xfff5f766, 0xfff5f769, 0xfff5f663, 0xfff5f663, 0xfff5f667, 0xfff1f376, +0xffe7e78f, 0xffd5d674, 0xffd1d268, 0xffe1e273, 0xfff0f19e, 0xfa242422, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x90464639, 0xffb8b868, 0xfff6f773, 0xfff5f76c, 0xfff4f568, 0xfff1f366, +0xffa6a749, 0xff7d7e29, 0xfff3f548, 0xfff4f659, 0xfff5f76a, 0xfff5f76a, +0xfff5f76b, 0xfff5f767, 0xfff4f658, 0xfff4f656, 0xfff4f551, 0xfff4f652, +0xfff4f551, 0xfff4f550, 0xfff4f550, 0xfff4f65d, 0xfff4f65c, 0xfff4f65c, +0xff9fa04b, 0xff91914d, 0xfff5f76a, 0xfff5f76a, 0xfff5f768, 0xfff5f767, +0xfff5f766, 0xfff5f76a, 0xfff5f765, 0xfff5f765, 0xfff5f769, 0xfff1f279, +0xffe5e690, 0xffd4d57e, 0xffd3d578, 0xffe4e684, 0xffd6d6a3, 0xbf090909, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x05040402, 0xec616142, 0xffe4e56c, 0xfff3f46b, 0xffeff167, 0xffeef065, +0xffcacb58, 0xff43431b, 0xfff3f54b, 0xfff5f765, 0xfff5f76a, 0xfff5f76a, +0xfff5f76c, 0xfff5f76c, 0xfff4f65d, 0xfff4f65a, 0xfff4f654, 0xfff4f656, +0xfff4f652, 0xfff4f550, 0xfff3f450, 0xfff4f65d, 0xfff4f65c, 0xfff4f65d, +0xff6e6f41, 0xff7c7c47, 0xfff5f76b, 0xfff5f76b, 0xfff5f769, 0xfff5f768, +0xfff5f767, 0xfff5f76b, 0xfff5f769, 0xfff5f769, 0xfff5f66d, 0xfff0f17b, +0xffe3e491, 0xffd3d477, 0xffd2d46c, 0xffe6e780, 0xffa7a78c, 0x9c191919, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x602c2c1c, 0xff626241, 0xff8c8c4f, 0xff7c7c48, 0xff676843, +0xa8636335, 0xff383820, 0xffe2e35c, 0xfff5f76c, 0xfff5f76a, 0xfff5f764, +0xfff5f766, 0xfff6f770, 0xfff5f663, 0xfff5f660, 0xfff4f658, 0xfff4f65a, +0xfff4f654, 0xfff4f551, 0xffcccc4b, 0xff818145, 0xffeff15b, 0xffeaec5a, +0xff3d3d36, 0xff999a4f, 0xfff5f76c, 0xfff5f76d, 0xfff5f76a, 0xfff5f769, +0xfff5f768, 0xfff6f76d, 0xfff5f76d, 0xfff4f56a, 0xfff2f464, 0xffeced65, +0xffdedf6a, 0xffcbcc5b, 0xff77773f, 0xff6a6a41, 0xff383825, 0x65262623, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x973b3b28, 0x64373720, 0x43262615, 0x06040402, +0x0b0a0a07, 0x98373722, 0xff7f7f40, 0xfff6f76d, 0xfff4f657, 0xfff4f54e, +0xfff4f551, 0xfff5f660, 0xfff5f769, 0xfff5f767, 0xfff4f65e, 0xfff5f660, +0xfff4f657, 0xfff4f653, 0xfff2f453, 0xff6e6e42, 0xff808143, 0xffadae4e, +0xff323231, 0xffe7e862, 0xfff6f76d, 0xfff6f76d, 0xfff5f66b, 0xfff3f568, +0xfff2f467, 0xfff4f670, 0xfff4f671, 0xfff0f162, 0xffeeef55, 0xffe8ea58, +0xffdbdc4f, 0xffd2d342, 0xffacad40, 0xff4d4d39, 0xf4333329, 0x7e48482f, +0x04030303, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x05040404, 0x09080806, +0x02010101, 0x110b0b06, 0xe92a2a1b, 0xffd2d357, 0xfff3f54b, 0xfff3f54b, +0xfff3f54f, 0xfff4f655, 0xfff5f769, 0xfff6f771, 0xfff5f768, 0xfff5f767, +0xfff4f65b, 0xfff4f655, 0xfff4f656, 0xffe4e55b, 0xff494938, 0xff474733, +0xff8c8c47, 0xfff5f666, 0xfff6f76f, 0xfff5f66e, 0xfff2f36b, 0xffebed67, +0xffe9ea64, 0xfff0f173, 0xfff2f375, 0xffeced5f, 0xffeaeb54, 0xffe6e756, +0xffdadc4d, 0xffd6d73e, 0xffd6d73d, 0xff727238, 0xfe555541, 0x68393925, +0x03020201, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x4b1b1b11, 0xff444420, 0xffeeef4c, 0xffe1e34a, +0xffdedf4b, 0xfff0f152, 0xfff3f56b, 0xfff6f77c, 0xfff6f777, 0xfff6f770, +0xfff5f663, 0xfff4f659, 0xfff4f659, 0xfff5f660, 0xffb9ba50, 0xff40402c, +0xfff5f660, 0xfff5f768, 0xfff5f770, 0xfff3f56f, 0xffedef6b, 0xffe3e565, +0xffe1e263, 0xffebed75, 0xffeff17c, 0xffe9eb63, 0xffe6e854, 0xffdedf53, +0xffd4d64c, 0xffdcdd43, 0xffe3e53d, 0xffd1d240, 0xff505034, 0x5d242418, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x88202013, 0xff5f5f2b, 0xff62623a, +0xffc2c347, 0xffe7e94c, 0xffeaec6e, 0xffeff07d, 0xfff3f57e, 0xfff5f77a, +0xfff6f772, 0xfff5f662, 0xfff4f65d, 0xfff5f661, 0xfff5f65f, 0xffd0d158, +0xfff5f662, 0xfff5f76a, 0xfff4f571, 0xfff1f26f, 0xffeaeb6c, 0xffe1e267, +0xffe1e366, 0xffebec78, 0xffebed7f, 0xffe5e673, 0xffe3e45e, 0xffd6d753, +0xff707039, 0xff757533, 0xffcecf45, 0xffedee43, 0xffd9db42, 0xfc525230, +0x5725251a, 0x00000000, 0x03020202, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x02010100, 0x46343415, 0xff5c5c38, 0xff8c8c41, +0xffedef4e, 0xffd4d650, 0xffcacb64, 0xffe1e273, 0xffe6e770, 0xffeeef79, +0xfff3f47f, 0xfff5f675, 0xfff5f663, 0xfff5f663, 0xfff5f661, 0xfff5f662, +0xfff5f764, 0xfff5f76d, 0xfff3f573, 0xffeced70, 0xffe3e46d, 0xffddde69, +0xffe1e36c, 0xffe8ea7c, 0xffe7e87f, 0xffe3e47d, 0xffe5e67a, 0xffe4e576, +0xff494927, 0xff1b1b17, 0xff787840, 0xffe4e549, 0xfff0f244, 0xffd6d842, +0xfc39392c, 0xb039392e, 0x71282827, 0x3c242424, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x08070703, 0x6635351c, 0xff4a4a35, 0xffe4e655, +0xffe7e852, 0xff737443, 0xffd4d56d, 0xffdadb6c, 0xffd6d766, 0xffdbdc66, +0xffe5e671, 0xffedee7f, 0xfff1f276, 0xfff3f468, 0xfff4f665, 0xfff5f766, +0xfff5f769, 0xfff4f571, 0xfff1f276, 0xffe8e974, 0xffddde71, 0xffdcde71, +0xffe3e479, 0xffe9ea82, 0xffe8e982, 0xffe8e984, 0xffd5d67e, 0xf444442c, +0x630c0c0a, 0x4018180f, 0xd8464631, 0xffb8b849, 0xffeff147, 0xffeef045, +0xff7a7a37, 0xff52523d, 0xff626250, 0xf8545454, 0x140b0b0b, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x2f232312, 0xec51513a, 0xffa2a251, 0xfff0f167, +0xff797941, 0xff606043, 0xffdbdc70, 0xffe2e370, 0xffd4d669, 0xffcfd164, +0xffd5d667, 0xffdedf75, 0xffe7e885, 0xffedee79, 0xfff1f36e, 0xfff4f56d, +0xfff5f673, 0xfff3f477, 0xffeff07d, 0xffe6e781, 0xffe0e182, 0xffe4e587, +0xffe9ea88, 0xffedee89, 0xffedee88, 0xffa5a663, 0xf42f2f22, 0x591f1f1a, +0x00000000, 0x00000000, 0x190b0b06, 0xd9484833, 0xffb8b947, 0xfff0f24d, +0xffdfe055, 0xff767647, 0xffe7e784, 0xffb1b183, 0x953e3e3d, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x100b0b08, +0x00000000, 0x0d0c0c05, 0xc4727340, 0xffcbcc61, 0xfff3f46f, 0xffb6b761, +0xff2b2b2a, 0x89333323, 0xf5313120, 0xffb3b45c, 0xffdfe06f, 0xffd4d569, +0xffd0d168, 0xffd3d46f, 0xffdbdc7c, 0xffe6e783, 0xffeeef7f, 0xfff2f47c, +0xfff4f57d, 0xfff2f483, 0xffeef089, 0xffe8e988, 0xffe7e98d, 0xffedee93, +0xfff0f196, 0xffdbdc85, 0xff5d5e3c, 0xc022221a, 0x200c0c09, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x512e2e18, 0xff737341, 0xffcbcc52, +0xfff0f161, 0xffd2d35c, 0xffddde6c, 0xffeff184, 0xfc7f7f6e, 0x100a0a0a, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x48222219, 0xe464644c, +0x87343428, 0xb07b7b3c, 0xffb2b354, 0xfff5f767, 0xffe9ea68, 0xff52523c, +0xcb4a4a47, 0x02010101, 0x4628281d, 0xdc2b2b1d, 0xff6f6f3b, 0xffbbbc60, +0xffd9da6f, 0xffd5d673, 0xffd9da7d, 0xffe5e687, 0xffeff08a, 0xfff2f389, +0xfff3f48a, 0xfff0f18c, 0xffeced8b, 0xffeaea8b, 0xffeaeb92, 0xffb2b374, +0xff5c5c41, 0xec272724, 0x75232321, 0x06040403, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0xab4b4b39, 0xffa1a261, 0xffb5b555, +0xffeff15b, 0xffedef67, 0xffeaeb6c, 0xffeaec73, 0xff9b9b6d, 0x55262625, +0x00000000, 0x00000000, 0x00000000, 0x52202018, 0xff6c6d4f, 0xffabab70, +0xff818152, 0xff54543c, 0xff9a9a46, 0xfff2f453, 0xff7e7f44, 0xf551513f, +0x4c31312b, 0x00000000, 0x02010101, 0x352c2c1e, 0x74242418, 0xcb1e1e16, +0xff535431, 0xffadae68, 0xffe4e592, 0xffeeef8e, 0xfff4f590, 0xfff5f691, +0xfff3f491, 0xffe6e78a, 0xffc6c778, 0xff94945d, 0xff43432f, 0xbb21211c, +0x541a1a19, 0x0d060606, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x3211110e, 0xff80805a, 0xfff5f695, 0xffbebe6f, +0xffdfe055, 0xffe7e968, 0xffe8e96a, 0xffe5e66f, 0xffadae6e, 0x46171715, +0x00000000, 0x00000000, 0x00000000, 0xd2363629, 0xffc2c374, 0xfff8f98f, +0xffeeef71, 0xffa1a143, 0xffeff148, 0xffc8c943, 0xea494931, 0x1e16160d, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x05040403, 0x04030302, +0x4d14140e, 0xbd1f1f1b, 0xff444433, 0xff78784e, 0xff9c9c61, 0xff7b7b4e, +0xff3f3f2d, 0xe623231b, 0xbf161611, 0x8d171712, 0x3d171711, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0xad2c2c25, 0xffcbcc7a, 0xfff6f88e, 0xffedee87, +0xffd6d854, 0xffd7d866, 0xffe1e36b, 0xffe4e574, 0xffcbcc7d, 0x4e131313, +0x00000000, 0x00000000, 0x07050503, 0xf73a3a2b, 0xffd4d477, 0xfff7f888, +0xffeaeb6a, 0xffe3e449, 0xfff3f543, 0xffbabb3f, 0xff7e7e3d, 0x86404026, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x3f1a1a19, 0x5f080808, 0x5f030303, 0x5f0a0a0a, +0x3f1d1d18, 0x08050504, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0xfc525240, 0xfff3f48b, 0xfff8f98d, 0xffedef83, +0xffcdcf59, 0xffc2c363, 0xffd5d670, 0xffe3e47f, 0xffddde88, 0x9d2a2a2a, +0x00000000, 0x00000000, 0x03020201, 0xfb36362b, 0xfff4f483, 0xfff6f781, +0xfff2f46a, 0xfff1f355, 0xfff3f544, 0xffe1e145, 0xffdee04e, 0xf756563d, +0x341e1e12, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x05040403, 0xff838358, 0xfff8f98d, 0xfff8f98d, 0xffebec7d, +0xffa7a851, 0xffa2a353, 0xffc8c971, 0xffdfe080, 0xffdadb88, 0xa7292929, +0x00000000, 0x00000000, 0x5e373721, 0xff59593e, 0xfff6f784, 0xfff0f27a, +0xffe7e965, 0xffe7e961, 0xffeeef48, 0xfff3f54e, 0xfff4f65a, 0xff8a8a4c, +0x681c1c17, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0xf1828256, 0xfff8f98d, 0xfff8f98d, 0xff9b9c5e, +0xff82834d, 0xff97984e, 0xffbfc06e, 0xffdbdc80, 0xffd9da87, 0x8a212121, +0x00000000, 0x00000000, 0xb341412f, 0xff74744c, 0xfff4f683, 0xffebed77, +0xffdadc65, 0xffd5d769, 0xffe2e348, 0xfff0f252, 0xfff5f662, 0xffcdce60, +0x7f22221d, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0xe2828255, 0xfff8f98f, 0xffd7d77f, 0xff585840, +0xffb1b169, 0xff6c6c3e, 0xffbbbc6e, 0xffdbdb83, 0xffcdce81, 0xb13b3b3b, +0x00000000, 0x00000000, 0xbf444433, 0xff72724d, 0xfff4f584, 0xffeff079, +0xffddde6d, 0xffcccd77, 0xffd2d44d, 0xffe8ea56, 0xfff4f66a, 0xffdbdc65, +0xba2a2a27, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0xf7707050, 0xfff2f390, 0xff686848, 0xff9b9b5f, +0xffabac6d, 0xff525231, 0xffb7b86e, 0xffdadb84, 0xffbebf7d, 0x893c3c3c, +0x00000000, 0x00000000, 0xbf404032, 0xff9b9b60, 0xffe9ea81, 0xfff5f67e, +0xffc7c867, 0xffabab6e, 0xffc7c858, 0xffdcde59, 0xfff1f36c, 0xffd7d867, +0xbc2c2c28, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0xd74d4d3e, 0xffa8a86f, 0xfc46463d, 0xe6d8d994, +0xff8c8c60, 0xff606039, 0xffb7b86d, 0xffdedf8a, 0xfc9b9b71, 0x3b191919, +0x00000000, 0x00000000, 0x87323227, 0xff95955f, 0xffadae6a, 0xfff7f885, +0xffc0c06d, 0xff606048, 0xffc5c663, 0xffd0d15a, 0xffeaeb6f, 0xffbdbe62, +0xa92f2f27, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x803e3e39, 0xff2d2d2c, 0xa8535351, 0x5b545442, +0xff515143, 0xff82824e, 0xffc0c177, 0xffa3a46e, 0x9f34342f, 0x00000000, +0x00000000, 0x00000000, 0x1e0d0d0a, 0xfc6e6e51, 0xff6d6d50, 0xfff0f18f, +0xffdadb89, 0xff353531, 0xff87884c, 0xffc8c861, 0xffe0e171, 0xffa1a25e, +0xa7313128, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x0a070707, 0xbd585858, 0x00000000, 0x482f2f2e, +0xff6b6b5f, 0xffa8a880, 0xffbebf96, 0xf443433d, 0x2c0c0c0c, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x2714140e, 0xf678785a, 0xffaaaa79, +0xffe4e49b, 0xff4b4b42, 0xde515143, 0xff959657, 0xffd7d879, 0xff7e7e53, +0x8f282822, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x02010101, 0x00000000, 0xa25a5a5a, +0xff7f7f7f, 0xffb0b0b0, 0xfb676767, 0x5f232323, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x9b3e3e33, 0xffabab7f, +0xfff5f5af, 0xff44443f, 0x4a333329, 0xc3292920, 0xfecccd87, 0xfb50503e, +0x240c0c0a, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x69484848, +0xb2787878, 0x975a5a5a, 0x1f0f0f0f, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x1e10100c, 0xf948483d, +0xffdbdca4, 0xc7272725, 0x00000000, 0x01000000, 0x9a434333, 0xd5363631, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x350e0e0c, +0xee484841, 0xb3262625, 0x00000000, 0x00000000, 0x1e040404, 0xb53c3c38, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x251a1a19, 0x97212121, 0x0d040404, 0x00000000, 0x00000000, 0x03010101, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + diff --git a/examples/null/Makefile b/examples/null/Makefile new file mode 100644 index 0000000..f0ce8d6 --- /dev/null +++ b/examples/null/Makefile @@ -0,0 +1,6 @@ +TARGET = null.img + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/null/main.c b/examples/null/main.c new file mode 100644 index 0000000..198f153 --- /dev/null +++ b/examples/null/main.c @@ -0,0 +1,20 @@ +/* + * "Null" SVGA example. + * + * This is a trivial SVGA test which just switches video modes and + * halts the CPU. + */ + +#include "intr.h" +#include "svga.h" + +int +main(void) +{ + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + SVGA_Init(); + SVGA_SetMode(1024, 768, 32); + + return 0; +} diff --git a/examples/screen-annotation/Makefile b/examples/screen-annotation/Makefile new file mode 100644 index 0000000..7864ddb --- /dev/null +++ b/examples/screen-annotation/Makefile @@ -0,0 +1,7 @@ +TARGET = screen-annotation.img +VMX_MEMSIZE = 16 + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/screen-annotation/main.c b/examples/screen-annotation/main.c new file mode 100644 index 0000000..0f74cc1 --- /dev/null +++ b/examples/screen-annotation/main.c @@ -0,0 +1,341 @@ +/* + * This example illustrates annotated GMRFB-to-screen blits. + * Annotations are a way to give the device extra information about + * the data in a blit. In this case, we're guaranteeing that the + * contents of the blit are the result of a fill or copy operation. + * + * This example cheats a bit, and it actually lies to the SVGA device + * in its annotations. This lets you see whether the annotations are + * working or not- if the host uses the blit data we supply, we'll see + * one result. If it uses the annotation, we'll see something + * different. + * + * This example requires SVGA Screen Object support. + */ + +#include "svga.h" +#include "gmr.h" +#include "screen.h" +#include "intr.h" +#include "screen.h" +#include "screendraw.h" +#include "math.h" +#include "mt19937ar.h" +#include "timer.h" + +#define GMRID_SCREEN_DRAW 0 +#define GMRID_NOISE 1 +#define FRAME_RATE 60 +#define SCREEN_ID 0 + +static volatile uint32 timerTick; + + +/* + * prepareNoiseRect -- + * + * Prepare some noise as the source for a blit. + * This defines the GMRFB, and generates a random source origin. + */ + +static void +prepareNoiseRect(SVGASignedPoint *origin) // OUT +{ + const uint32 bytesPerLine = 1024; + static const SVGAGMRImageFormat format = {{{ 32, 24 }}}; + const SVGAGuestPtr gPtr = { GMRID_NOISE, 0 }; + const uint32 rand = genrand_int32(); + + Screen_DefineGMRFB(gPtr, bytesPerLine, format); + + origin->x = rand & 0x7F; + origin->y = (rand >> 8) & 0x7F; +} + + +/* + * updateBorders -- + * + * Clean up after the previous frame of animation, and draw the + * white border around the current frame. + */ + +static void +updateBorders(const SVGASignedRect *pOld, + const SVGASignedRect *pNew) +{ + const uint32 color = 0; + SVGASignedRect newRect = *pNew; + + /* + * Outset each rectangle by one pixel, to make room for the border. + */ + + newRect.left--; + newRect.right++; + newRect.top--; + newRect.bottom++; + + /* + * Draw the white borders + */ + + ScreenDraw_Border(newRect.left, newRect.top, newRect.right, newRect.bottom, + 0xFFFFFF, 1); + + /* + * Clear any pixels from 'oldRect' that are not in 'newRect'. + */ + + if (pOld) { + SVGASignedRect oldRect = *pOld; + + oldRect.left--; + oldRect.right++; + oldRect.top--; + oldRect.bottom++; + + /* Clear the right edge */ + if (newRect.right < oldRect.right) { + ScreenDraw_Rectangle(newRect.right, oldRect.top, + oldRect.right, oldRect.bottom, + color); + } + + /* Clear the left edge */ + if (newRect.left > oldRect.left) { + ScreenDraw_Rectangle(oldRect.left, oldRect.top, + newRect.left, oldRect.bottom, + color); + } + + /* Clear the top edge */ + if (newRect.top > oldRect.top) { + ScreenDraw_Rectangle(oldRect.left, oldRect.top, + oldRect.right, newRect.top, + color); + } + + /* Clear the bottom edge */ + if (newRect.bottom < oldRect.bottom) { + ScreenDraw_Rectangle(oldRect.left, newRect.bottom, + oldRect.right, oldRect.bottom, + color); + } + } +} + + +/* + * updateFillRect -- + * + * Animate the test rectangle which demonstrates fill annotations. + */ + +static void +updateFillRect(const SVGASignedRect *oldRect, + const SVGASignedRect *newRect) +{ + SVGASignedPoint srcOrigin; + static const SVGAColorBGRX color = {{{ 0xFF, 0xCC, 0xCC }}}; // Light blue + + prepareNoiseRect(&srcOrigin); + + Screen_AnnotateFill(color); + Screen_BlitFromGMRFB(&srcOrigin, newRect, SCREEN_ID); + + updateBorders(oldRect, newRect); +} + + +/* + * updateCopyRect -- + * + * Animate the test rectangle which demonstrates copy annotations. + */ + +static void +updateCopyRect(const SVGASignedRect *oldRect, + const SVGASignedRect *newRect) +{ + + /* + * The first time through, draw a checkerboard test pattern. + * On subsequent frames, annotate a copy of it from the previous frame. + */ + if (oldRect) { + SVGASignedPoint noiseSrc, copySrc; + + prepareNoiseRect(&noiseSrc); + + copySrc.x = oldRect->left; + copySrc.y = oldRect->top; + + Screen_AnnotateCopy(©Src, SCREEN_ID); + Screen_BlitFromGMRFB(&noiseSrc, newRect, SCREEN_ID); + + } else { + ScreenDraw_Checkerboard(newRect->left, newRect->top, + newRect->right, newRect->bottom); + } + + updateBorders(oldRect, newRect); +} + + +/* + * allocNoise -- + * + * Allocates a new GMR, and fills it with random noise. + */ + +static void +allocNoise(void) +{ + const uint32 numPages = 500; + const uint32 numWords = numPages * PAGE_SIZE / sizeof(uint32); + + PPN pages = GMR_DefineContiguous(GMRID_NOISE, numPages); + uint32 *ptr = PPN_POINTER(pages); + int i; + + init_genrand(0); + + for (i = 0; i < numWords; i++) { + ptr[i] = genrand_int32(); + } +} + + +/* + * timerISR -- + * + * Trivial timer ISR, just increments our tick counter. + */ + +void +timerISR(int vector) +{ + timerTick++; +} + + +/* + * main -- + * + * Initialization and main loop. + */ + +int +main(void) +{ + uint32 frame = 0; + uint32 lastTick = 0; + + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + + Timer_InitPIT(PIT_HZ / FRAME_RATE); + Intr_SetMask(PIT_IRQ, TRUE); + Intr_SetHandler(IRQ_VECTOR(PIT_IRQ), timerISR); + + SVGA_Init(); + GMR_Init(); + Heap_Reset(); + SVGA_SetMode(0, 0, 32); + Screen_Init(); + ScreenDraw_Init(GMRID_SCREEN_DRAW); + + allocNoise(); + + /* + * Define a screen. + */ + + SVGAScreenObject myScreen = { + .structSize = sizeof(SVGAScreenObject), + .id = SCREEN_ID, + .flags = SVGA_SCREEN_HAS_ROOT | SVGA_SCREEN_IS_PRIMARY, + .size = { 800, 600 }, + .root = { 0, 0 }, + }; + Screen_Define(&myScreen); + + /* + * Draw some explanatory text. + */ + + char docString[] = + "Annotated Blit Sample:" + "\n\n" + "You should see two moving rectangles. The left one is animated " + "using a fill-annotated blit. The blit itself contains random " + "noise, but the annotation is a blue fill. If your host is " + "using the annotation, you will see the blue. If not, you'll " + "see noise. Either one is correct, but it is often more efficient " + "to use the fill." + "\n\n" + "The right one is a copy-annotated blit. The blit data is again " + "random noise, and the copy is a screen-to-screen copy which " + "moves the rectangle from its old position to the new position. " + "We drew a checkerboard pattern to the screen once, and that " + "pattern should be preserved indefinitely if the annotation is " + "being executed correctly." + "\n\n" + "Both rectangles should have a 1-pixel solid white border, and " + "in both cases we use a fill-annotated blit to clear the screen " + "behind each rectangle. This annotation doesn't lie, its blit data " + "matches the advertised fill color."; + + ScreenDraw_SetScreen(myScreen.id, myScreen.size.width, myScreen.size.height); + Console_Clear(); + ScreenDraw_WrapText(docString, 770); + Console_WriteString(docString); + + /* + * Animate the two rectangles indefinitely, sleeping between frames. + */ + + while (1) { + SVGASignedRect oldRect1, oldRect2; + SVGASignedRect newRect1, newRect2; + + /* + * Move them around in a circle. + */ + + float theta = frame * 0.01; + + newRect1.left = 190 + cosf(theta) * 60; + newRect1.top = 350 + sinf(theta) * 60; + newRect1.right = newRect1.left + 80; + newRect1.bottom = newRect1.top + 120; + + newRect2.left = 530 + sinf(theta) * 60; + newRect2.top = 350 + cosf(theta) * 60; + newRect2.right = newRect2.left + 80; + newRect2.bottom = newRect2.top + 120; + + /* + * Update the position of each. + */ + + updateFillRect(frame ? &oldRect1 : NULL, &newRect1); + updateCopyRect(frame ? &oldRect2 : NULL, &newRect2); + + oldRect1 = newRect1; + oldRect2 = newRect2; + + /* + * Wait for the next timer tick. + */ + + while (timerTick == lastTick) { + Intr_Halt(); + } + lastTick = timerTick; + frame++; + } + + return 0; +} diff --git a/examples/screen-cursor/Makefile b/examples/screen-cursor/Makefile new file mode 100644 index 0000000..a7a3ad9 --- /dev/null +++ b/examples/screen-cursor/Makefile @@ -0,0 +1,7 @@ +TARGET = screen-cursor.img +VMX_MEMSIZE = 16 + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/screen-cursor/beachball_mono.h b/examples/screen-cursor/beachball_mono.h new file mode 100644 index 0000000..55e4bbf --- /dev/null +++ b/examples/screen-cursor/beachball_mono.h @@ -0,0 +1,96 @@ +0xff, 0xff, 0xf0, 0x0f, 0xff, 0xff, 0x00, 0x00, +0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, +0xff, 0xfc, 0x00, 0x00, 0x3f, 0xff, 0x00, 0x00, +0xff, 0xf0, 0x00, 0x00, 0x0f, 0xff, 0x00, 0x00, +0xff, 0xc0, 0x00, 0x00, 0x03, 0xff, 0x00, 0x00, +0xff, 0x80, 0x00, 0x00, 0x01, 0xff, 0x00, 0x00, +0xff, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, +0xfe, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, +0xf8, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xf8, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, +0xfe, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, +0xff, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, +0xff, 0x80, 0x00, 0x00, 0x01, 0xff, 0x00, 0x00, +0xff, 0xc0, 0x00, 0x00, 0x03, 0xff, 0x00, 0x00, +0xff, 0xf0, 0x00, 0x00, 0x0f, 0xff, 0x00, 0x00, +0xff, 0xfc, 0x00, 0x00, 0x3f, 0xff, 0x00, 0x00, +0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, +0xff, 0xff, 0xf0, 0x0f, 0xff, 0xff, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x03, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x1f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x7f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x01, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x1f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x1f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xe0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x80, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xfe, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xf8, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xf0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xc0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, diff --git a/examples/screen-cursor/beachball_mono_xor.h b/examples/screen-cursor/beachball_mono_xor.h new file mode 100644 index 0000000..e33b082 --- /dev/null +++ b/examples/screen-cursor/beachball_mono_xor.h @@ -0,0 +1,96 @@ +0xff, 0xff, 0xf0, 0x0f, 0xff, 0xff, 0x00, 0x00, +0xff, 0xff, 0x0f, 0x00, 0xff, 0xff, 0x00, 0x00, +0xff, 0xfc, 0xff, 0x00, 0x3f, 0xff, 0x00, 0x00, +0xff, 0xf3, 0xff, 0x00, 0x0f, 0xff, 0x00, 0x00, +0xff, 0xcf, 0xff, 0x00, 0x03, 0xff, 0x00, 0x00, +0xff, 0x9f, 0xff, 0x00, 0x01, 0xff, 0x00, 0x00, +0xff, 0x7f, 0xff, 0x00, 0x00, 0xff, 0x00, 0x00, +0xfe, 0xff, 0xff, 0x00, 0x00, 0x7f, 0x00, 0x00, +0xfd, 0xff, 0xff, 0x00, 0x00, 0x3f, 0x00, 0x00, +0xfb, 0xff, 0xff, 0x00, 0x00, 0x1f, 0x00, 0x00, +0xf3, 0xff, 0xff, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xf7, 0xff, 0xff, 0x00, 0x00, 0x0f, 0x00, 0x00, +0xef, 0xff, 0xff, 0x00, 0x00, 0x07, 0x00, 0x00, +0xef, 0xff, 0xff, 0x00, 0x00, 0x07, 0x00, 0x00, +0xdf, 0xff, 0xff, 0x00, 0x00, 0x03, 0x00, 0x00, +0xdf, 0xff, 0xff, 0x00, 0x00, 0x03, 0x00, 0x00, +0xbf, 0xff, 0xff, 0x00, 0x00, 0x01, 0x00, 0x00, +0xbf, 0xff, 0xff, 0x00, 0x00, 0x01, 0x00, 0x00, +0xbf, 0xff, 0xff, 0x00, 0x00, 0x01, 0x00, 0x00, +0xbf, 0xff, 0xff, 0x00, 0x00, 0x01, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x80, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x00, 0x00, +0x80, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x00, 0x00, +0x80, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x00, 0x00, +0x80, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x00, 0x00, +0xc0, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x00, 0x00, +0xc0, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x00, 0x00, +0xe0, 0x00, 0x00, 0xff, 0xff, 0xf7, 0x00, 0x00, +0xe0, 0x00, 0x00, 0xff, 0xff, 0xf7, 0x00, 0x00, +0xf0, 0x00, 0x00, 0xff, 0xff, 0xef, 0x00, 0x00, +0xf0, 0x00, 0x00, 0xff, 0xff, 0xcf, 0x00, 0x00, +0xf8, 0x00, 0x00, 0xff, 0xff, 0xdf, 0x00, 0x00, +0xfc, 0x00, 0x00, 0xff, 0xff, 0xbf, 0x00, 0x00, +0xfe, 0x00, 0x00, 0xff, 0xff, 0x7f, 0x00, 0x00, +0xff, 0x00, 0x00, 0xff, 0xfe, 0xff, 0x00, 0x00, +0xff, 0x80, 0x00, 0xff, 0xf9, 0xff, 0x00, 0x00, +0xff, 0xc0, 0x00, 0xff, 0xf3, 0xff, 0x00, 0x00, +0xff, 0xf0, 0x00, 0xff, 0xcf, 0xff, 0x00, 0x00, +0xff, 0xfc, 0x00, 0xff, 0x3f, 0xff, 0x00, 0x00, +0xff, 0xff, 0x00, 0xf0, 0xff, 0xff, 0x00, 0x00, +0xff, 0xff, 0xf0, 0x0f, 0xff, 0xff, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x03, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x1f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x7f, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x01, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x1f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x1f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xe0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x80, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xfe, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xf8, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xf0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xc0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, diff --git a/examples/screen-cursor/chip_mono.h b/examples/screen-cursor/chip_mono.h new file mode 100644 index 0000000..728acc6 --- /dev/null +++ b/examples/screen-cursor/chip_mono.h @@ -0,0 +1,196 @@ +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x87, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x01, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x1f, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x07, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x01, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x1f, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x07, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x01, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xf0, 0x00, 0x00, 0x00, +0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, +0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x80, 0x30, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x30, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x81, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xe0, 0x10, 0x00, 0x00, 0x00, +0x83, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x01, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x83, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x01, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x83, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xe0, 0x01, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x83, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xe0, 0x07, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xe0, 0x0f, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xe0, 0x0f, 0xf8, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x0f, 0xfc, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x07, 0x80, 0x00, 0x00, 0x00, 0x60, 0x00, 0xfc, 0x0f, 0xfc, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x07, 0xe0, 0x00, 0x00, 0x00, 0xe0, 0x00, 0xfc, 0x0f, 0xfc, 0x10, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x07, 0xf8, 0x00, 0x00, 0x00, 0xe0, 0x00, 0xfc, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x0f, 0xfe, 0x00, 0x00, 0x00, 0xf0, 0x01, 0xfc, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xfe, 0x0f, 0xff, 0x80, 0x00, 0x00, 0xf0, 0x07, 0xfc, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0x1f, 0xff, 0xe0, 0x00, 0x00, 0xf0, 0x07, 0xfc, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0xff, 0xf8, 0x07, 0x00, 0xf0, 0x07, 0xfc, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0xff, 0xfe, 0x1f, 0x00, 0x78, 0x07, 0xfe, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x7e, 0x07, 0xfe, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x7e, 0x07, 0xfe, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x7e, 0x07, 0xfe, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0xfe, 0x07, 0xfe, 0x0f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xfe, 0x07, 0xfe, 0x07, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xfe, 0x07, 0xfe, 0x07, 0xfc, 0x00, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xfe, 0x07, 0xfe, 0x07, 0xfc, 0x00, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x07, 0xfe, 0x07, 0xff, 0x30, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x07, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x07, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x07, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x07, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x03, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x03, 0xfe, 0x07, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x03, 0xff, 0x0f, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0x03, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x38, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xf8, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xf8, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x3f, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, +0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, +0x01, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x3f, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, +0x01, 0xc7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, +0x01, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, +0x03, 0xfc, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x3f, 0xff, 0xff, 0xf1, 0x00, 0x00, 0x00, 0x00, +0x03, 0xff, 0xc7, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xff, 0xff, 0xff, 0x1c, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xfc, 0x7f, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xfc, 0x7e, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0x1f, 0xff, 0x0f, 0xfe, 0x3f, 0xff, 0xff, 0xf0, 0x7f, 0x00, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0xc7, 0xfc, 0x43, 0xf8, 0xff, 0xff, 0xff, 0xc4, 0x3f, 0x00, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0xf1, 0xfb, 0xfb, 0xe3, 0xff, 0xff, 0xff, 0x18, 0x1f, 0x80, 0x00, 0x00, 0x00, +0x0f, 0xff, 0xff, 0xfc, 0x79, 0xf3, 0x8f, 0xff, 0xff, 0xfc, 0x03, 0x0f, 0x80, 0x00, 0x00, 0x00, +0x07, 0xff, 0xff, 0xff, 0x1c, 0x06, 0x3f, 0xff, 0xff, 0xf1, 0xcf, 0x8f, 0x80, 0x00, 0x00, 0x00, +0x09, 0xff, 0xff, 0xff, 0xc7, 0xf8, 0xff, 0xff, 0xff, 0xc7, 0xe7, 0x8f, 0x80, 0x00, 0x00, 0x00, +0x04, 0x7f, 0xff, 0xff, 0xf1, 0xe3, 0xff, 0xff, 0xff, 0x1f, 0xf3, 0x8f, 0x80, 0x00, 0x00, 0x00, +0x01, 0x1f, 0xff, 0xff, 0xfc, 0x0f, 0xff, 0xff, 0xfc, 0x3f, 0xfb, 0x8f, 0x80, 0x00, 0x00, 0x00, +0x04, 0x67, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xf0, 0x1f, 0xfb, 0x0f, 0x80, 0x00, 0x00, 0x00, +0x07, 0x11, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xc6, 0x4f, 0xf8, 0x0f, 0x80, 0x00, 0x00, 0x00, +0x07, 0xc4, 0x7f, 0xff, 0xff, 0x7f, 0xff, 0xff, 0x08, 0x0f, 0xf8, 0x0f, 0x80, 0x00, 0x00, 0x00, +0x27, 0xf1, 0x9f, 0xff, 0xff, 0x7f, 0xff, 0xfc, 0x43, 0xc7, 0xf8, 0x0f, 0x80, 0x00, 0x00, 0x00, +0x23, 0xfc, 0x47, 0xff, 0xff, 0x7f, 0xff, 0xf1, 0xf3, 0xc7, 0xf8, 0x07, 0x80, 0x00, 0x00, 0x00, +0x23, 0xff, 0x19, 0xff, 0xff, 0x7f, 0xff, 0xc7, 0xfb, 0xc7, 0xf8, 0x07, 0x80, 0x00, 0x00, 0x00, +0x2b, 0xff, 0xc4, 0x7f, 0xff, 0x7f, 0xff, 0x1f, 0xf9, 0xc7, 0xf8, 0x07, 0x80, 0x00, 0x00, 0x00, +0x28, 0xff, 0xf1, 0x1f, 0xff, 0x7f, 0xfc, 0x1f, 0xfd, 0xc7, 0xf8, 0x04, 0xc0, 0x00, 0x00, 0x00, +0x28, 0x3f, 0xfc, 0x47, 0xff, 0x7f, 0xf1, 0x4f, 0xfd, 0x07, 0xf8, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x28, 0x0f, 0xff, 0x11, 0xff, 0x7f, 0xc6, 0x07, 0xfc, 0x07, 0xfc, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x28, 0x03, 0xff, 0xc6, 0x7f, 0x7f, 0x01, 0xc7, 0xfc, 0x07, 0xfc, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x28, 0x00, 0xff, 0xf1, 0x1f, 0x7c, 0x73, 0xe3, 0xfc, 0x07, 0xf8, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x08, 0x00, 0x3f, 0xfc, 0x47, 0x71, 0xf9, 0xe3, 0xfc, 0x07, 0xf0, 0x02, 0xc0, 0x00, 0x00, 0x00, +0x08, 0x00, 0x0f, 0xff, 0x11, 0x41, 0xfd, 0xeb, 0xfc, 0x03, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x08, 0x00, 0x03, 0xff, 0xc4, 0x14, 0xfc, 0xe3, 0xfc, 0x03, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x18, 0x00, 0xb0, 0xff, 0xf1, 0x20, 0x7e, 0xc3, 0xfc, 0x00, 0x40, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x18, 0x00, 0xb0, 0x3f, 0xfc, 0x1c, 0x3e, 0x03, 0xfc, 0x00, 0x60, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x58, 0x00, 0xa0, 0x0f, 0xff, 0x3e, 0x3e, 0x03, 0xfc, 0x00, 0x60, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x18, 0x00, 0xa0, 0x03, 0xff, 0x7e, 0x3e, 0x03, 0xfc, 0x00, 0x60, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x18, 0x00, 0xa0, 0x00, 0xff, 0x7e, 0x3e, 0x03, 0xfc, 0x00, 0x60, 0x00, 0x40, 0x00, 0x00, 0x00, +0x58, 0x00, 0xa0, 0x00, 0x3f, 0x7e, 0x3e, 0x03, 0xf0, 0x00, 0x60, 0x00, 0x40, 0x00, 0x00, 0x00, +0x58, 0x00, 0x00, 0x00, 0x0f, 0x7c, 0x3e, 0x01, 0xe0, 0x00, 0x60, 0x00, 0x40, 0x00, 0x00, 0x00, +0x58, 0x00, 0x00, 0x00, 0x03, 0x70, 0x3e, 0x01, 0x20, 0x00, 0x60, 0x01, 0x60, 0x00, 0x00, 0x00, +0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x30, 0x00, 0x60, 0x01, 0x60, 0x00, 0x00, 0x00, +0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x30, 0x00, 0x60, 0x00, 0x60, 0x00, 0x00, 0x00, +0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x30, 0x00, 0x20, 0x01, 0x60, 0x00, 0x00, 0x00, +0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x00, 0x00, +0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x00, 0x00, +0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x00, 0x30, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x00, 0x10, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0xb0, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, diff --git a/examples/screen-cursor/images/alphacursor.png b/examples/screen-cursor/images/alphacursor.png new file mode 100644 index 0000000..f838b0c Binary files /dev/null and b/examples/screen-cursor/images/alphacursor.png differ diff --git a/examples/screen-cursor/images/beachball-mono-xor.png b/examples/screen-cursor/images/beachball-mono-xor.png new file mode 100644 index 0000000..bb42c17 Binary files /dev/null and b/examples/screen-cursor/images/beachball-mono-xor.png differ diff --git a/examples/screen-cursor/images/beachball-mono.png b/examples/screen-cursor/images/beachball-mono.png new file mode 100644 index 0000000..6fb9dd5 Binary files /dev/null and b/examples/screen-cursor/images/beachball-mono.png differ diff --git a/examples/screen-cursor/images/chip-mono.png b/examples/screen-cursor/images/chip-mono.png new file mode 100644 index 0000000..785a900 Binary files /dev/null and b/examples/screen-cursor/images/chip-mono.png differ diff --git a/examples/screen-cursor/images/moon.png b/examples/screen-cursor/images/moon.png new file mode 100644 index 0000000..2cfed86 Binary files /dev/null and b/examples/screen-cursor/images/moon.png differ diff --git a/examples/screen-cursor/images/planet.png b/examples/screen-cursor/images/planet.png new file mode 100644 index 0000000..15e1e93 Binary files /dev/null and b/examples/screen-cursor/images/planet.png differ diff --git a/examples/screen-cursor/images/yellow-crab-256.png b/examples/screen-cursor/images/yellow-crab-256.png new file mode 100644 index 0000000..1802a78 Binary files /dev/null and b/examples/screen-cursor/images/yellow-crab-256.png differ diff --git a/examples/screen-cursor/images/yellow-crab.png b/examples/screen-cursor/images/yellow-crab.png new file mode 100644 index 0000000..47e60e4 Binary files /dev/null and b/examples/screen-cursor/images/yellow-crab.png differ diff --git a/examples/screen-cursor/main.c b/examples/screen-cursor/main.c new file mode 100644 index 0000000..c82b827 --- /dev/null +++ b/examples/screen-cursor/main.c @@ -0,0 +1,901 @@ +/* + * This is a test app for virtual hardware cursor overlays. It + * provides a number of test cases which exercise and demonstrate the + * various cursor modes. + * + * This example requires SVGA Screen Object support. (The cursor + * functionality we're testing has nothing to do with Screen Object, + * but Screen Object is required by our text drawing code...) + */ + +#include "svga.h" +#include "gmr.h" +#include "screen.h" +#include "intr.h" +#include "screendraw.h" +#include "keyboard.h" +#include "vmbackdoor.h" +#include "timer.h" +#include "mt19937ar.h" +#include "math.h" + + +/* + * Constants + */ + +#define GMRID_SCREEN_DRAW 0 +#define GMRID_NOISE 1 +#define FRAME_RATE 60 + + +/* + * Global data + */ + +int currentTest = -1; +const int testListX = 150; +const int testListY = 70; +const int testListItemHeight = 22; + +SVGAScreenObject myScreen = { + .structSize = sizeof(SVGAScreenObject), + .id = 0, + .flags = SVGA_SCREEN_HAS_ROOT | SVGA_SCREEN_IS_PRIMARY, + .size = { 800, 600 }, + .root = { 150000, -0x20000000 }, +}; + + +/* + * Test Cases + */ + +void +testAlphaArrow(void) +{ + static const SVGAFifoCmdDefineAlphaCursor cursor = { + .id = 0, + .hotspotX = 1, + .hotspotY = 1, + .width = 36, + .height = 51, + }; + + static const uint32 data[] = { +# include "rgba_arrow.h" + }; + + void *fifoData; + + /* + * Switch to 8-bit mode. Alpha cursors should work even if the + * legacy framebuffer is in a low color depth. + */ + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 8); + + SVGA_BeginDefineAlphaCursor(&cursor, &fifoData); + memcpy(fifoData, data, sizeof data); + SVGA_FIFOCommitAll(); +} + +void +testGradient(int size) +{ + const SVGAFifoCmdDefineAlphaCursor cursor = { + .id = 0, + .hotspotX = size / 2, + .hotspotY = size / 2, + .width = size, + .height = size, + }; + + uint32 *data; + int x, y; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 8); + SVGA_BeginDefineAlphaCursor(&cursor, (void**) &data); + + for (y = 0; y < cursor.height; y++) { + for (x = 0; x < cursor.width; x++) { + uint8 alpha = y * 255 / cursor.height; + + /* Solid white, with pre-multiplied alpha: L = 255 * alpha / 255 */ + uint8 luma = alpha; + + *(data++) = (alpha << 24) | (luma << 16) | (luma << 8) | luma; + } + } + + SVGA_FIFOCommitAll(); +} + +void +testGradient64(void) +{ + testGradient(64); +} + +void +testGradient180(void) +{ + testGradient(180); +} + +void +testGradient256(void) +{ + testGradient(256); +} + +void +testMonochrome(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 24, + .width = 48, + .height = 48, + .andMaskDepth = 1, + .xorMaskDepth = 1, + }; + + static const uint8 data[] = { +# include "beachball_mono.h" + }; + + void *andData, *xorData; + + /* + * Switch to 32bpp mode, just because we can. Monochrome cursors + * work in any framebuffer depth. + */ + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + + SVGA_BeginDefineCursor(&cursor, &andData, &xorData); + memcpy(andData, data, sizeof data); + SVGA_FIFOCommitAll(); +} + +void +testMonochromeXOR(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 24, + .width = 48, + .height = 48, + .andMaskDepth = 1, + .xorMaskDepth = 1, + }; + + static const uint8 data[] = { +# include "beachball_mono_xor.h" + }; + + void *andData, *xorData; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + SVGA_BeginDefineCursor(&cursor, &andData, &xorData); + memcpy(andData, data, sizeof data); + SVGA_FIFOCommitAll(); +} + +void +testMonochromeLarge(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 50, + .hotspotY = 50, + .width = 100, + .height = 98, + .andMaskDepth = 1, + .xorMaskDepth = 1, + }; + + static const uint8 data[] = { +# include "chip_mono.h" + }; + + void *andData, *xorData; + + /* + * Switch to 32bpp mode, just because we can. Monochrome cursors + * work in any framebuffer depth. + */ + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + + SVGA_BeginDefineCursor(&cursor, &andData, &xorData); + memcpy(andData, data, sizeof data); + SVGA_FIFOCommitAll(); +} + +void +testANDXOR32(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 16, + .hotspotY = 16, + .width = 32, + .height = 32, + .andMaskDepth = 32, + .xorMaskDepth = 32 + }; + + uint32 *andData, *xorData; + int x, y; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + SVGA_BeginDefineCursor(&cursor, (void**) &andData, (void**) &xorData); + + for (y = 0; y < cursor.height; y++) { + for (x = 0; x < cursor.width; x++) { + + *(andData++) = 0x808080; + *(xorData++) = y * 127 / cursor.height; + + } + } + + SVGA_FIFOCommitAll(); +} + +static const uint32 yellowCrabData[] = { +# include "yellow_crab_rgba.h" +}; + +void +buildCrabANDMask(uint8 *andData) +{ + const uint32 *rgba = yellowCrabData; + const int width = 48; + const int height = 50; + + uint32 andPitch = ((width + 31) / 32) * 4; + uint8 *andLine; + int x, y; + + + for (y = 0; y < height; y++) { + andLine = andData; + andData += andPitch; + memset(andLine, 0, andPitch); + + for (x = 0; x < width; x++) { + uint32 color = *(rgba++); + + *andLine <<= 1; + + if ((color & 0xFF000000) == 0) { + /* + * Transparent pixel + */ + *andLine |= 1; + } + + if ((x & 7) == 7) { + andLine++; + } + } + } +} + +void +testCrabAlpha(void) +{ + static const SVGAFifoCmdDefineAlphaCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 25, + .width = 48, + .height = 50, + }; + + void *fifoData; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + SVGA_BeginDefineAlphaCursor(&cursor, &fifoData); + memcpy(fifoData, yellowCrabData, sizeof yellowCrabData); + SVGA_FIFOCommitAll(); +} + +void +testCrabANDXOR32(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 25, + .width = 48, + .height = 50, + .andMaskDepth = 1, + .xorMaskDepth = 32 + }; + + uint8 *andData; + uint32 *xorData; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 32); + SVGA_BeginDefineCursor(&cursor, (void**) &andData, (void**) &xorData); + + buildCrabANDMask(andData); + memcpy(xorData, yellowCrabData, sizeof yellowCrabData); + + SVGA_FIFOCommitAll(); +} + +void +testCrabANDXOR16(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 25, + .width = 48, + .height = 50, + .andMaskDepth = 1, + .xorMaskDepth = 16 + }; + + const uint32 *rgba = yellowCrabData; + uint8 *andData; + uint16 *xorData; + int x, y; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 16); + if (SVGA_ReadReg(SVGA_REG_DEPTH) != 16) { + Console_Panic("Expected SVGA_REG_DEPTH == 16 for 16bpp mode"); + } + + SVGA_BeginDefineCursor(&cursor, (void**) &andData, (void**) &xorData); + + buildCrabANDMask(andData); + + for (y = 0; y < cursor.height; y++) { + for (x = 0; x < cursor.width; x++) { + uint32 color = *(rgba++); + + /* + * Convert to RGB 5-6-5 + */ + + uint8 r = (color >> 19) & 0x1F; + uint8 g = (color >> 10) & 0x3F; + uint8 b = (color >> 3) & 0x1F; + + *(xorData++) = (r << 11) | (g << 5) | b; + } + } + + SVGA_FIFOCommitAll(); +} + +void +testCrabANDXOR8(void) +{ + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 25, + .width = 48, + .height = 50, + .andMaskDepth = 1, + .xorMaskDepth = 8 + }; + + static const uint8 crabPixels[] = { +# include "yellow_crab_256_pixels.h" + }; + + static const uint8 crabColormap[] = { +# include "yellow_crab_256_colormap.h" + }; + + uint8 *andData, *xorData; + int i; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 8); + if (SVGA_ReadReg(SVGA_REG_PSEUDOCOLOR) != TRUE) { + Console_Panic("Expected SVGA_REG_PSUEDOCOLOR == TRUE for 8bpp mode"); + } + + /* + * Load the crab's colormap into the SVGA palette registers. + */ + for (i = 0; i < arraysize(crabColormap); i++) { + SVGA_WriteReg(SVGA_PALETTE_BASE + i, crabColormap[i]); + } + + SVGA_BeginDefineCursor(&cursor, (void**) &andData, (void**) &xorData); + buildCrabANDMask(andData); + memcpy(xorData, crabPixels, sizeof crabPixels); + SVGA_FIFOCommitAll(); +} + +void +createPaletteCursor(void) +{ + /* + * Set up a cursor which shows every color in the palette. It has + * a 1-pixel border of color 255, but every other color forms a + * 16x16 grid in which each square is a different color. Each grid + * square is 3x3 pixels. + * + * We also take this opportunity to use an 8-bit AND mask, but it's + * fully opaque (all zeroes). + * + * This does mean that to function correctly, this cursor needs + * color 0 to be black. The SVGA device doesn't specify whether + * AND/XOR masks are applied before or after pseudocolor emulation, + * so we need to be okay with either. + */ + + static const SVGAFifoCmdDefineCursor cursor = { + .id = 0, + .hotspotX = 24, + .hotspotY = 24, + .width = 49, + .height = 49, + .andMaskDepth = 8, + .xorMaskDepth = 8 + }; + + uint8 *andData, *xorData; + uint8 *line; + int x, y; + uint32 pitch = roundup(cursor.width, sizeof(uint32)) * sizeof(uint32); + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 8); + if (SVGA_ReadReg(SVGA_REG_PSEUDOCOLOR) != TRUE) { + Console_Panic("Expected SVGA_REG_PSUEDOCOLOR == TRUE for 8bpp mode"); + } + + SVGA_BeginDefineCursor(&cursor, (void**) &andData, (void**) &xorData); + memset(andData, 0, pitch * cursor.height); + + for (y = 0; y < cursor.height; y++) { + line = xorData; + xorData += pitch; + + for (x = 0; x < cursor.width; x++) { + uint8 color; + + if (y == 0 || x == 0 || y == cursor.height - 1 || x == cursor.width - 1) { + /* Border color */ + color = 0xFF; + + } else { + int row = (y - 1) / 3; + int column = (x - 1) / 3; + + color = row * 16 + column; + } + + *(line++) = color; + } + } + + SVGA_FIFOCommitAll(); +} + +void +animatePalette(void) +{ + /* + * Animate the palette. This is stolen from the vbe-palette test... + */ + + static int tick = 0; + int i; + + /* + * Let the phase of each color channel slowly drift around. + */ + const float rPhase = tick * 0.001; + const float gPhase = tick * 0.002; + const float bPhase = tick * 0.003; + + /* + * Animate every color except 0 (used for the AND mask) and 255 + * (for the border). + */ + + for (i = 1; i < 255; i++) { + const int x = (i & 0x0F) - 3; + const int y = (i >> 4) - 3; + const float t = (x*x + y*y) * 0.05 + tick * 0.02; + + const uint8 r = sinf(t + rPhase) * 0x7f + 0x80; + const uint8 g = sinf(t + gPhase) * 0x7f + 0x80; + const uint8 b = sinf(t + bPhase) * 0x7f + 0x80; + + SVGA_WriteReg(SVGA_PALETTE_BASE + i * 3 + 0, r); + SVGA_WriteReg(SVGA_PALETTE_BASE + i * 3 + 1, g); + SVGA_WriteReg(SVGA_PALETTE_BASE + i * 3 + 2, b); + } + + tick++; +} + +void +blit32(const uint32 *src, int srcX, int srcY, int srcWidth, + uint32 *dest, int destX, int destY, int destWidth, + int copyWidth, int copyHeight) +{ + src += srcX + srcY * srcWidth; + dest += destX + destY * destWidth; + + while (copyHeight--) { + memcpy32(dest, src, copyWidth); + src += srcWidth; + dest += destWidth; + } +} + +void +testCursorAnim(void) +{ + /* + * Animate a cursor image of a moon orbiting a planet. The cursor + * hotspot is always centered on the planet, but we dynamically + * size the cursor according to the bounding box around the planet + * and moon, and we dynamically adjust the hotspot to keep it + * centered on the moon. + */ + + const int moonWidth = 10; + const int planetWidth = 20; + + static int tick = 0; + float angle = tick * 0.03; + tick++; + + const int orbitRadius = 40; + int orbitX = cosf(angle) * orbitRadius; + int orbitY = sinf(angle) * orbitRadius; + + int width, height, planetX, planetY, moonX, moonY; + + if (orbitX >= 0) { + width = planetWidth + orbitX; + planetX = planetWidth/2; + moonX = planetX + orbitX; + } else { + width = planetWidth - orbitX; + moonX = planetWidth/2; + planetX = moonX - orbitX; + } + + if (orbitY >= 0) { + height = planetWidth + orbitY; + planetY = planetWidth/2; + moonY = planetY + orbitY; + } else { + height = planetWidth - orbitY; + moonY = planetWidth/2; + planetY = moonY - orbitY; + } + + const SVGAFifoCmdDefineAlphaCursor cursor = { + .id = 0, + .hotspotX = planetX, + .hotspotY = planetY, + .width = width, + .height = height, + }; + + uint32 *image; + + static const uint32 planet[] = { +# include "planet_rgba.h" + }; + static const uint32 moon[] = { +# include "moon_rgba.h" + }; + + SVGA_WriteReg(SVGA_REG_BITS_PER_PIXEL, 8); + SVGA_BeginDefineAlphaCursor(&cursor, (void**) &image); + memset32(image, 0, width * height); + + blit32(planet, 0, 0, planetWidth, + image, planetX - planetWidth/2, planetY - planetWidth/2, width, + planetWidth, planetWidth); + + blit32(moon, 0, 0, moonWidth, + image, moonX - moonWidth/2, moonY - moonWidth/2, width, + moonWidth, moonWidth); + + SVGA_FIFOCommitAll(); +} + + +/* + * gTestCases -- + * + * Master array of cursor test cases. Each one has a title and a + * function pointer. The function is run once when a test mode is + * selected. + */ + +struct { + void (*fn)(void); + const char *title; + void (*animateFn)(void); +} gTestCases[] = { + { testAlphaArrow, "Translucent arrow cursor (36x51)" }, + { testGradient64, "Gradient from transparent white to opaque white (64x64)" }, + { testGradient180, "Gradient from transparent white to opaque white (180x180)" }, + { testGradient256, "Gradient from transparent white to opaque white (256x256)" }, + { testMonochrome, "Monochrome beachball cursor (48x48)" }, + { testMonochromeXOR, "Monochrome beachball cursor with XOR pixels (48x48)" }, + { testMonochromeLarge, "Monochrome chip cursor (100x96)" }, + { testANDXOR32, "AND masks off 7 LSBs, XOR draws blue gradient (32x32)" }, + { testCrabAlpha, "Yellow crab, alpha blended (48x50)" }, + { testCrabANDXOR32, "Yellow crab, 1-bit AND, 32-bit XOR (48x50)" }, + { testCrabANDXOR16, "Yellow crab, 1-bit AND, 16-bit XOR (48x50)" }, + { testCrabANDXOR8, "Yellow crab, 1-bit AND, 8-bit XOR (48x50)" }, + { createPaletteCursor, "Palette animation, 8-bit AND/XOR (49x49)", animatePalette }, + { testCursorAnim, "Animated cursor (variable size and hotspot)", testCursorAnim } +}; + + +/* + * selectTest -- + * + * Switch to a new current test case. Hilight the new test, un-hilight + * the old one, and call the new test's function. + */ + +void +selectTest(int newTest) +{ + if (newTest < 0) { + newTest += arraysize(gTestCases); + } else if (newTest >= arraysize(gTestCases)) { + newTest -= arraysize(gTestCases); + } + + if (currentTest != newTest) { + + if (currentTest >= 0) { + ScreenDraw_Border(testListX, + testListY + testListItemHeight * currentTest, + myScreen.size.width - testListX, + testListY + testListItemHeight * (currentTest + 1), + 0x000000, 2); + } + + currentTest = newTest; + + ScreenDraw_Border(testListX, + testListY + testListItemHeight * currentTest, + myScreen.size.width - testListX, + testListY + testListItemHeight * (currentTest + 1), + 0xFFFF00, 2); + + gTestCases[newTest].fn(); + } +} + + +/* + * allocNoise -- + * + * Allocates a new GMR, and fills it with random noise. + */ + +static void +allocNoise(void) +{ + const uint32 numPages = 500; + const uint32 numWords = numPages * PAGE_SIZE / sizeof(uint32); + + PPN pages = GMR_DefineContiguous(GMRID_NOISE, numPages); + uint32 *ptr = PPN_POINTER(pages); + int i; + + init_genrand(0); + + for (i = 0; i < numWords; i++) { + ptr[i] = genrand_int32(); + } +} + + +/* + * prepareNoiseRect -- + * + * Prepare some noise as the source for a blit. + * This defines the GMRFB, and generates a random source origin. + */ + +static void +prepareNoiseRect(SVGASignedPoint *origin) // OUT +{ + const uint32 bytesPerLine = 512; + static const SVGAGMRImageFormat format = {{{ 32, 24 }}}; + const SVGAGuestPtr gPtr = { GMRID_NOISE, 0 }; + const uint32 rand = genrand_int32(); + + Screen_DefineGMRFB(gPtr, bytesPerLine, format); + + origin->x = rand & 0x7F; + origin->y = (rand >> 8) & 0x7F; +} + + +/* + * main -- + * + * Initialization and main loop. This reads a global array of test + * cases, and presents a menu which cycles through them. The main + * loop services keyboard and mouse input, and draws an animated test + * pattern for testing cursor interaction with the base layer. + */ + +int +main(void) +{ + + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + + Timer_InitPIT(PIT_HZ / FRAME_RATE); + Intr_SetMask(PIT_IRQ, TRUE); + + SVGA_Init(); + GMR_Init(); + + Keyboard_Init(); + VMBackdoor_MouseInit(TRUE); + Heap_Reset(); + SVGA_SetMode(0, 0, 32); + Screen_Init(); + ScreenDraw_Init(GMRID_SCREEN_DRAW); + allocNoise(); + Screen_Define(&myScreen); + + /* + * Draw the menu of test modes. + */ + + ScreenDraw_SetScreen(myScreen.id, myScreen.size.width, myScreen.size.height); + Console_Clear(); + ScreenDraw_Border(0, 0, myScreen.size.width, myScreen.size.height, 0x808080, 1); + + Console_WriteString("Cursor tests:\n" + "Select with up/down arrows. " + "Move cursor with mouse or WASD keys.\n"); + + for (currentTest = 0; currentTest < arraysize(gTestCases); currentTest++) { + Console_MoveTo(testListX + 2, testListY + testListItemHeight * currentTest + 2); + Console_Format("%d. %s", currentTest + 1, gTestCases[currentTest].title); + } + + /* + * Draw a white square on the right side of the menu, so we can see + * what the cursors look like on a solid white background. + */ + + ScreenDraw_Rectangle(myScreen.size.width - testListX + 10, + testListY, + myScreen.size.width - 10, + myScreen.size.height - 10, + 0xFFFFFF); + + /* + * Main loop. + */ + + selectTest(0); + + while (1) { + int prevTest = currentTest - 1; + int nextTest = currentTest + 1; + static VMMousePacket mouseState; + const int kbdMouseSpeed = 100; + Bool needCursorUpdate = FALSE; + + while (Keyboard_IsKeyPressed(KEY_UP)) { + selectTest(prevTest); + } + + while (Keyboard_IsKeyPressed(KEY_DOWN)) { + selectTest(nextTest); + } + + while (VMBackdoor_MouseGetPacket(&mouseState)) { + needCursorUpdate = TRUE; + } + + if (Keyboard_IsKeyPressed('w')) { + mouseState.y -= kbdMouseSpeed; + needCursorUpdate = TRUE; + } + + if (Keyboard_IsKeyPressed('s')) { + mouseState.y += kbdMouseSpeed; + needCursorUpdate = TRUE; + } + + if (Keyboard_IsKeyPressed('a')) { + mouseState.x -= kbdMouseSpeed; + needCursorUpdate = TRUE; + } + + if (Keyboard_IsKeyPressed('d')) { + mouseState.x += kbdMouseSpeed; + needCursorUpdate = TRUE; + } + + if (needCursorUpdate) { + /* + * Send a cursor position update. In order to test the SVGA + * device's cursor screen ID support, we alternate between + * sending cursor updates in virtual coordinates and in + * screen-relative coordinates. + * + * If all is well, cursor movement should still be smooth. If + * there's a bug in decoding, the cursor will jitter as it's + * moved, or the cursor may flicker if it's moved over an + * animated region like the static bar on the left side of + * the screen. + */ + + /* + * Fixed-point to pixels. + */ + SVGASignedPoint pixelLocation = { + mouseState.x * myScreen.size.width / 65535, + mouseState.y * myScreen.size.height / 65535 + }; + + uint32 screenId; + static Bool toggle; + + if (toggle) { + screenId = SVGA_ID_INVALID; + pixelLocation.x += myScreen.root.x; + pixelLocation.y += myScreen.root.y; + toggle = FALSE; + } else { + screenId = myScreen.id; + toggle = TRUE; + } + + SVGA_MoveCursor(TRUE, pixelLocation.x, pixelLocation.y, screenId); + } + + /* + * Draw some noise on the side of the screen, for testing overlay compositing. + */ + + SVGASignedPoint srcOrigin; + SVGASignedRect noiseRect = { + 10, testListY, testListX - 10, myScreen.size.height - 10, + }; + + prepareNoiseRect(&srcOrigin); + Screen_BlitFromGMRFB(&srcOrigin, &noiseRect, myScreen.id); + + /* + * Some tests are animated... + */ + + if (gTestCases[currentTest].animateFn) { + gTestCases[currentTest].animateFn(); + } + + /* + * Wait for the next frame. + */ + + Intr_Halt(); + } + + return 0; +} diff --git a/examples/screen-cursor/moon_rgba.h b/examples/screen-cursor/moon_rgba.h new file mode 100644 index 0000000..5acd6d1 --- /dev/null +++ b/examples/screen-cursor/moon_rgba.h @@ -0,0 +1,17 @@ +0x00000000, 0x00000000, 0x3e020202, 0xc9161515, 0xdc1f1f1f, 0xdc1f1e1e, +0xc9131212, 0x3e020202, 0x00000000, 0x00000000, 0x00000000, 0x880f0e0e, +0xe6484646, 0xf5d1c9c9, 0xf5d6cfcf, 0xf5cbc5c5, 0xf5b6b1b1, 0xe63b3a3a, +0x880c0b0b, 0x00000000, 0x3e020202, 0xe6484545, 0xf5e5dcdc, 0xf5e9e0e0, +0xf5e0d9d9, 0xf5d4cdcd, 0xf5c7c2c2, 0xf5bab5b5, 0xe6383737, 0x3e010101, +0xc9161515, 0xf5cfc7c7, 0xf5e7dede, 0xf5f2e8e8, 0xf5e5dddd, 0xf5d8d1d1, +0xf5cac4c4, 0xf5bdb8b8, 0xf5a7a3a3, 0xc9111111, 0xdc1f1f1f, 0xf5d3cdcd, +0xf5ded7d7, 0xf5e4dcdc, 0xf5dfd8d8, 0xf5d6cfcf, 0xf5c9c4c4, 0xf5bcb8b8, +0xf5afabab, 0xdc191919, 0xdc1e1e1e, 0xf5c9c4c4, 0xf5d2cbcb, 0xf5d7d0d0, +0xf5d5cece, 0xf5cec8c8, 0xf5c4bfbf, 0xf5b9b5b5, 0xf5acaaaa, 0xdc191919, +0xc9121212, 0xf5b4b1b1, 0xf5c5c0c0, 0xf5c9c4c4, 0xf5c8c3c3, 0xf5c4bfbf, +0xf5bcb8b8, 0xf5b2afaf, 0xf59f9d9d, 0xc9101010, 0x3e020202, 0xe63b3939, +0xf5b8b4b4, 0xf5bbb7b7, 0xf5bbb7b7, 0xf5b8b4b4, 0xf5b2afaf, 0xf5aba8a8, +0xe6353434, 0x3e010101, 0x00000000, 0x880b0b0b, 0xe6383737, 0xf5a5a2a2, +0xf5aeabab, 0xf5aba9a9, 0xf59f9d9d, 0xe6353434, 0x880b0b0b, 0x00000000, +0x00000000, 0x00000000, 0x3e010101, 0xc9111010, 0xdc191919, 0xdc191919, +0xc9101010, 0x3e010101, 0x00000000, 0x00000000, diff --git a/examples/screen-cursor/planet_rgba.h b/examples/screen-cursor/planet_rgba.h new file mode 100644 index 0000000..e0af798 --- /dev/null +++ b/examples/screen-cursor/planet_rgba.h @@ -0,0 +1,67 @@ +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x04000000, +0x49010101, 0x900d0d10, 0xc4141419, 0xd71e1e25, 0xd71c1c25, 0xc4121218, +0x910a0a0f, 0x49000001, 0x04000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x2d000000, 0xd3161618, 0xf0696876, 0xf79c9ab2, 0xf5b2afd0, 0xf5acabcf, +0xf5a4a4cc, 0xf5999ac6, 0xf77a7ba5, 0xf04a4c6b, 0xd20e0e15, 0x2d000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x8a0c0c0e, 0xe5343338, 0xf6bbb6c9, 0xf5cac5db, 0xf5c5c1d9, +0xf5bfbbd6, 0xf5b6b3d3, 0xf5acabcf, 0xf5a3a2cb, 0xf59898c7, 0xf58d8fc3, +0xf6767aaf, 0xe51f2030, 0x8a07070b, 0x02000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x8a0c0c0e, 0xf1716e79, 0xf5d3cddd, 0xf5d7d1df, +0xf5d6d0de, 0xf5d1cbdc, 0xf5c8c4da, 0xf5bfbbd6, 0xf5b4b2d2, 0xf5aaa9ce, +0xf59e9ec9, 0xf59394c5, 0xf5878ac1, 0xf57b7fbc, 0xf13e4166, 0x8a06070b, +0x00000000, 0x00000000, 0x00000000, 0x2d000000, 0xe5343338, 0xf5d2ccdd, +0xf5dcd5e1, 0xf5e2dbe3, 0xf5e2dbe3, 0xf5dbd4e0, 0xf5d1cbdc, 0xf5c6c2d9, +0xf5bbb7d5, 0xf5afadd0, 0xf5a3a3cb, 0xf59798c7, 0xf58c8ec3, 0xf57f83be, +0xf57479b9, 0xe51a1c2e, 0x2d000000, 0x00000000, 0x04000000, 0xd3161518, +0xf6b8b4c8, 0xf5d5cede, 0xf5e0d9e3, 0xf5ebe2e7, 0xf5ede4e8, 0xf5e2dbe3, +0xf5d7d0df, 0xf5cac5db, 0xf5bfbbd6, 0xf5b2b0d1, 0xf5a7a6cd, 0xf59a9bc8, +0xf58f91c4, 0xf58285bf, 0xf5777aba, 0xf66267a7, 0xd20a0b14, 0x04000000, +0x49010101, 0xf0686576, 0xf5c6c2d9, 0xf5d2ccdd, 0xf5ded7e2, 0xf5e9e0e6, +0xf5ede4e8, 0xf5e3dce4, 0xf5d8d2df, 0xf5ccc7dc, 0xf5c1bdd7, 0xf5b4b1d2, +0xf5a9a7cd, 0xf59c9cc8, 0xf59192c4, 0xf58487c0, 0xf5797cbb, 0xf56c72b6, +0xf0353962, 0x49000001, 0x910d0d0f, 0xf79997b1, 0xf5c2bed7, 0xf5ccc7dc, +0xf5d7d0df, 0xf5ded8e2, 0xf5e1dae3, 0xf5ddd6e1, 0xf5d5cede, 0xf5cac5db, +0xf5c0bcd6, 0xf5b4b1d2, 0xf5a9a7cd, 0xf59c9cc8, 0xf59192c4, 0xf58587c0, +0xf5797cbb, 0xf56d72b6, 0xf7515796, 0x9106070d, 0xc4141419, 0xf5aeadce, +0xf5bbb8d5, 0xf5c4c0d8, 0xf5cdc7dc, 0xf5d3cddd, 0xf5d6cfde, 0xf5d4cede, +0xf5cdc8dc, 0xf5c5c1d9, 0xf5bcb8d5, 0xf5b1aed1, 0xf5a6a5cc, 0xf59b9bc8, +0xf59091c4, 0xf58487c0, 0xf5797cbb, 0xf56c72b6, 0xf56066b0, 0xc40a0b15, +0xd71d1d25, 0xf5a9a8cd, 0xf5b2b0d1, 0xf5bbb8d5, 0xf5c3bfd8, 0xf5c7c3da, +0xf5cac4db, 0xf5c8c4da, 0xf5c4c1d9, 0xf5bebad6, 0xf5b6b3d3, 0xf5acabcf, +0xf5a2a2cb, 0xf59798c7, 0xf58d8fc3, 0xf58185bf, 0xf5777aba, 0xf56b71b6, +0xf56066b1, 0xd7101020, 0xd71b1b25, 0xf5a0a0ca, 0xf5a9a8cd, 0xf5b0aed1, +0xf5b7b4d3, 0xf5bcb8d5, 0xf5bebad6, 0xf5bebad6, 0xf5bbb7d4, 0xf5b5b2d2, +0xf5aeacd0, 0xf5a6a5cc, 0xf59d9dc9, 0xf59394c5, 0xf5898bc2, 0xf57e82bd, +0xf57479b9, 0xf5686eb5, 0xf55e64b0, 0xd70f1020, 0xc4111118, 0xf59596c4, +0xf59f9fc9, 0xf5a6a5cc, 0xf5ababcf, 0xf5afadd0, 0xf5b2afd1, 0xf5b2afd1, +0xf5afadd0, 0xf5abaacf, 0xf5a6a5cc, 0xf59e9ec9, 0xf59697c6, 0xf58e90c4, +0xf58487c0, 0xf57a7ebc, 0xf57075b8, 0xf5656bb3, 0xf55961ae, 0xc4090a15, +0x910a0a0e, 0xf77778a3, 0xf59495c5, 0xf59b9bc8, 0xf5a0a0ca, 0xf5a4a3cb, +0xf5a6a5cc, 0xf5a6a5cc, 0xf5a5a4cc, 0xf5a1a1ca, 0xf59c9cc8, 0xf59697c6, +0xf58f91c4, 0xf58789c1, 0xf57e81bd, 0xf5757aba, 0xf56b71b6, 0xf56167b2, +0xf7485093, 0x9105060d, 0x49000001, 0xf0484a6a, 0xf58a8cc2, 0xf59091c4, +0xf59495c5, 0xf59898c7, 0xf59a9ac7, 0xf59a9bc8, 0xf5999ac7, 0xf59697c6, +0xf59393c5, 0xf58d8fc3, 0xf58789c1, 0xf57f82be, 0xf5777bbb, 0xf56e74b7, +0xf5656bb3, 0xf55c63b0, 0xf02e3160, 0x49000000, 0x04000000, 0xd30e0e16, +0xf67477ad, 0xf58487c0, 0xf5898bc2, 0xf58c8ec3, 0xf58e90c4, 0xf58f91c4, +0xf58e90c4, 0xf58c8ec3, 0xf5888bc1, 0xf58386bf, 0xf57d81bd, 0xf5777bbb, +0xf57075b8, 0xf5676db4, 0xf55f66b1, 0xf64f56a0, 0xd2090913, 0x04000000, +0x00000000, 0x2d000000, 0xe51d1f30, 0xf5797cbb, 0xf57c80bd, 0xf58083be, +0xf58285bf, 0xf58286bf, 0xf58285bf, 0xf58083be, 0xf57d81bd, 0xf57a7dbb, +0xf57479b9, 0xf56e74b7, 0xf5676db4, 0xf56066b1, 0xf55860ae, 0xe514172c, +0x2d000000, 0x00000000, 0x00000000, 0x00000000, 0x8a06070b, 0xf13c3f65, +0xf57176b8, 0xf57479b9, 0xf5767aba, 0xf5777bba, 0xf5777aba, 0xf5757aba, +0xf57378b9, 0xf56f74b7, 0xf56a70b5, 0xf5646bb3, 0xf55f65b1, 0xf55860ae, +0xf12c315f, 0x8a04050a, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x8a06060b, 0xe51a1b2e, 0xf66065a6, 0xf56a70b5, 0xf56b71b6, +0xf56b71b6, 0xf5696fb5, 0xf5676db4, 0xf5646ab3, 0xf56067b1, 0xf55b62af, +0xf64e56a0, 0xe514172c, 0x8a04050a, 0x02000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x2d000000, 0xd30a0b14, +0xf0343862, 0xf7505695, 0xf55e65af, 0xf55e65b1, 0xf55c63b0, 0xf55860ae, +0xf7484f92, 0xf02d315f, 0xd2090913, 0x2d000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x04000000, 0x49000001, 0x9006070d, 0xc4090b15, 0xd70f1020, +0xd70f1020, 0xc4090a15, 0x9105060d, 0x49000000, 0x04000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, diff --git a/examples/screen-cursor/rgba_arrow.h b/examples/screen-cursor/rgba_arrow.h new file mode 100644 index 0000000..a5f10bf --- /dev/null +++ b/examples/screen-cursor/rgba_arrow.h @@ -0,0 +1,307 @@ +0x6e000000, 0x10000000, 0x01000000, 0x01000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x90000001, 0x57000001, 0x13000000, 0x04000000, 0x04000000, 0x03000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x6a010103, 0x4a030306, 0x69000001, 0x09000000, 0x08000000, 0x07000000, +0x04000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x62020204, 0x2106060c, 0x4b06060c, 0x70010103, 0x1e000000, 0x0d000000, +0x08000000, 0x05000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x64020205, 0x2f080910, 0x2c090a12, 0x6207070e, 0x6b020205, 0x22000000, +0x0d000000, 0x09000000, 0x05000000, 0x02000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x5d020205, 0x380a0a13, 0x330c0c17, 0x410c0d18, 0x6c090a12, 0x76020205, +0x13000000, 0x0d000000, 0x09000000, 0x04000000, 0x02000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x55030407, 0x440c0d18, 0x390e0e1b, 0x440f101e, 0x4a10101f, 0x6f0d0d1a, +0x78030307, 0x24000000, 0x0f000000, 0x09000000, 0x05000000, 0x02000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x4d040408, 0x4d0d0e1a, 0x3f10111f, 0x49111221, 0x4f121323, 0x53131325, +0x7d0d0e1a, 0x72040409, 0x24000000, 0x0f000000, 0x0a000000, 0x05000000, +0x02000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x42040408, 0x590f0f1c, 0x44121324, 0x4e131425, 0x55141528, 0x59151629, +0x60151629, 0x820f101e, 0x7705050a, 0x16000000, 0x10000000, 0x0a000000, +0x05000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x30020205, 0x720f0f1d, 0x4b151528, 0x5516172b, 0x5c17182c, 0x6018182e, +0x64181930, 0x67191a31, 0x8016162a, 0x7706070d, 0x26000001, 0x12000000, +0x0a000000, 0x05000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x2a020205, 0x77101020, 0x5117182d, 0x5b18192f, 0x62191a30, 0x671a1b32, +0x6b1b1c34, 0x6e1c1c35, 0x701c1d36, 0x8a15162a, 0x7708080f, 0x2a000001, +0x11000000, 0x0b000000, 0x06000000, 0x03000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x29020205, 0x77121223, 0x56191a30, 0x611a1b32, 0x681b1c34, 0x6d1c1d36, +0x711d1e38, 0x751e1f3a, 0x781f203b, 0x7c1e203b, 0x9218192f, 0x7b080810, +0x1e000000, 0x12000000, 0x0b000000, 0x06000000, 0x03000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x27020205, 0x78131325, 0x5e1c1d36, 0x691c1e38, 0x701d1e39, 0x751e1f3a, +0x7a1f203c, 0x7d20213e, 0x80212240, 0x83222342, 0x85222443, 0x9b1d1e39, +0x8d080810, 0x30000001, 0x15000000, 0x0c000000, 0x06000000, 0x03000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x24020204, 0x78121224, 0x661e1f3a, 0x6f1f203c, 0x771f213d, 0x7c20223e, +0x81212241, 0x84222342, 0x87232544, 0x8a242546, 0x8c252647, 0x8e252648, +0xa41c1d37, 0x8a090a13, 0x32000102, 0x14000000, 0x0d000000, 0x07000000, +0x03000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x21000001, 0x7a0f0f1e, 0x6e1f203c, 0x75212240, 0x7d222341, 0x83222343, +0x88232545, 0x8b252646, 0x8e252648, 0x9126274a, 0x9427284c, 0x9628294d, +0x99282a4d, 0xab1e1f3a, 0x92090912, 0x23000000, 0x16000000, 0x0d000000, +0x06000000, 0x03000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x1f000000, 0x7e0e0f1c, 0x7721223f, 0x7c232445, 0x84242546, 0x8b252647, +0x90262749, 0x9327284b, 0x9628294d, 0x99282a4f, 0x9c2a2b50, 0x9f2b2c52, +0xa12b2d54, 0xa22c2d55, 0xb3242546, 0x960a0a14, 0x36010102, 0x1a000000, +0x0e000000, 0x08000000, 0x04000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x1a000001, 0x7b0f101e, 0x7f222443, 0x82262749, 0x8b26284a, 0x9227294c, +0x97282a4e, 0x9a292a4f, 0x9d2a2b51, 0xa02b2d53, 0xa32c2e55, 0xa52c2e56, +0xa82e2f58, 0xaa2e305a, 0xab2e305b, 0xb8222443, 0x910b0b17, 0x37010102, +0x18000000, 0x0f000000, 0x08000000, 0x03000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x15000102, 0x780f0f1d, 0x88242545, 0x8828294d, 0x91282a4f, 0x98292a4f, +0x9e2a2c52, 0xa12b2d53, 0xa32c2e55, 0xa62d2e57, 0xaa2e3059, 0xac2f305b, +0xaf30325c, 0xb131325e, 0xb2313360, 0xb431335e, 0xbd252749, 0x960c0c18, +0x28000000, 0x19000000, 0x0f000000, 0x07000000, 0x03000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x0e000001, 0x740d0e1a, 0x91242647, 0x8f2a2c52, 0x982b2d53, 0xa02c2d55, +0xa62d2e57, 0xa92e2f58, 0xac2f305a, 0xaf30315c, 0xb130325d, 0xb4313360, +0xb6323461, 0xb9333563, 0xba333564, 0xbb343765, 0xbc353767, 0xc62d2f58, +0x9b0b0c17, 0x3a010103, 0x1d000000, 0x10000000, 0x08000000, 0x04000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x06000000, 0x6c0a0a14, 0x99252748, 0x942c2e55, 0x9e2d2f57, 0xa52d2f59, +0xac2f315b, 0xaf30325c, 0xb230325e, 0xb5323360, 0xb7323462, 0xb9333563, +0xbc353665, 0xbe353766, 0xc0363868, 0xc237396a, 0xc3383a6b, 0xc3383a6d, +0xca2a2b52, 0x93111122, 0x3a020204, 0x1b000000, 0x10000000, 0x08000000, +0x03000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x660a0a13, 0x9e27284c, 0x9a2f305a, 0xa32f315c, 0xab30325d, +0xb231335f, 0xb5323361, 0xb8333562, 0xba343564, 0xbd353666, 0xbf353868, +0xc2363969, 0xc438396b, 0xc6383b6d, 0xc8393b6e, 0xc93a3b6f, 0xca3b3c72, +0xcb3a3d71, 0xcb2f315c, 0x99101121, 0x31010102, 0x1b000000, 0x10000000, +0x07000000, 0x03000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x62090a13, 0xa2292a50, 0xa031325f, 0xa9323360, 0xb1323461, +0xb8333664, 0xbc353665, 0xbf353767, 0xc1363869, 0xc337396a, 0xc6383a6c, +0xc8393a6e, 0xca393c6f, 0xcc3b3c71, 0xcf3c3e74, 0xd03c3e74, 0xd23d3f76, +0xd23e4078, 0xd23e4179, 0xd9353867, 0xaa101120, 0x44020205, 0x20000000, +0x11000000, 0x09000000, 0x05000000, 0x01000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x5f080810, 0xa6292a4f, 0xa5333563, 0xae333564, 0xb7353766, +0xbe363868, 0xc237396a, 0xc438396b, 0xc7383b6e, 0xc9393b6f, 0xcb3a3c70, +0xcd3b3d72, 0xd03c3e74, 0xd23d3f75, 0xd43e4077, 0xd53f4179, 0xd740417b, +0xd940437d, 0xd941447d, 0xd941447e, 0xdb333562, 0xa8131425, 0x47020305, +0x1e000000, 0x12000000, 0x0a000000, 0x04000000, 0x01000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x5806070d, 0xa9282a4e, 0xab353767, 0xb3363868, 0xbc37386a, +0xc3383a6c, 0xc7383b6e, 0xc93a3b6f, 0xcc3b3c71, 0xce3b3d72, 0xd03c3e74, +0xd23d3f76, 0xd43e4077, 0xd63f4179, 0xd840427b, 0xda40437d, 0xdc42447f, +0xde434581, 0xdf434582, 0xe0444784, 0xe0444682, 0xe1353767, 0xb1121223, +0x36010102, 0x1f000000, 0x13000000, 0x09000000, 0x04000000, 0x01000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02000000, 0x44020305, 0xa8252749, 0xb1383a6c, 0xba383b6e, 0xc2393c6f, +0xc93b3c71, 0xcd3b3d72, 0xd03c3e74, 0xd23d3f76, 0xd43e4077, 0xd63e4179, +0xd840427b, 0xda40437d, 0xdc41447e, 0xde434480, 0xdf434582, 0xe1444683, +0xe3454785, 0xe5464887, 0xe6474989, 0xe7484a8b, 0xe7484b8c, 0xea3d4077, +0xb4131324, 0x4a020205, 0x25000000, 0x14000000, 0x0b000000, 0x05000000, +0x01000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x01000000, 0x3e020204, 0xab242647, 0xb73a3c70, 0xbf3b3c71, 0xc73c3d73, +0xce3c3f75, 0xd23d4076, 0xd53e4178, 0xd740417b, 0xd940427c, 0xdb41437e, +0xdd424480, 0xde434580, 0xe0434682, 0xe2454684, 0xe4454886, 0xe6474988, +0xe8474a8a, 0xe9484a8b, 0xea494c8c, 0xec4a4c8f, 0xec4a4d90, 0xec4b4d91, +0xeb393b6f, 0xb115162a, 0x4c020205, 0x22000000, 0x15000000, 0x0b000000, +0x04000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x01000000, 0x37030306, 0xad252648, 0xbc3c3e74, 0xc43d3f76, 0xcb3e3f76, +0xd33f4179, 0xd63f427a, 0xd940437c, 0xdb41437e, 0xde434480, 0xe0434682, +0xe1444683, 0xe3454785, 0xe5464887, 0xe6474988, 0xe8474a8a, 0xea484b8c, +0xec4a4c8e, 0xed4a4d90, 0xee4b4e90, 0xf04c4f92, 0xf14c4f94, 0xf24e5096, +0xf24c4f94, 0xef3b3d73, 0xb7141427, 0x3b010102, 0x23000000, 0x15000000, +0x09000000, 0x04000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x01000000, 0x2c030307, 0xb31f203e, 0xc23f4178, 0xca40427b, 0xd140437c, +0xd941447e, 0xdc42457f, 0xde434480, 0xe2434581, 0xe43f427b, 0xe640417b, +0xe8424580, 0xe9444683, 0xea454886, 0xeb464989, 0xed484b8b, 0xef494b8e, +0xf04b4d90, 0xf14b4e91, 0xf24c4f94, 0xf44d5095, 0xf54e5197, 0xf650529a, +0xf851549d, 0xf851549d, 0xfb444683, 0xb8151629, 0x4e030305, 0x28000000, +0x15000000, 0x0b000000, 0x05000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x20030306, 0xb41c1e38, 0xc841437d, 0xcf41447f, 0xd6434480, +0xdd434682, 0xe0444783, 0xe3454885, 0xe4363869, 0xce1d1d37, 0xca1a1c34, +0xd7222443, 0xd7252649, 0xd7282a4e, 0xe32c2d55, 0xe42c2e56, 0xe42e305a, +0xe930325d, 0xeb2f315d, 0xeb30315e, 0xf0323462, 0xf43a3c6f, 0xf53d3f76, +0xf7424480, 0xfb424581, 0xfb444784, 0xf6323460, 0xb40f101e, 0x4e020204, +0x23000000, 0x14000000, 0x0a000000, 0x03000000, 0x01000000, 0x00000000, +0x00000000, 0x0d010102, 0xb117182e, 0xcd434581, 0xd4444683, 0xdb444785, +0xe1464887, 0xe5464988, 0xe7464988, 0xda1d1e3a, 0x8c020205, 0x85010103, +0x8a030307, 0x89030408, 0x89040408, 0x8f05050a, 0x9005050a, 0x9105060b, +0x9405060b, 0x9605050b, 0x9805050b, 0xa3080811, 0xac0d0e1a, 0xad0e0e1b, +0xb1101120, 0xb9111221, 0xb6111223, 0xb0111121, 0xa407080f, 0x65020205, +0x32000000, 0x1f000000, 0x10000000, 0x06000000, 0x02000000, 0x00000000, +0x00000000, 0x04000000, 0xae15162a, 0xd3454786, 0xd9464987, 0xe0474989, +0xe6484a8a, 0xea494c8d, 0xef3b3d74, 0xb107070e, 0x7c000000, 0x79000000, +0x74000000, 0x6f000000, 0x6b000000, 0x69000000, 0x6a000000, 0x6c000000, +0x6e000000, 0x70000000, 0x72000000, 0x73000000, 0x75000000, 0x77000000, +0x79000000, 0x79000000, 0x78000000, 0x71000000, 0x66000000, 0x56000000, +0x3d000000, 0x29000000, 0x18000000, 0x0a000000, 0x04000000, 0x01000000, +0x00000000, 0x04000000, 0xaa15162a, 0xd9474a8a, 0xde484a8b, 0xe4494c8d, +0xea4a4d8f, 0xee494c8e, 0xef28294d, 0x8a020203, 0x7c000000, 0x76000000, +0x6a000000, 0x60000000, 0x58000000, 0x54000000, 0x54000000, 0x55000000, +0x57000000, 0x59000000, 0x5a000000, 0x5c000000, 0x5e000000, 0x60000000, +0x62000000, 0x64000000, 0x65000000, 0x62000000, 0x5c000000, 0x50000000, +0x3d000000, 0x2a000000, 0x1a000000, 0x0b000000, 0x04000000, 0x01000000, +0x00000000, 0x03000000, 0x9c111222, 0xdf484a8b, 0xe34a4d90, 0xe94b4e92, +0xee4c4f93, 0xf341447f, 0xcf16162b, 0x80000000, 0x7a000000, 0x6f000000, +0x5d000000, 0x4d000000, 0x42000000, 0x3b000000, 0x39000000, 0x3a000000, +0x3c000000, 0x3d000000, 0x3e000000, 0x40000000, 0x41000000, 0x43000000, +0x46000000, 0x48000000, 0x49000000, 0x48000000, 0x46000000, 0x3f000000, +0x32000000, 0x24000000, 0x17000000, 0x0a000000, 0x04000000, 0x01000000, +0x00000000, 0x03000000, 0x8a0e0e1c, 0xe7484b8b, 0xea4e5095, 0xee4e5197, +0xf34e5196, 0xf0303260, 0xa106070e, 0x80000000, 0x76000000, 0x65000000, +0x4b000000, 0x36000000, 0x28000000, 0x1f000000, 0x1d000000, 0x1d000000, +0x1e000000, 0x1f000000, 0x1f000000, 0x20000000, 0x21000000, 0x23000000, +0x25000000, 0x26000000, 0x27000000, 0x28000000, 0x27000000, 0x25000000, +0x1e000000, 0x16000000, 0x0e000000, 0x07000000, 0x03000000, 0x01000000, +0x00000000, 0x02000000, 0x6e06070d, 0xed474a8a, 0xee4f5299, 0xf250539a, +0xf6494c8d, 0xd61d1f39, 0x90010103, 0x7f000000, 0x71000000, 0x5b000000, +0x3d000000, 0x28000000, 0x19000000, 0x10000000, 0x0d000000, 0x0d000000, +0x0d000000, 0x0e000000, 0x0e000000, 0x0f000000, 0x0f000000, 0x10000000, +0x11000000, 0x12000000, 0x13000000, 0x14000000, 0x13000000, 0x12000000, +0x0f000000, 0x0c000000, 0x08000000, 0x04000000, 0x02000000, 0x00000000, +0x00000000, 0x02000000, 0x60040408, 0xf2464987, 0xf351539c, 0xf752559e, +0xf53f417a, 0xb60c0c17, 0x85000000, 0x7c000000, 0x6a000000, 0x51000000, +0x32000000, 0x1c000000, 0x0f000000, 0x07000000, 0x05000000, 0x04000000, +0x04000000, 0x04000000, 0x05000000, 0x05000000, 0x05000000, 0x06000000, +0x06000000, 0x07000000, 0x07000000, 0x07000000, 0x07000000, 0x07000000, +0x06000000, 0x05000000, 0x03000000, 0x01000000, 0x01000000, 0x00000000, +0x00000000, 0x02000000, 0x5607070e, 0xf8464787, 0xf95356a2, 0xfc5456a3, +0xe3222342, 0x8f020205, 0x82000000, 0x76000000, 0x60000000, 0x44000000, +0x25000000, 0x13000000, 0x08000000, 0x02000000, 0x01000000, 0x01000000, +0x00000000, 0x00000000, 0x01000000, 0x01000000, 0x01000000, 0x01000000, +0x01000000, 0x01000000, 0x01000000, 0x02000000, 0x02000000, 0x02000000, +0x01000000, 0x01000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x02000000, 0x4907070e, 0xfd42447f, 0xfe5659a6, 0xff4c4f92, +0xbb0c0c18, 0x7c000000, 0x7f000000, 0x6f000000, 0x56000000, 0x3a000000, +0x1d000000, 0x0d000000, 0x05000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x3807070e, 0xff3e4077, 0xff575aa6, 0xfd333564, +0x82030307, 0x7a000000, 0x7a000000, 0x67000000, 0x4b000000, 0x2f000000, +0x16000000, 0x09000000, 0x03000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x10010103, 0xff333562, 0xff4d5094, 0xc7191a31, +0x66000000, 0x74000000, 0x72000000, 0x59000000, 0x3e000000, 0x24000000, +0x0f000000, 0x06000000, 0x02000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x05000000, 0xfb30315c, 0xf83b3d72, 0x860b0b16, +0x62000000, 0x6e000000, 0x68000000, 0x4e000000, 0x33000000, 0x1b000000, +0x0a000000, 0x03000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x05000000, 0xf5292b51, 0xce252749, 0x5b020205, +0x5c000000, 0x65000000, 0x5c000000, 0x41000000, 0x28000000, 0x14000000, +0x07000000, 0x02000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x05000000, 0xdc191a32, 0x8a0c0c18, 0x3b000000, +0x52000000, 0x57000000, 0x4d000000, 0x33000000, 0x1d000000, 0x0d000000, +0x04000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x04000000, 0xb00d0e1a, 0x4d040408, 0x33000000, +0x48000000, 0x4a000000, 0x3f000000, 0x27000000, 0x15000000, 0x09000000, +0x02000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x03000000, 0x5707070e, 0x20000001, 0x2c000000, +0x3c000000, 0x3c000000, 0x31000000, 0x1d000000, 0x0e000000, 0x06000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x03000000, 0x09000000, 0x14000000, 0x21000000, +0x2c000000, 0x2b000000, 0x22000000, 0x13000000, 0x09000000, 0x03000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x02000000, 0x07000000, 0x0f000000, 0x18000000, +0x1f000000, 0x1e000000, 0x17000000, 0x0c000000, 0x05000000, 0x02000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x05000000, 0x0a000000, 0x0f000000, +0x14000000, 0x13000000, 0x0e000000, 0x07000000, 0x02000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x02000000, 0x05000000, 0x08000000, +0x09000000, 0x08000000, 0x06000000, 0x03000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x01000000, 0x02000000, 0x03000000, +0x04000000, 0x04000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x01000000, +0x01000000, 0x01000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + diff --git a/examples/screen-cursor/scripts/img2bytes.py b/examples/screen-cursor/scripts/img2bytes.py new file mode 100755 index 0000000..c278e44 --- /dev/null +++ b/examples/screen-cursor/scripts/img2bytes.py @@ -0,0 +1,20 @@ +#!/usr/bin/env python +# +# Convert an image file to hexadecimal bytes of indexed color data. +# +# -- Micah Dowty +# + +import Image +import sys + +im = Image.open(sys.argv[1]) +column = 0 + +for byte in im.getdata(): + print "0x%02x, " % byte, + column += 1 + if column == 8: + print + column = 0 + diff --git a/examples/screen-cursor/scripts/img2colormap.py b/examples/screen-cursor/scripts/img2colormap.py new file mode 100755 index 0000000..5ddebf1 --- /dev/null +++ b/examples/screen-cursor/scripts/img2colormap.py @@ -0,0 +1,20 @@ +#!/usr/bin/env python +# +# Convert an image file to hexadecimal bytes of colormap data. +# +# -- Micah Dowty +# + +import Image +import sys + +im = Image.open(sys.argv[1]) +column = 0 + +for byte in im.getpalette(): + print "0x%02x, " % byte, + column += 1 + if column == 8: + print + column = 0 + diff --git a/examples/screen-cursor/scripts/img2mono32.py b/examples/screen-cursor/scripts/img2mono32.py new file mode 100755 index 0000000..1dc1ef4 --- /dev/null +++ b/examples/screen-cursor/scripts/img2mono32.py @@ -0,0 +1,29 @@ +#!/usr/bin/env python +# +# Convert a 1bpp image file to hexadecimal bytes of monochrome +# bitmap data. Bits are packed MSB-first. Each scanline is padded +# to 32 bits. +# +# -- Micah Dowty +# + +import Image +import sys + +im = Image.open(sys.argv[1]) + +sys.stderr.write("width=%d height=%d\n" % im.size) + +width, height = im.size +paddedWidth = (width + 31) & ~31 + +for y in range(height): + for xByte in range(paddedWidth / 8): + byte = 0 + for xBit in range(8): + x = xByte * 8 + xBit + if x < width and im.getpixel((x,y)): + byte |= 1 << (7 - xBit) + + print "0x%02x, " % byte, + print diff --git a/examples/screen-cursor/scripts/img2rgbapre.py b/examples/screen-cursor/scripts/img2rgbapre.py new file mode 100755 index 0000000..31069c7 --- /dev/null +++ b/examples/screen-cursor/scripts/img2rgbapre.py @@ -0,0 +1,29 @@ +#!/usr/bin/env python +# +# Convert an image file to hexadecimal words of pre-multiplied RGBA data. +# +# -- Micah Dowty +# + +import Image +import sys + +im = Image.open(sys.argv[1]) + +sys.stderr.write("width=%d height=%d\n" % im.size) + +words = [] + +def flush(): + print " ".join(words) + del words[:] + +for r, g, b, a in im.getdata(): + r = r * a // 255 + g = g * a // 255 + b = b * a // 255 + words.append("0x%02x%02x%02x%02x," % (a,r,g,b)) + if len(words) >= 6: + flush() + +flush() diff --git a/examples/screen-cursor/yellow_crab_256_colormap.h b/examples/screen-cursor/yellow_crab_256_colormap.h new file mode 100644 index 0000000..f7cf840 --- /dev/null +++ b/examples/screen-cursor/yellow_crab_256_colormap.h @@ -0,0 +1,96 @@ +0x00, 0x00, 0x00, 0xf0, 0xf0, 0xf0, 0x7c, 0xf9, +0x01, 0xc8, 0x24, 0x28, 0x25, 0x3b, 0xe5, 0x0e, +0x10, 0x06, 0x10, 0x11, 0x08, 0x10, 0x11, 0x0c, +0x10, 0x12, 0x06, 0x10, 0x12, 0x09, 0x12, 0x14, +0x11, 0x15, 0x16, 0x14, 0x18, 0x1a, 0x11, 0x19, +0x1a, 0x18, 0x1b, 0x1c, 0x17, 0x1c, 0x1e, 0x1b, +0x1d, 0x1f, 0x0f, 0x1d, 0x1f, 0x1b, 0x23, 0x24, +0x1c, 0x26, 0x27, 0x19, 0x26, 0x28, 0x25, 0x29, +0x2b, 0x28, 0x2c, 0x2c, 0x19, 0x2a, 0x2c, 0x1f, +0x2d, 0x2d, 0x17, 0x30, 0x30, 0x2a, 0x33, 0x32, +0x17, 0x30, 0x32, 0x24, 0x32, 0x31, 0x2a, 0x30, +0x32, 0x2f, 0x32, 0x34, 0x31, 0x36, 0x37, 0x25, +0x38, 0x38, 0x21, 0x36, 0x38, 0x35, 0x3a, 0x3a, +0x17, 0x39, 0x3c, 0x30, 0x40, 0x3e, 0x32, 0x3f, +0x3e, 0x37, 0x40, 0x41, 0x19, 0x3e, 0x40, 0x2e, +0x44, 0x43, 0x2a, 0x44, 0x44, 0x3d, 0x44, 0x46, +0x43, 0x48, 0x48, 0x30, 0x48, 0x4a, 0x2a, 0x48, +0x49, 0x36, 0x4b, 0x4b, 0x43, 0x4c, 0x4d, 0x3b, +0x4c, 0x4c, 0x48, 0x4d, 0x50, 0x42, 0x52, 0x54, +0x30, 0x54, 0x53, 0x3b, 0x53, 0x54, 0x41, 0x55, +0x54, 0x3c, 0x57, 0x57, 0x2b, 0x59, 0x59, 0x40, +0x5d, 0x5a, 0x3d, 0x5c, 0x5f, 0x22, 0x59, 0x5b, +0x58, 0x5c, 0x5b, 0x54, 0x5c, 0x5e, 0x3a, 0x61, +0x5f, 0x29, 0x62, 0x5f, 0x41, 0x62, 0x62, 0x36, +0x62, 0x61, 0x49, 0x61, 0x63, 0x4f, 0x63, 0x65, +0x40, 0x67, 0x68, 0x28, 0x67, 0x68, 0x3d, 0x66, +0x67, 0x65, 0x68, 0x6a, 0x45, 0x6a, 0x69, 0x50, +0x6c, 0x6c, 0x41, 0x6a, 0x6a, 0x5c, 0x69, 0x6d, +0x4d, 0x6f, 0x6d, 0x3d, 0x70, 0x6d, 0x4f, 0x71, +0x72, 0x33, 0x71, 0x72, 0x3b, 0x71, 0x72, 0x4d, +0x73, 0x73, 0x48, 0x75, 0x73, 0x43, 0x76, 0x79, +0x41, 0x77, 0x76, 0x5c, 0x7a, 0x78, 0x48, 0x79, +0x78, 0x4d, 0x7c, 0x7c, 0x38, 0x7f, 0x7c, 0x45, +0x7d, 0x7c, 0x5a, 0x7d, 0x7f, 0x40, 0x80, 0x82, +0x28, 0x7b, 0x7c, 0x7a, 0x82, 0x80, 0x4f, 0x81, +0x81, 0x55, 0x80, 0x80, 0x72, 0x81, 0x84, 0x4b, +0x86, 0x87, 0x38, 0x86, 0x87, 0x48, 0x85, 0x84, +0x6a, 0x89, 0x87, 0x55, 0x88, 0x87, 0x5b, 0x89, +0x8a, 0x4b, 0x8d, 0x8d, 0x47, 0x90, 0x91, 0x3e, +0x91, 0x92, 0x46, 0x92, 0x92, 0x4c, 0x93, 0x94, +0x54, 0x93, 0x93, 0x60, 0x92, 0x94, 0x5b, 0x97, +0x98, 0x3e, 0x98, 0x9a, 0x46, 0x9b, 0x99, 0x4d, +0x98, 0x9c, 0x4e, 0x99, 0x9b, 0x61, 0x9b, 0x9c, +0x5c, 0x9b, 0x9b, 0x71, 0x9f, 0x9e, 0x58, 0xa3, +0xa3, 0x41, 0xa1, 0xa4, 0x50, 0xa3, 0xa4, 0x63, +0xa5, 0xa6, 0x4b, 0xa2, 0xa6, 0x71, 0xaa, 0xad, +0x3b, 0xa8, 0xa9, 0x70, 0xae, 0xac, 0x43, 0xa8, +0xa7, 0x8c, 0xae, 0xac, 0x65, 0xaf, 0xb1, 0x37, +0xac, 0xac, 0x80, 0xae, 0xae, 0x6d, 0xae, 0xb2, +0x47, 0xac, 0xb0, 0x61, 0xb2, 0xb1, 0x4e, 0xaf, +0xb1, 0x5c, 0xb5, 0xb6, 0x5a, 0xae, 0xb0, 0xad, +0xb5, 0xb9, 0x46, 0xb8, 0xb7, 0x54, 0xba, 0xbb, +0x39, 0xb9, 0xba, 0x4f, 0xb4, 0xb9, 0x70, 0xb8, +0xba, 0x64, 0xb8, 0xba, 0x6b, 0xc0, 0xbd, 0x54, +0xbc, 0xc0, 0x54, 0xc0, 0xc1, 0x47, 0xbe, 0xbf, +0x62, 0xc0, 0xc2, 0x6b, 0xbe, 0xbf, 0x96, 0xc5, +0xc4, 0x60, 0xc1, 0xc4, 0x76, 0xc3, 0xc3, 0x80, +0xc7, 0xc9, 0x56, 0xc7, 0xca, 0x5e, 0xcc, 0xcc, +0x41, 0xcc, 0xcc, 0x4d, 0xc9, 0xca, 0x74, 0xcd, +0xd1, 0x3d, 0xcf, 0xcf, 0x4d, 0xcf, 0xd2, 0x34, +0xcb, 0xcd, 0x7e, 0xd0, 0xd1, 0x57, 0xcf, 0xd1, +0x5d, 0xd3, 0xd7, 0x43, 0xd1, 0xd4, 0x67, 0xd2, +0xd7, 0x4b, 0xd5, 0xd8, 0x3b, 0xd6, 0xd7, 0x55, +0xd9, 0xd7, 0x4d, 0xd7, 0xd5, 0x70, 0xd6, 0xd6, +0x78, 0xd7, 0xd8, 0x65, 0xd5, 0xd6, 0x7f, 0xd9, +0xdc, 0x3f, 0xd8, 0xdc, 0x48, 0xd6, 0xd9, 0x6c, +0xd4, 0xd9, 0x72, 0xd8, 0xd5, 0x9f, 0xda, 0xdb, +0x60, 0xd8, 0xd7, 0x94, 0xdc, 0xdc, 0x61, 0xda, +0xdf, 0x5b, 0xd8, 0xdb, 0x89, 0xdd, 0xe0, 0x4c, +0xe0, 0xe1, 0x3b, 0xe1, 0xdf, 0x5d, 0xdd, 0xe1, +0x56, 0xe0, 0xe2, 0x46, 0xdc, 0xdd, 0x85, 0xd8, +0xdc, 0xa4, 0xde, 0xe0, 0x6b, 0xdf, 0xde, 0x7f, +0xdd, 0xe0, 0x72, 0xe3, 0xe1, 0x57, 0xe4, 0xe5, +0x3f, 0xe2, 0xe2, 0x66, 0xdf, 0xde, 0x97, 0xe4, +0xe6, 0x4a, 0xe4, 0xe7, 0x53, 0xe4, 0xe5, 0x71, +0xe7, 0xe6, 0x63, 0xe6, 0xe6, 0x6a, 0xea, 0xea, +0x3b, 0xe3, 0xe8, 0x64, 0xe5, 0xe9, 0x5d, 0xe2, +0xe5, 0x92, 0xeb, 0xeb, 0x47, 0xe5, 0xe8, 0x7a, +0xe4, 0xe8, 0x81, 0xeb, 0xec, 0x50, 0xe9, 0xe7, +0x88, 0xe7, 0xe7, 0x8f, 0xe9, 0xec, 0x58, 0xea, +0xe8, 0x82, 0xed, 0xeb, 0x68, 0xeb, 0xef, 0x63, +0xed, 0xed, 0x71, 0xf0, 0xf0, 0x4b, 0xee, 0xf0, +0x54, 0xf2, 0xf1, 0x43, 0xee, 0xee, 0x79, 0xee, +0xf1, 0x5d, 0xeb, 0xf1, 0x6c, 0xf5, 0xf3, 0x3b, +0xec, 0xef, 0x80, 0xef, 0xf5, 0x46, 0xf1, 0xf6, +0x3c, 0xf5, 0xf4, 0x47, 0xed, 0xf0, 0x88, 0xf0, +0xef, 0x8f, 0xee, 0xef, 0x97, 0xf5, 0xf5, 0x51, +0xf3, 0xf2, 0x76, 0xf1, 0xf5, 0x68, 0xf4, 0xf6, +0x5a, 0xf5, 0xf7, 0x63, 0xf7, 0xf5, 0x71, 0xf4, +0xf7, 0x6b, 0xf2, 0xf7, 0x71, 0xf7, 0xf6, 0x7a, +0xf5, 0xf6, 0x80, 0xf3, 0xf7, 0x8f, 0xf5, 0xf4, +0xaf, 0xf6, 0xf8, 0x89, 0xf9, 0xf7, 0x97, 0xf9, +0xf9, 0x9f, 0xff, 0xff, 0xff, 0xf7, 0xf7, 0xf7, +0xf8, 0xf8, 0xf8, 0xf9, 0xf9, 0xf9, 0xfa, 0xfa, +0xfa, 0xfb, 0xfb, 0xfb, 0xfc, 0xfc, 0xfc, 0xfd, +0xfd, 0xfd, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xff, diff --git a/examples/screen-cursor/yellow_crab_256_pixels.h b/examples/screen-cursor/yellow_crab_256_pixels.h new file mode 100644 index 0000000..5aacfc9 --- /dev/null +++ b/examples/screen-cursor/yellow_crab_256_pixels.h @@ -0,0 +1,300 @@ +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, +0x31, 0x41, 0x2e, 0x29, 0x21, 0x0d, 0x0f, 0x0f, +0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x1d, 0x2a, 0x47, 0x4c, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x38, 0x68, +0x9b, 0xc6, 0xea, 0xea, 0xee, 0xc7, 0x83, 0x55, +0x2d, 0x15, 0x0f, 0x0f, 0x0a, 0x00, 0x00, 0x00, +0x00, 0x00, 0x2e, 0x81, 0x71, 0x4f, 0x07, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x3c, 0x67, 0xce, 0xe1, +0xe1, 0xe3, 0xe1, 0xe3, 0xe7, 0xe7, 0xe7, 0xea, +0xed, 0xd8, 0x8d, 0x5d, 0x25, 0x15, 0x0f, 0x00, +0x00, 0x34, 0x5d, 0xf3, 0xf3, 0x64, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x44, 0xad, 0xe2, 0xe2, 0xe2, +0xe2, 0xe2, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe3, +0xe7, 0xe7, 0xea, 0xe9, 0xd8, 0x97, 0x49, 0x14, +0x1c, 0x2b, 0x8e, 0xf3, 0x9c, 0x54, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x79, 0x93, 0x4c, 0x00, 0x00, +0x00, 0x00, 0x4b, 0xae, 0xe1, 0xe2, 0xe2, 0xdf, +0xdf, 0xe3, 0xe7, 0xe7, 0xe3, 0xe1, 0xe2, 0xe2, +0xe1, 0xe3, 0xd9, 0xce, 0xd1, 0xc6, 0xcb, 0xb3, +0x62, 0x17, 0x54, 0xd0, 0x7e, 0x06, 0x00, 0x38, +0x83, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x6b, 0x7e, 0xee, 0x76, 0x33, 0x05, +0x22, 0x09, 0x98, 0xe7, 0xe1, 0xe3, 0xe1, 0xe1, +0xe7, 0xea, 0xed, 0xeb, 0xea, 0xe3, 0xe1, 0xe1, +0xe1, 0xe2, 0xdb, 0xdb, 0xce, 0xd1, 0xc5, 0xb7, +0xc1, 0xbe, 0x65, 0x20, 0x54, 0x00, 0x42, 0xaf, +0xe8, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x38, 0x85, 0xed, 0xc3, 0x95, +0x67, 0x08, 0xea, 0xe7, 0xe7, 0xeb, 0xed, 0xed, +0xed, 0xed, 0xee, 0xef, 0xed, 0xeb, 0xea, 0xea, +0xe7, 0xe1, 0xe1, 0xe1, 0xe3, 0xdb, 0xce, 0xc5, +0xad, 0xa6, 0xb9, 0x89, 0x00, 0x06, 0x92, 0xd8, +0xbe, 0x5f, 0x3b, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x05, 0x48, 0x85, 0xd6, +0x1a, 0x9d, 0xe7, 0xe7, 0xeb, 0xf3, 0xf1, 0xf0, +0xef, 0xef, 0xf0, 0xf3, 0xed, 0xe7, 0xe7, 0xea, +0xea, 0xe7, 0xe7, 0xe1, 0xe2, 0xe1, 0xdb, 0xce, +0xad, 0x9f, 0x9f, 0x9a, 0x9a, 0x43, 0x59, 0x86, +0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x6e, 0x86, 0x59, +0x5a, 0xe1, 0xea, 0xeb, 0xef, 0xf4, 0xf4, 0xef, +0xed, 0xee, 0xee, 0xf0, 0xee, 0xe7, 0xe7, 0xe3, +0xe7, 0xe7, 0xe7, 0xea, 0xe7, 0xe1, 0xe3, 0xd9, +0xc2, 0xad, 0x9f, 0x9f, 0xae, 0xc6, 0x36, 0x00, +0x00, 0x00, 0x07, 0x1e, 0x00, 0x00, 0x00, 0x00, +0x00, 0x4f, 0x36, 0x00, 0x00, 0x22, 0x7c, 0x18, +0xd1, 0xea, 0xed, 0xef, 0xf1, 0xf5, 0xf0, 0xed, +0xea, 0xeb, 0xeb, 0xeb, 0xea, 0xe7, 0xe7, 0xe7, +0xe7, 0xea, 0xeb, 0xeb, 0xeb, 0xeb, 0xea, 0xd9, +0xce, 0xc2, 0xa6, 0x9f, 0x9d, 0xb7, 0xc6, 0x00, +0x0c, 0x64, 0x7b, 0x41, 0x00, 0x00, 0x00, 0x00, +0x00, 0x5c, 0x89, 0x76, 0x78, 0x84, 0x8f, 0x26, +0xeb, 0xee, 0xed, 0xef, 0xf1, 0xf3, 0xed, 0xe7, +0xe7, 0xea, 0xeb, 0xeb, 0xea, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xeb, 0xa2, 0xeb, 0x8f, 0xee, 0xeb, +0xdb, 0xca, 0xb8, 0x9f, 0x9a, 0xa8, 0xd1, 0x82, +0x16, 0xe5, 0xd3, 0x47, 0x00, 0x00, 0x00, 0x00, +0x00, 0x5c, 0xeb, 0xeb, 0xeb, 0xeb, 0x6e, 0x60, +0xeb, 0xed, 0xed, 0xec, 0xf0, 0xee, 0xea, 0xce, +0xe7, 0xe7, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xeb, 0x99, 0x84, 0x76, 0xed, 0xed, +0xe7, 0xe1, 0xce, 0xad, 0x9a, 0x9a, 0xb7, 0xdd, +0x00, 0xa9, 0xb0, 0x71, 0x05, 0x05, 0x00, 0x00, +0x00, 0x40, 0x54, 0x44, 0x46, 0x48, 0x10, 0x88, +0xea, 0xeb, 0xeb, 0xed, 0xed, 0xeb, 0x88, 0x4e, +0x82, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xeb, 0xd7, 0x37, 0x8f, 0xeb, 0xec, +0xea, 0xe3, 0xdb, 0xc5, 0xa3, 0x9a, 0x9d, 0xc5, +0x39, 0x67, 0x78, 0x4b, 0x00, 0x00, 0x00, 0x00, +0x00, 0x2f, 0x69, 0x6e, 0x70, 0x6f, 0x00, 0x98, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xd4, 0x38, 0x7c, +0x3c, 0x82, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xeb, 0x90, 0x37, 0x61, 0xc8, 0xc9, +0xeb, 0xe7, 0xe1, 0xda, 0xc2, 0x9d, 0x9d, 0xad, +0x43, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x48, 0x6b, 0x71, 0x00, 0xdc, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0x84, 0x2d, 0xa3, +0x91, 0x24, 0x88, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xeb, 0x61, 0x69, 0x78, 0x66, 0xc3, +0xdd, 0xe3, 0xe3, 0xe7, 0xce, 0xae, 0x9d, 0xa3, +0x7f, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x1b, 0x3e, 0x46, 0x6a, 0xa4, 0x05, 0xeb, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0x50, 0x2d, 0xe3, +0xe3, 0x75, 0x24, 0xb7, 0xe3, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0xcb, 0x48, 0x8f, 0xdd, 0x66, 0x69, +0xd7, 0xe3, 0xdb, 0xd9, 0xd1, 0xbb, 0xa5, 0xa3, +0xa5, 0x06, 0xdc, 0xf0, 0x9c, 0x28, 0x00, 0x00, +0x00, 0x72, 0xbe, 0xa4, 0x99, 0xd6, 0x05, 0xe7, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0x42, 0x44, 0xe3, +0xe3, 0xdb, 0x59, 0x52, 0xe3, 0xe7, 0xe7, 0xe7, +0xea, 0xeb, 0x90, 0x57, 0xd7, 0xeb, 0xb9, 0x6f, +0x6f, 0xce, 0xd9, 0xda, 0xd4, 0xb7, 0xa8, 0xae, +0xc5, 0x00, 0xe0, 0xe0, 0x7e, 0x00, 0x00, 0x00, +0x00, 0x6c, 0xec, 0xed, 0xed, 0xee, 0x05, 0xea, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0x35, 0x6d, 0xe3, +0xe3, 0xe1, 0xce, 0x4b, 0x91, 0xe7, 0xe7, 0xea, +0xea, 0xeb, 0x8f, 0x86, 0xeb, 0xeb, 0xeb, 0xeb, +0xb9, 0xd1, 0xd9, 0xd1, 0xc8, 0xae, 0xa5, 0xae, +0xc5, 0x00, 0x8e, 0xb0, 0x63, 0x00, 0x00, 0x00, +0x00, 0x55, 0x8d, 0x65, 0x48, 0x3c, 0x00, 0x98, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0x44, 0xce, 0xe3, +0xe3, 0xe3, 0xe3, 0xce, 0xce, 0xe7, 0xea, 0xea, +0xea, 0xeb, 0xc8, 0xcc, 0xeb, 0xeb, 0xeb, 0xeb, +0xea, 0xe7, 0xe7, 0xd4, 0xc7, 0xa8, 0x9e, 0xa3, +0xb7, 0x08, 0x09, 0x1f, 0x07, 0x00, 0x00, 0x00, +0x00, 0x12, 0x0e, 0x00, 0x00, 0x00, 0x00, 0xbe, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xd4, 0xe7, 0xe3, +0xe3, 0xe3, 0xe7, 0xe3, 0xe3, 0xea, 0xea, 0xea, +0xea, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, +0xea, 0xea, 0xea, 0xd7, 0xd0, 0xa1, 0x9e, 0xa7, +0xba, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x3b, 0x00, 0xeb, +0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xea, 0xe7, 0xe7, +0xe3, 0xe3, 0xe7, 0xe7, 0xe3, 0xea, 0xea, 0xea, +0xea, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, +0xea, 0xea, 0xeb, 0xde, 0xd3, 0xab, 0xa1, 0xb2, +0xcf, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x05, 0x00, 0x00, 0x07, 0x53, 0x95, 0x10, 0xbb, +0xe3, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe7, 0xe7, +0xe3, 0xe3, 0xe7, 0xe7, 0xe3, 0xea, 0xea, 0xea, +0xea, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, +0xeb, 0xeb, 0xeb, 0xec, 0xd3, 0xaf, 0xa2, 0xb4, +0xd5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x05, 0x5e, 0x6b, 0x86, 0xc8, 0xeb, 0x4d, 0x7f, +0xe1, 0xe7, 0xeb, 0xeb, 0xeb, 0xeb, 0xe7, 0xe7, +0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, +0xc1, 0x84, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, +0xeb, 0xeb, 0xeb, 0xe8, 0xd3, 0xa9, 0xa4, 0xc0, +0xe6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x12, 0x8e, 0xee, 0xed, 0xed, 0xe9, 0x75, 0x5a, +0xe1, 0xea, 0xed, 0xed, 0xed, 0xeb, 0xe7, 0xe7, +0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, +0x76, 0x69, 0xed, 0xed, 0xeb, 0xeb, 0xeb, 0xed, +0xeb, 0xeb, 0xeb, 0xe8, 0xd3, 0xac, 0xaa, 0xd0, +0xb1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x3e, 0xc9, 0xe9, 0xd7, 0xd7, 0x98, 0x08, +0xe3, 0xeb, 0xed, 0xed, 0xed, 0xed, 0xea, 0xea, +0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, +0x4b, 0x57, 0xed, 0xed, 0xeb, 0xeb, 0xeb, 0xed, +0xeb, 0xeb, 0xed, 0xdc, 0xcd, 0xaa, 0xa4, 0xd0, +0x7d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x42, 0x65, 0x57, 0x46, 0x3f, 0x00, +0xba, 0xed, 0xed, 0xeb, 0xeb, 0xed, 0xeb, 0xea, +0xe7, 0xea, 0xe7, 0xe7, 0x9b, 0x59, 0xda, 0xd4, +0x25, 0x70, 0xed, 0xed, 0xed, 0xeb, 0xeb, 0xed, +0xed, 0xed, 0xeb, 0xd7, 0xbe, 0x98, 0x52, 0x44, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, +0x59, 0xed, 0xe7, 0xe3, 0xe7, 0xea, 0xeb, 0xeb, +0xea, 0xea, 0xe7, 0xe7, 0xe7, 0x48, 0x59, 0x84, +0x1d, 0xcc, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xee, +0xee, 0xdd, 0xda, 0xd4, 0xae, 0x9d, 0x7a, 0x1b, +0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xa1, 0xe3, 0xe3, 0xe7, 0xe7, 0xeb, 0xee, +0xeb, 0xeb, 0xea, 0xe7, 0xe7, 0xcc, 0x2d, 0x2d, +0x66, 0xeb, 0xed, 0xed, 0xe9, 0xd7, 0xcc, 0xe8, +0xe8, 0xd4, 0xd1, 0xc6, 0xae, 0xa6, 0xa6, 0x4d, +0x2f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x10, 0xd9, 0xbb, 0xb7, 0xd9, 0xed, 0xef, +0xec, 0xed, 0xeb, 0xea, 0xea, 0xea, 0x8b, 0x27, +0xea, 0xeb, 0xed, 0xee, 0xde, 0xc8, 0xb9, 0xd8, +0xdc, 0xcc, 0xc6, 0xba, 0xa5, 0xad, 0xca, 0x9d, +0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x3d, 0x3f, 0x91, 0xc5, 0xd8, 0xdc, +0xf0, 0xef, 0xee, 0xeb, 0xea, 0xeb, 0xea, 0xa1, +0xeb, 0xed, 0xee, 0xec, 0xd6, 0xc3, 0xc3, 0xdc, +0xe0, 0xc7, 0xc1, 0xa7, 0x4e, 0x4d, 0x9a, 0xca, +0xad, 0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x3c, 0x66, 0xd9, 0xa5, 0x99, 0xc0, +0xc9, 0xdc, 0xf0, 0xec, 0xeb, 0xeb, 0xeb, 0xeb, +0xeb, 0xed, 0xee, 0xd8, 0xc3, 0xbe, 0xc3, 0xcf, +0xcf, 0xd0, 0xcf, 0xcf, 0x10, 0x00, 0x52, 0xc5, +0xe1, 0xa6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x13, 0xc6, 0xc5, 0x51, 0xa4, 0xab, +0xab, 0xb2, 0xc7, 0xe0, 0xe8, 0xe9, 0xeb, 0xeb, +0xeb, 0xee, 0xe8, 0xc7, 0xc0, 0xc0, 0xcf, 0xd0, +0xd0, 0xd0, 0xac, 0x13, 0x00, 0x00, 0x0c, 0x88, +0xdb, 0xdb, 0x56, 0x33, 0x41, 0x30, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x33, 0x76, 0xe9, 0x52, 0x3e, 0xc0, 0xc7, +0xaf, 0xa4, 0xab, 0xc0, 0xd5, 0xdc, 0xde, 0xed, +0xee, 0xe8, 0xdc, 0xd0, 0xbf, 0xd2, 0xd5, 0xe4, +0xe4, 0x77, 0x00, 0x00, 0x00, 0x00, 0x00, 0x13, +0x88, 0xd9, 0xba, 0x54, 0xd5, 0x80, 0x05, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x51, 0x99, 0xee, 0x8d, 0x00, 0x00, 0x00, 0x86, +0xbe, 0xa4, 0xa4, 0xb0, 0xbf, 0xd0, 0xdc, 0xe8, +0xef, 0xf0, 0xe4, 0xd2, 0xd2, 0xe6, 0xe6, 0xbc, +0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x51, 0xa1, 0xdd, 0xa1, 0xbe, 0xe0, 0x5e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x59, +0x84, 0xeb, 0xd6, 0x33, 0x1e, 0x00, 0x00, 0x00, +0x4e, 0x92, 0xaf, 0xa9, 0xaa, 0xd2, 0xe4, 0xf3, +0xf3, 0xe4, 0xe5, 0xd2, 0xd3, 0x81, 0x38, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, +0x77, 0x89, 0xda, 0xd7, 0xd6, 0xd8, 0x73, 0x00, +0x00, 0x00, 0x00, 0x00, 0x4a, 0x7b, 0x5c, 0x35, +0x6e, 0xe7, 0x59, 0x2f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x2c, 0x7e, 0xcd, 0xe5, 0xf1, 0xf1, +0xf1, 0xd2, 0x96, 0x6c, 0x0c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, +0xf4, 0x8e, 0xba, 0xcb, 0xd6, 0xc9, 0x81, 0x00, +0x00, 0x00, 0x00, 0x00, 0x96, 0xf3, 0xd8, 0x75, +0xdb, 0x9a, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x0c, 0x55, 0x71, 0x55, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, +0xf3, 0xe4, 0xa7, 0xab, 0xc3, 0xc7, 0xa0, 0x00, +0x00, 0x00, 0x00, 0x00, 0xaa, 0xf3, 0xd6, 0xc5, +0xe2, 0x8a, 0x56, 0x06, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2f, 0xf1, +0xf3, 0xe0, 0xa1, 0x95, 0xb0, 0xd0, 0xbc, 0x00, +0x00, 0x00, 0x00, 0x00, 0xf0, 0xf0, 0xe9, 0xe7, +0xe2, 0xbb, 0xb7, 0x33, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5d, 0xf3, +0xf3, 0xe0, 0x78, 0x76, 0x9c, 0xbf, 0xb6, 0x00, +0x00, 0x00, 0x00, 0x38, 0xf0, 0xe8, 0xcb, 0xcc, +0xdb, 0xe3, 0xea, 0x65, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5d, 0xf3, +0xf3, 0x72, 0x5f, 0x6f, 0x93, 0xbf, 0xb6, 0x00, +0x00, 0x00, 0x0c, 0x50, 0xf0, 0xdc, 0xb2, 0xaf, +0xbb, 0xd9, 0xeb, 0xa2, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5d, 0xf3, +0xac, 0x37, 0x7e, 0x4b, 0x8e, 0xbc, 0xa0, 0x05, +0x00, 0x00, 0x0c, 0x4f, 0xf0, 0xdc, 0xbe, 0x9c, +0xa5, 0xd4, 0xed, 0xb2, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4a, 0xf1, +0x4a, 0x72, 0x81, 0x32, 0x8c, 0xbc, 0x97, 0x05, +0x00, 0x00, 0x07, 0x71, 0xcf, 0xef, 0x95, 0x81, +0x98, 0xb5, 0xe9, 0xab, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0x7b, +0x0e, 0xb3, 0x64, 0x3f, 0x8e, 0xbc, 0x73, 0x00, +0x00, 0x00, 0x00, 0x6c, 0x7e, 0xf0, 0x93, 0x40, +0x95, 0xa1, 0xd8, 0x92, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, +0x30, 0x2f, 0x23, 0x5c, 0x96, 0x79, 0x00, 0x00, +0x00, 0x00, 0x00, 0x4c, 0x4c, 0xe5, 0xb6, 0x00, +0x61, 0x95, 0xbe, 0x74, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3a, +0x00, 0x00, 0x49, 0x80, 0x94, 0x0e, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x58, 0x7b, 0xc4, 0x19, +0x23, 0x6a, 0xaa, 0x5d, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x3a, 0x5b, 0x87, 0x45, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x07, 0x80, 0xf2, 0x0e, +0x00, 0x00, 0xa0, 0x2f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x11, 0x5b, 0x3a, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0xbd, 0x00, +0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19, 0x00, +0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, diff --git a/examples/screen-cursor/yellow_crab_rgba.h b/examples/screen-cursor/yellow_crab_rgba.h new file mode 100644 index 0000000..7b2389b --- /dev/null +++ b/examples/screen-cursor/yellow_crab_rgba.h @@ -0,0 +1,401 @@ +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x05050504, 0x3e393935, 0xab626252, 0xd44b4b3e, 0xff5f5f4c, +0xff4c4c43, 0xff43433b, 0xff373734, 0xc01a1a1a, 0x921e1e1e, 0x5e1d1d1d, +0x24141414, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x5f323232, 0xb343433f, +0xbf68684e, 0xb26e6e50, 0x2f222219, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x1c18180b, 0x9d545430, 0xfd59593b, 0xff8e8f41, 0xffcbcc4f, 0xffe6e75a, +0xfff2f45a, 0xfff3f55e, 0xfff3f46f, 0xffe4e574, 0xffaeaf60, 0xff777850, +0xfe4a4a38, 0xe12a2a29, 0xa11e1e1e, 0x711f1f1f, 0x22111111, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xde50504a, 0xffb0b16f, +0xff9a9b64, 0xff757551, 0xfe3d3d38, 0x0a080807, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x2e14140c, +0xec5b5b3b, 0xff92923e, 0xffeaec45, 0xfff3f549, 0xfff3f548, 0xfff3f54c, +0xfff3f54a, 0xfff3f54b, 0xfff4f550, 0xfff4f655, 0xfff4f653, 0xfff4f65b, +0xfff5f669, 0xffebed72, 0xffb7b864, 0xff818254, 0xfd3f3f35, 0xcf2b2b2b, +0x631e1e1e, 0x0e0a0a0a, 0x00000000, 0x6f54543f, 0xff808056, 0xfff7f889, +0xfff5f68b, 0xf1868759, 0x361b1b13, 0x0e0d0d0a, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x2a25251e, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x4e33331b, 0xf065653b, +0xffdcdd45, 0xfff3f542, 0xfff3f541, 0xfff3f542, 0xfff3f541, 0xfff3f544, +0xfff3f545, 0xfff3f545, 0xfff3f546, 0xfff3f547, 0xfff3f549, 0xfff3f54c, +0xfff4f653, 0xfff4f552, 0xfff3f459, 0xfff1f366, 0xffeeef77, 0xffc6c782, +0xff69695b, 0xe9292929, 0x922f2f2a, 0xa2474732, 0xffb8b86d, 0xfff7f888, +0xffc9c973, 0xed787849, 0x00000000, 0x2c1b1b10, 0xcf33332a, 0x3910100c, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x2a28291b, 0xe5a5a56f, 0xfdc4c571, 0xe66a6a4a, +0x5b383820, 0x0a090906, 0x01000000, 0x2a1c1c0f, 0xef707040, 0xffddde4b, +0xfff3f546, 0xfff3f542, 0xfff3f543, 0xfff3f441, 0xfff3f443, 0xfff3f54c, +0xfff3f54f, 0xfff3f550, 0xfff3f54d, 0xfff3f547, 0xfff3f543, 0xfff3f542, +0xfff3f547, 0xfff3f44c, 0xfff0f24d, 0xffeced4d, 0xffe9eb54, 0xffe8e958, +0xffe7e967, 0xffd7d896, 0xff84846a, 0xff2d2d1f, 0xff777746, 0xffe9ea82, +0xffa8a863, 0x883f3f24, 0x2e19190f, 0xeb5d5d41, 0xffafb061, 0xea51513d, +0x0d070704, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0xbc959562, 0xffaaaa61, 0xfff4f572, 0xffa5a556, +0xfd54543d, 0xc23e3e2d, 0x6e4f4f22, 0xca3c3c25, 0xffc2c351, 0xfff4f550, +0xfff3f549, 0xfff3f54b, 0xfff3f549, 0xfff3f548, 0xfff3f54f, 0xfff3f55b, +0xfff4f66a, 0xfff4f668, 0xfff4f558, 0xfff3f54d, 0xfff3f547, 0xfff3f545, +0xfff3f545, 0xfff3f544, 0xfff0f246, 0xffeef049, 0xffecee4a, 0xffeaeb4e, +0xffe6e74f, 0xffe2e34f, 0xffe1e25d, 0xffdedf70, 0xff89894e, 0xff3a3a24, +0xff7a7a47, 0x301d1d0d, 0xe5666641, 0xffd5d66d, 0xfff1f378, 0xff9b9b57, +0x992f2f27, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x03020202, 0xb473734b, 0xe85a5a3e, 0xffb0b05a, 0xfff4f56c, +0xffe0e167, 0xffc1c25e, 0xff909041, 0xff40401b, 0xfff2f457, 0xfff4f553, +0xfff3f552, 0xfff4f560, 0xfff4f66b, 0xfff4f56e, 0xfff4f569, 0xfff4f66b, +0xfff5f778, 0xfff6f77f, 0xfff5f76e, 0xfff5f662, 0xfff4f660, 0xfff4f65d, +0xfff4f654, 0xfff3f54a, 0xfff2f445, 0xfff2f447, 0xfff1f349, 0xffeff14a, +0xffeaec4c, 0xffe2e44a, 0xffd9db44, 0xffd6d73f, 0xffdedf5f, 0xffb7b853, +0xff232316, 0xe3404026, 0xffc1c165, 0xffeaec74, 0xffe0e170, 0xf383834f, +0xf05c5c54, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x03020202, 0x100d0d08, 0x170f0f08, 0xa23e3e2b, 0xff6e6e46, +0xffabac58, 0xffebec69, 0xff323219, 0xffd2d345, 0xfff4f652, 0xfff4f656, +0xfff4f561, 0xfff6f787, 0xfff6f792, 0xfff6f786, 0xfff5f678, 0xfff5f77b, +0xfff6f887, 0xfff7f88d, 0xfff5f770, 0xfff4f557, 0xfff3f552, 0xfff5f660, +0xfff5f65f, 0xfff4f657, 0xfff4f553, 0xfff3f545, 0xfff3f542, 0xfff2f446, +0xfff0f24b, 0xffe8ea4b, 0xffdcde45, 0xffd3d439, 0xffd2d33b, 0xffcecf45, +0xffcccd48, 0xff68692e, 0xff7c7d41, 0xffb8b95f, 0xe3696940, 0x3e1f1f13, +0x251f1f17, 0x21161616, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x07060604, 0x09080805, 0x3e323218, 0xdd9b9b49, +0xffb8b85a, 0xff7f7f3f, 0xff858631, 0xfff3f54a, 0xfff4f65b, 0xfff4f665, +0xfff6f77f, 0xfff8f99c, 0xfff7f896, 0xfff5f77e, 0xfff5f66d, 0xfff5f771, +0xfff5f775, 0xfff7f884, 0xfff6f773, 0xfff4f657, 0xfff4f550, 0xfff3f54b, +0xfff4f551, 0xfff4f656, 0xfff4f653, 0xfff4f65a, 0xfff4f654, 0xfff3f546, +0xfff2f34a, 0xffedef4c, 0xffe4e646, 0xffd9da3e, 0xffd1d338, 0xffd0d139, +0xffdbdd4d, 0xffe6e757, 0xff575727, 0xd5393925, 0x1a0f0f07, 0x49171712, +0xdb424236, 0xe54e4e4b, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x261a1a17, 0xb86f6f48, 0x8757572c, 0x37212110, 0x271b1b0c, 0x684a4a1d, +0xfdb0b049, 0xff2b2b17, 0xffeced56, 0xfff4f65f, 0xfff5f66a, 0xfff5f77a, +0xfff7f895, 0xfff8f99d, 0xfff6f887, 0xfff4f669, 0xfff4f55d, 0xfff5f661, +0xfff5f768, 0xfff5f664, 0xfff4f65d, 0xfff4f656, 0xfff4f656, 0xfff4f656, +0xfff4f658, 0xfff5f65f, 0xfff5f762, 0xfff5f662, 0xfff5f662, 0xfff5f763, +0xfff3f55e, 0xffeff14f, 0xffeaeb47, 0xffe3e441, 0xffd7d83a, 0xffccce37, +0xffcfd03f, 0xffe1e353, 0xffe2e453, 0xf92b2b15, 0xd842422e, 0xff87875d, +0xffa6a66f, 0xcb63634f, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x02010100, 0xff81814e, 0xffb8b856, 0xffa4a44f, 0xffa6a64f, 0xffafaf51, +0xffb8b953, 0xff43431d, 0xfff5f666, 0xfff5f771, 0xfff5f66a, 0xfff5f77a, +0xfff7f892, 0xfff6f88e, 0xfff4f66d, 0xfff3f557, 0xfff4f553, 0xfff4f65a, +0xfff5f664, 0xfff5f661, 0xfff4f659, 0xfff4f656, 0xfff4f656, 0xfff4f657, +0xfff4f65a, 0xfff5f663, 0xfff5f765, 0xffcccd5d, 0xfff4f566, 0xffbfbf58, +0xfff6f772, 0xfff3f560, 0xffeff147, 0xffeaeb43, 0xffdfe13e, 0xffcfd138, +0xffc8c93e, 0xffd5d64f, 0xffeaeb50, 0xffb1b247, 0xff48482b, 0xffeff093, +0xffe9ea91, 0xff696951, 0x1b111111, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0xff7e7e4b, 0xfff5f766, 0xfff5f662, 0xfff5f662, 0xfff5f663, +0xff979844, 0xff818234, 0xfff5f662, 0xfff5f76d, 0xfff5f66a, 0xfff5f676, +0xfff6f782, 0xfff5f673, 0xfff2f457, 0xffe9ea4c, 0xfff2f44f, 0xfff4f658, +0xfff5f660, 0xfff5f65e, 0xfff4f659, 0xfff4f656, 0xfff4f656, 0xfff4f657, +0xfff4f65a, 0xfff5f662, 0xfff5f766, 0xffc7c85b, 0xffb3b355, 0xffa3a350, +0xfff5f76b, 0xfff6f76f, 0xfff3f552, 0xffeff143, 0xffe8ea45, 0xffdadc3e, +0xffcbcc42, 0xffcacc44, 0xffdedf4d, 0xffeff15c, 0xff35351f, 0xffd4d574, +0xffd9da74, 0xff979861, 0x913b3b3a, 0x00000000, 0x00000000, 0x00000000, +0x01000000, 0xff606045, 0xff7b7b48, 0xff696a42, 0xff686842, 0xff6b6b43, +0xff454525, 0xffb6b74a, 0xfff4f65d, 0xfff4f664, 0xfff4f666, 0xfff5f66a, +0xfff5f66e, 0xfff4f661, 0xffb8b847, 0xff74743d, 0xffb0b146, 0xfff4f654, +0xfff4f658, 0xfff4f658, 0xfff4f656, 0xfff4f656, 0xfff4f656, 0xfff4f657, +0xfff4f659, 0xfff5f662, 0xfff5f766, 0xffedee65, 0xff59593f, 0xffbcbd56, +0xfff4f668, 0xfff6f776, 0xfff4f65c, 0xfff3f54c, 0xffeff147, 0xffe7e94c, +0xffd6d742, 0xffc9ca41, 0xffd1d344, 0xffe4e64d, 0xff5e5e24, 0xff919140, +0xffa0a145, 0xc36b6b3a, 0x552a2a20, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x96545441, 0xa28f904b, 0xa29a9b48, 0xa29c9c4e, 0xb29a9b52, +0xf8363625, 0xffc7c95b, 0xfff5f662, 0xfff4f663, 0xfff4f663, 0xfff4f663, +0xfff5f668, 0xffeaec5c, 0xff59593b, 0xffabac43, 0xff5d5d3b, 0xffb0b146, +0xfff4f653, 0xfff4f654, 0xfff4f552, 0xfff4f655, 0xfff4f657, 0xfff4f657, +0xfff4f659, 0xfff5f662, 0xfff5f766, 0xffbfc059, 0xff57573e, 0xff888849, +0xffe5e561, 0xffe7e871, 0xfff5f663, 0xfff4f551, 0xfff3f54a, 0xffeff054, +0xffe2e344, 0xffd0d142, 0xffcccd3e, 0xffdadb44, 0xff676726, 0xc12e2e18, +0x51343416, 0x04030301, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x29222213, 0x9a6c6c44, 0xdb8f8f5f, 0xd89b9b64, +0xe6272717, 0xffecee77, 0xfff5f663, 0xfff5f663, 0xfff4f663, 0xfff5f663, +0xfff5f768, 0xffb0b050, 0xff494939, 0xffd7d848, 0xffc0c146, 0xff3c3c31, +0xffb6b747, 0xfff4f551, 0xfff4f54f, 0xfff4f654, 0xfff4f657, 0xfff4f657, +0xfff4f659, 0xfff5f661, 0xfff5f766, 0xff86874a, 0xff93934c, 0xffa8a851, +0xff8f8f4d, 0xffdfe06a, 0xfff1f362, 0xfff3f54e, 0xfff3f54c, 0xfff3f456, +0xffe9eb49, 0xffd9da45, 0xffcfd042, 0xffd7d844, 0xffb3b43e, 0xed151512, +0xdb3c3c30, 0xdb38382c, 0xdb313127, 0xd52c2c25, 0x00000000, 0x00000000, +0x40262619, 0xcd4e4e3a, 0xf95d5d42, 0xff6d6d47, 0xff919150, 0xffd2d366, +0xff404020, 0xfff5f662, 0xfff5f664, 0xfff5f665, 0xfff5f665, 0xfff5f665, +0xfff5f767, 0xff707043, 0xff4b4b39, 0xfff1f34b, 0xfff3f54b, 0xffa1a241, +0xff3d3d31, 0xffdedf4c, 0xfff3f54d, 0xfff4f655, 0xfff4f657, 0xfff4f657, +0xfff4f659, 0xfff5f661, 0xffe3e561, 0xff6c6c44, 0xffbebe57, 0xfff1f263, +0xff8b8b4a, 0xff939350, 0xffeaec5f, 0xfff3f44c, 0xfff1f24b, 0xfff1f254, +0xffecee53, 0xffe0e24b, 0xffd5d74b, 0xffd8d94c, 0xffd8d94d, 0xff3b3c22, +0xfff0f180, 0xfff2f382, 0xffcaca75, 0x8f4e4e34, 0x02010101, 0x00000000, +0x1e17170d, 0xff9b9c5b, 0xffdedf6c, 0xffd1d164, 0xffc7c861, 0xffeeef6d, +0xff40401f, 0xfff4f658, 0xfff5f666, 0xfff5f666, 0xfff5f665, 0xfff5f666, +0xfff5f767, 0xff616140, 0xff67673c, 0xfff3f54b, 0xfff3f54b, 0xfff1f24a, +0xff7d7e3e, 0xff76763d, 0xfff2f44d, 0xfff4f656, 0xfff4f658, 0xfff4f658, +0xfff4f659, 0xfff5f661, 0xffbebf58, 0xff7c7c48, 0xffeaec61, 0xfff5f664, +0xffe1e25f, 0xff98984f, 0xff95954a, 0xffebec4c, 0xffeef04a, 0xffedee52, +0xffe9eb5d, 0xffdfe14d, 0xffd9da52, 0xffdbdd4e, 0xffe4e64f, 0xff1a1a15, +0xffebec80, 0xffeced82, 0xffabac68, 0x431c1c14, 0x00000000, 0x00000000, +0x04030302, 0xff939359, 0xfff6f775, 0xfff5f66f, 0xfff4f56e, 0xfff4f570, +0xff3e3f1f, 0xfff4f559, 0xfff5f668, 0xfff5f668, 0xfff5f667, 0xfff5f766, +0xfff5f768, 0xff54543d, 0xff979842, 0xfff3f54c, 0xfff3f54b, 0xfff3f54a, +0xffebed4d, 0xff6c6d3d, 0xffbebf46, 0xfff4f657, 0xfff4f658, 0xfff4f659, +0xfff4f65a, 0xfff5f661, 0xffbebe58, 0xffb2b255, 0xfff5f764, 0xfff5f664, +0xfff5f664, 0xfff5f765, 0xffdcdd59, 0xffebed50, 0xffeef04d, 0xffeaec53, +0xffe6e765, 0xffd9da4c, 0xffd4d651, 0xffdadb49, 0xffe2e44d, 0xff363614, +0xffb6b767, 0xffdadb76, 0xff878757, 0x612a2a21, 0x00000000, 0x00000000, +0x00000000, 0xeb76764f, 0xffbabb64, 0xff8c8c4d, 0xff6b6b3f, 0xff5e5e3c, +0xff10100c, 0xffc9ca5c, 0xfff5f769, 0xfff5f768, 0xfff5f767, 0xfff5f767, +0xfff5f768, 0xff6a6a42, 0xffeaec4e, 0xfff3f54d, 0xfff3f54b, 0xfff3f54b, +0xfff4f54e, 0xffebed4d, 0xffe9eb4b, 0xfff4f658, 0xfff4f659, 0xfff4f659, +0xfff4f65a, 0xfff5f661, 0xffe4e562, 0xffe8ea64, 0xfff5f765, 0xfff5f664, +0xfff5f664, 0xfff5f767, 0xfff5f65e, 0xfff4f656, 0xfff1f352, 0xffedee5a, +0xffe5e672, 0xffd4d550, 0xffcfd050, 0xffd6d84a, 0xffdfe14d, 0xff3d3d18, +0x9c42422b, 0xaf4c4c32, 0xab3f3f32, 0x73383837, 0x00000000, 0x00000000, +0x00000000, 0x8b434335, 0xaf42423d, 0x712a2a2a, 0x411c1c1a, 0x3113130f, +0xff1e1e1d, 0xffdfe16e, 0xfff5f769, 0xfff5f768, 0xfff5f767, 0xfff5f767, +0xfff5f768, 0xffedee5e, 0xfff4f550, 0xfff3f54e, 0xfff3f54b, 0xfff3f54c, +0xfff4f54f, 0xfff3f54e, 0xfff3f54d, 0xfff4f659, 0xfff4f65a, 0xfff4f65a, +0xfff4f65b, 0xfff5f662, 0xfff5f767, 0xfff5f768, 0xfff5f765, 0xfff5f764, +0xfff5f765, 0xfff5f767, 0xfff5f65f, 0xfff4f65c, 0xfff4f55a, 0xffeef063, +0xffe4e581, 0xffd3d458, 0xffcecf52, 0xffd7d857, 0xffe1e357, 0xff3d3d1a, +0x2316160d, 0x03020202, 0x03020202, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x05030303, 0x765b5b51, +0xff2f2f25, 0xfff5f665, 0xfff5f763, 0xfff5f768, 0xfff5f768, 0xfff5f768, +0xfff5f768, 0xfff5f660, 0xfff4f551, 0xfff4f54f, 0xfff3f54c, 0xfff3f54c, +0xfff4f54f, 0xfff4f54f, 0xfff3f54e, 0xfff4f659, 0xfff4f65a, 0xfff4f65a, +0xfff4f65b, 0xfff5f662, 0xfff5f768, 0xfff5f768, 0xfff5f765, 0xfff5f764, +0xfff5f665, 0xfff5f767, 0xfff5f660, 0xfff5f660, 0xfff4f661, 0xffeff16d, +0xffe5e68c, 0xffd4d562, 0xffcfd056, 0xffd9db5e, 0xffe7e879, 0xff3b3b21, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x06030303, 0x48313130, 0x783f3f38, 0xe476765c, 0xffc3c35f, +0xff454622, 0xffe1e248, 0xfff3f54c, 0xfff5f763, 0xfff5f768, 0xfff5f768, +0xfff5f768, 0xfff5f661, 0xfff4f552, 0xfff4f551, 0xfff3f54d, 0xfff3f54e, +0xfff4f54f, 0xfff4f54f, 0xfff3f54e, 0xfff4f65a, 0xfff4f65a, 0xfff4f65a, +0xfff4f65c, 0xfff5f763, 0xfff5f769, 0xfff5f769, 0xfff5f766, 0xfff5f765, +0xfff5f765, 0xfff5f767, 0xfff5f661, 0xfff5f661, 0xfff5f664, 0xfff1f273, +0xffe7e890, 0xffd5d66b, 0xffd1d25e, 0xffddde66, 0xffebec8a, 0xff24241c, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x6c3e3e3e, 0xf17f7f72, 0xff959560, 0xffb5b65b, 0xffe6e765, 0xfff5f768, +0xff6f7034, 0xffadae39, 0xfff3f548, 0xfff4f658, 0xfff5f769, 0xfff5f769, +0xfff5f769, 0xfff5f663, 0xfff4f655, 0xfff4f653, 0xfff3f54f, 0xfff4f550, +0xfff4f550, 0xfff4f54f, 0xfff4f54f, 0xfff4f65c, 0xfff4f65b, 0xfff4f65b, +0xffddde57, 0xffb2b354, 0xfff5f769, 0xfff5f769, 0xfff5f767, 0xfff5f766, +0xfff5f766, 0xfff5f769, 0xfff5f663, 0xfff5f663, 0xfff5f667, 0xfff1f376, +0xffe7e78f, 0xffd5d674, 0xffd1d268, 0xffe1e273, 0xfff0f19e, 0xfa242422, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x90464639, 0xffb8b868, 0xfff6f773, 0xfff5f76c, 0xfff4f568, 0xfff1f366, +0xffa6a749, 0xff7d7e29, 0xfff3f548, 0xfff4f659, 0xfff5f76a, 0xfff5f76a, +0xfff5f76b, 0xfff5f767, 0xfff4f658, 0xfff4f656, 0xfff4f551, 0xfff4f652, +0xfff4f551, 0xfff4f550, 0xfff4f550, 0xfff4f65d, 0xfff4f65c, 0xfff4f65c, +0xff9fa04b, 0xff91914d, 0xfff5f76a, 0xfff5f76a, 0xfff5f768, 0xfff5f767, +0xfff5f766, 0xfff5f76a, 0xfff5f765, 0xfff5f765, 0xfff5f769, 0xfff1f279, +0xffe5e690, 0xffd4d57e, 0xffd3d578, 0xffe4e684, 0xffd6d6a3, 0xbf090909, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x05040402, 0xec616142, 0xffe4e56c, 0xfff3f46b, 0xffeff167, 0xffeef065, +0xffcacb58, 0xff43431b, 0xfff3f54b, 0xfff5f765, 0xfff5f76a, 0xfff5f76a, +0xfff5f76c, 0xfff5f76c, 0xfff4f65d, 0xfff4f65a, 0xfff4f654, 0xfff4f656, +0xfff4f652, 0xfff4f550, 0xfff3f450, 0xfff4f65d, 0xfff4f65c, 0xfff4f65d, +0xff6e6f41, 0xff7c7c47, 0xfff5f76b, 0xfff5f76b, 0xfff5f769, 0xfff5f768, +0xfff5f767, 0xfff5f76b, 0xfff5f769, 0xfff5f769, 0xfff5f66d, 0xfff0f17b, +0xffe3e491, 0xffd3d477, 0xffd2d46c, 0xffe6e780, 0xffa7a78c, 0x9c191919, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x602c2c1c, 0xff626241, 0xff8c8c4f, 0xff7c7c48, 0xff676843, +0xa8636335, 0xff383820, 0xffe2e35c, 0xfff5f76c, 0xfff5f76a, 0xfff5f764, +0xfff5f766, 0xfff6f770, 0xfff5f663, 0xfff5f660, 0xfff4f658, 0xfff4f65a, +0xfff4f654, 0xfff4f551, 0xffcccc4b, 0xff818145, 0xffeff15b, 0xffeaec5a, +0xff3d3d36, 0xff999a4f, 0xfff5f76c, 0xfff5f76d, 0xfff5f76a, 0xfff5f769, +0xfff5f768, 0xfff6f76d, 0xfff5f76d, 0xfff4f56a, 0xfff2f464, 0xffeced65, +0xffdedf6a, 0xffcbcc5b, 0xff77773f, 0xff6a6a41, 0xff383825, 0x65262623, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0x973b3b28, 0x64373720, 0x43262615, 0x06040402, +0x0b0a0a07, 0x98373722, 0xff7f7f40, 0xfff6f76d, 0xfff4f657, 0xfff4f54e, +0xfff4f551, 0xfff5f660, 0xfff5f769, 0xfff5f767, 0xfff4f65e, 0xfff5f660, +0xfff4f657, 0xfff4f653, 0xfff2f453, 0xff6e6e42, 0xff808143, 0xffadae4e, +0xff323231, 0xffe7e862, 0xfff6f76d, 0xfff6f76d, 0xfff5f66b, 0xfff3f568, +0xfff2f467, 0xfff4f670, 0xfff4f671, 0xfff0f162, 0xffeeef55, 0xffe8ea58, +0xffdbdc4f, 0xffd2d342, 0xffacad40, 0xff4d4d39, 0xf4333329, 0x7e48482f, +0x04030303, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x05040404, 0x09080806, +0x02010101, 0x110b0b06, 0xe92a2a1b, 0xffd2d357, 0xfff3f54b, 0xfff3f54b, +0xfff3f54f, 0xfff4f655, 0xfff5f769, 0xfff6f771, 0xfff5f768, 0xfff5f767, +0xfff4f65b, 0xfff4f655, 0xfff4f656, 0xffe4e55b, 0xff494938, 0xff474733, +0xff8c8c47, 0xfff5f666, 0xfff6f76f, 0xfff5f66e, 0xfff2f36b, 0xffebed67, +0xffe9ea64, 0xfff0f173, 0xfff2f375, 0xffeced5f, 0xffeaeb54, 0xffe6e756, +0xffdadc4d, 0xffd6d73e, 0xffd6d73d, 0xff727238, 0xfe555541, 0x68393925, +0x03020201, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x4b1b1b11, 0xff444420, 0xffeeef4c, 0xffe1e34a, +0xffdedf4b, 0xfff0f152, 0xfff3f56b, 0xfff6f77c, 0xfff6f777, 0xfff6f770, +0xfff5f663, 0xfff4f659, 0xfff4f659, 0xfff5f660, 0xffb9ba50, 0xff40402c, +0xfff5f660, 0xfff5f768, 0xfff5f770, 0xfff3f56f, 0xffedef6b, 0xffe3e565, +0xffe1e263, 0xffebed75, 0xffeff17c, 0xffe9eb63, 0xffe6e854, 0xffdedf53, +0xffd4d64c, 0xffdcdd43, 0xffe3e53d, 0xffd1d240, 0xff505034, 0x5d242418, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x88202013, 0xff5f5f2b, 0xff62623a, +0xffc2c347, 0xffe7e94c, 0xffeaec6e, 0xffeff07d, 0xfff3f57e, 0xfff5f77a, +0xfff6f772, 0xfff5f662, 0xfff4f65d, 0xfff5f661, 0xfff5f65f, 0xffd0d158, +0xfff5f662, 0xfff5f76a, 0xfff4f571, 0xfff1f26f, 0xffeaeb6c, 0xffe1e267, +0xffe1e366, 0xffebec78, 0xffebed7f, 0xffe5e673, 0xffe3e45e, 0xffd6d753, +0xff707039, 0xff757533, 0xffcecf45, 0xffedee43, 0xffd9db42, 0xfc525230, +0x5725251a, 0x00000000, 0x03020202, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x02010100, 0x46343415, 0xff5c5c38, 0xff8c8c41, +0xffedef4e, 0xffd4d650, 0xffcacb64, 0xffe1e273, 0xffe6e770, 0xffeeef79, +0xfff3f47f, 0xfff5f675, 0xfff5f663, 0xfff5f663, 0xfff5f661, 0xfff5f662, +0xfff5f764, 0xfff5f76d, 0xfff3f573, 0xffeced70, 0xffe3e46d, 0xffddde69, +0xffe1e36c, 0xffe8ea7c, 0xffe7e87f, 0xffe3e47d, 0xffe5e67a, 0xffe4e576, +0xff494927, 0xff1b1b17, 0xff787840, 0xffe4e549, 0xfff0f244, 0xffd6d842, +0xfc39392c, 0xb039392e, 0x71282827, 0x3c242424, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x08070703, 0x6635351c, 0xff4a4a35, 0xffe4e655, +0xffe7e852, 0xff737443, 0xffd4d56d, 0xffdadb6c, 0xffd6d766, 0xffdbdc66, +0xffe5e671, 0xffedee7f, 0xfff1f276, 0xfff3f468, 0xfff4f665, 0xfff5f766, +0xfff5f769, 0xfff4f571, 0xfff1f276, 0xffe8e974, 0xffddde71, 0xffdcde71, +0xffe3e479, 0xffe9ea82, 0xffe8e982, 0xffe8e984, 0xffd5d67e, 0xf444442c, +0x630c0c0a, 0x4018180f, 0xd8464631, 0xffb8b849, 0xffeff147, 0xffeef045, +0xff7a7a37, 0xff52523d, 0xff626250, 0xf8545454, 0x140b0b0b, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x2f232312, 0xec51513a, 0xffa2a251, 0xfff0f167, +0xff797941, 0xff606043, 0xffdbdc70, 0xffe2e370, 0xffd4d669, 0xffcfd164, +0xffd5d667, 0xffdedf75, 0xffe7e885, 0xffedee79, 0xfff1f36e, 0xfff4f56d, +0xfff5f673, 0xfff3f477, 0xffeff07d, 0xffe6e781, 0xffe0e182, 0xffe4e587, +0xffe9ea88, 0xffedee89, 0xffedee88, 0xffa5a663, 0xf42f2f22, 0x591f1f1a, +0x00000000, 0x00000000, 0x190b0b06, 0xd9484833, 0xffb8b947, 0xfff0f24d, +0xffdfe055, 0xff767647, 0xffe7e784, 0xffb1b183, 0x953e3e3d, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x100b0b08, +0x00000000, 0x0d0c0c05, 0xc4727340, 0xffcbcc61, 0xfff3f46f, 0xffb6b761, +0xff2b2b2a, 0x89333323, 0xf5313120, 0xffb3b45c, 0xffdfe06f, 0xffd4d569, +0xffd0d168, 0xffd3d46f, 0xffdbdc7c, 0xffe6e783, 0xffeeef7f, 0xfff2f47c, +0xfff4f57d, 0xfff2f483, 0xffeef089, 0xffe8e988, 0xffe7e98d, 0xffedee93, +0xfff0f196, 0xffdbdc85, 0xff5d5e3c, 0xc022221a, 0x200c0c09, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x512e2e18, 0xff737341, 0xffcbcc52, +0xfff0f161, 0xffd2d35c, 0xffddde6c, 0xffeff184, 0xfc7f7f6e, 0x100a0a0a, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x48222219, 0xe464644c, +0x87343428, 0xb07b7b3c, 0xffb2b354, 0xfff5f767, 0xffe9ea68, 0xff52523c, +0xcb4a4a47, 0x02010101, 0x4628281d, 0xdc2b2b1d, 0xff6f6f3b, 0xffbbbc60, +0xffd9da6f, 0xffd5d673, 0xffd9da7d, 0xffe5e687, 0xffeff08a, 0xfff2f389, +0xfff3f48a, 0xfff0f18c, 0xffeced8b, 0xffeaea8b, 0xffeaeb92, 0xffb2b374, +0xff5c5c41, 0xec272724, 0x75232321, 0x06040403, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0xab4b4b39, 0xffa1a261, 0xffb5b555, +0xffeff15b, 0xffedef67, 0xffeaeb6c, 0xffeaec73, 0xff9b9b6d, 0x55262625, +0x00000000, 0x00000000, 0x00000000, 0x52202018, 0xff6c6d4f, 0xffabab70, +0xff818152, 0xff54543c, 0xff9a9a46, 0xfff2f453, 0xff7e7f44, 0xf551513f, +0x4c31312b, 0x00000000, 0x02010101, 0x352c2c1e, 0x74242418, 0xcb1e1e16, +0xff535431, 0xffadae68, 0xffe4e592, 0xffeeef8e, 0xfff4f590, 0xfff5f691, +0xfff3f491, 0xffe6e78a, 0xffc6c778, 0xff94945d, 0xff43432f, 0xbb21211c, +0x541a1a19, 0x0d060606, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x3211110e, 0xff80805a, 0xfff5f695, 0xffbebe6f, +0xffdfe055, 0xffe7e968, 0xffe8e96a, 0xffe5e66f, 0xffadae6e, 0x46171715, +0x00000000, 0x00000000, 0x00000000, 0xd2363629, 0xffc2c374, 0xfff8f98f, +0xffeeef71, 0xffa1a143, 0xffeff148, 0xffc8c943, 0xea494931, 0x1e16160d, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x05040403, 0x04030302, +0x4d14140e, 0xbd1f1f1b, 0xff444433, 0xff78784e, 0xff9c9c61, 0xff7b7b4e, +0xff3f3f2d, 0xe623231b, 0xbf161611, 0x8d171712, 0x3d171711, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0xad2c2c25, 0xffcbcc7a, 0xfff6f88e, 0xffedee87, +0xffd6d854, 0xffd7d866, 0xffe1e36b, 0xffe4e574, 0xffcbcc7d, 0x4e131313, +0x00000000, 0x00000000, 0x07050503, 0xf73a3a2b, 0xffd4d477, 0xfff7f888, +0xffeaeb6a, 0xffe3e449, 0xfff3f543, 0xffbabb3f, 0xff7e7e3d, 0x86404026, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x3f1a1a19, 0x5f080808, 0x5f030303, 0x5f0a0a0a, +0x3f1d1d18, 0x08050504, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0xfc525240, 0xfff3f48b, 0xfff8f98d, 0xffedef83, +0xffcdcf59, 0xffc2c363, 0xffd5d670, 0xffe3e47f, 0xffddde88, 0x9d2a2a2a, +0x00000000, 0x00000000, 0x03020201, 0xfb36362b, 0xfff4f483, 0xfff6f781, +0xfff2f46a, 0xfff1f355, 0xfff3f544, 0xffe1e145, 0xffdee04e, 0xf756563d, +0x341e1e12, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x05040403, 0xff838358, 0xfff8f98d, 0xfff8f98d, 0xffebec7d, +0xffa7a851, 0xffa2a353, 0xffc8c971, 0xffdfe080, 0xffdadb88, 0xa7292929, +0x00000000, 0x00000000, 0x5e373721, 0xff59593e, 0xfff6f784, 0xfff0f27a, +0xffe7e965, 0xffe7e961, 0xffeeef48, 0xfff3f54e, 0xfff4f65a, 0xff8a8a4c, +0x681c1c17, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x01000000, 0xf1828256, 0xfff8f98d, 0xfff8f98d, 0xff9b9c5e, +0xff82834d, 0xff97984e, 0xffbfc06e, 0xffdbdc80, 0xffd9da87, 0x8a212121, +0x00000000, 0x00000000, 0xb341412f, 0xff74744c, 0xfff4f683, 0xffebed77, +0xffdadc65, 0xffd5d769, 0xffe2e348, 0xfff0f252, 0xfff5f662, 0xffcdce60, +0x7f22221d, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0xe2828255, 0xfff8f98f, 0xffd7d77f, 0xff585840, +0xffb1b169, 0xff6c6c3e, 0xffbbbc6e, 0xffdbdb83, 0xffcdce81, 0xb13b3b3b, +0x00000000, 0x00000000, 0xbf444433, 0xff72724d, 0xfff4f584, 0xffeff079, +0xffddde6d, 0xffcccd77, 0xffd2d44d, 0xffe8ea56, 0xfff4f66a, 0xffdbdc65, +0xba2a2a27, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0xf7707050, 0xfff2f390, 0xff686848, 0xff9b9b5f, +0xffabac6d, 0xff525231, 0xffb7b86e, 0xffdadb84, 0xffbebf7d, 0x893c3c3c, +0x00000000, 0x00000000, 0xbf404032, 0xff9b9b60, 0xffe9ea81, 0xfff5f67e, +0xffc7c867, 0xffabab6e, 0xffc7c858, 0xffdcde59, 0xfff1f36c, 0xffd7d867, +0xbc2c2c28, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0xd74d4d3e, 0xffa8a86f, 0xfc46463d, 0xe6d8d994, +0xff8c8c60, 0xff606039, 0xffb7b86d, 0xffdedf8a, 0xfc9b9b71, 0x3b191919, +0x00000000, 0x00000000, 0x87323227, 0xff95955f, 0xffadae6a, 0xfff7f885, +0xffc0c06d, 0xff606048, 0xffc5c663, 0xffd0d15a, 0xffeaeb6f, 0xffbdbe62, +0xa92f2f27, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x803e3e39, 0xff2d2d2c, 0xa8535351, 0x5b545442, +0xff515143, 0xff82824e, 0xffc0c177, 0xffa3a46e, 0x9f34342f, 0x00000000, +0x00000000, 0x00000000, 0x1e0d0d0a, 0xfc6e6e51, 0xff6d6d50, 0xfff0f18f, +0xffdadb89, 0xff353531, 0xff87884c, 0xffc8c861, 0xffe0e171, 0xffa1a25e, +0xa7313128, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x0a070707, 0xbd585858, 0x00000000, 0x482f2f2e, +0xff6b6b5f, 0xffa8a880, 0xffbebf96, 0xf443433d, 0x2c0c0c0c, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x2714140e, 0xf678785a, 0xffaaaa79, +0xffe4e49b, 0xff4b4b42, 0xde515143, 0xff959657, 0xffd7d879, 0xff7e7e53, +0x8f282822, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x02010101, 0x00000000, 0xa25a5a5a, +0xff7f7f7f, 0xffb0b0b0, 0xfb676767, 0x5f232323, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x9b3e3e33, 0xffabab7f, +0xfff5f5af, 0xff44443f, 0x4a333329, 0xc3292920, 0xfecccd87, 0xfb50503e, +0x240c0c0a, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x69484848, +0xb2787878, 0x975a5a5a, 0x1f0f0f0f, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x1e10100c, 0xf948483d, +0xffdbdca4, 0xc7272725, 0x00000000, 0x01000000, 0x9a434333, 0xd5363631, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x350e0e0c, +0xee484841, 0xb3262625, 0x00000000, 0x00000000, 0x1e040404, 0xb53c3c38, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x251a1a19, 0x97212121, 0x0d040404, 0x00000000, 0x00000000, 0x03010101, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + diff --git a/examples/screen-dma-coalesce/Makefile b/examples/screen-dma-coalesce/Makefile new file mode 100644 index 0000000..2549300 --- /dev/null +++ b/examples/screen-dma-coalesce/Makefile @@ -0,0 +1,7 @@ +TARGET = screen-dma-coalesce.img +VMX_MEMSIZE = 16 + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/screen-dma-coalesce/main.c b/examples/screen-dma-coalesce/main.c new file mode 100644 index 0000000..6792357 --- /dev/null +++ b/examples/screen-dma-coalesce/main.c @@ -0,0 +1,223 @@ +/* + * Demonstration for DMA coalescing in SVGA devices which support SVGA + * Screen Object. + * + * All DMA operations, including Screen Object DMAs and legacy + * "UPDATE" commands" include extra guarantees on hosts which support + * the Screen Object extension. DMAs must occur when and only when + * the guest specifies them in the FIFO. All DMA side-effects must + * occur in FIFO order, and at any FENCE the guest is guaranteed that + * all DMAs prior to that fence have taken place. + * + * So, this is fairly strict compared to pre-Screen-Object hosts, but + * the SVGA device still has room to optimize away redundant DMA + * operations that occur between two FENCEs. If the guest asks the + * SVGA device to perform the same DMA 100 times, there is no way to + * tell the difference between performing one DMA and performing 100 + * DMAs if they all occur at exactly the same instant. + * + * Many things can act as a barrier for this optimization: other types + * of DMA operations, including readback. DMA from a different + * GMRFB. DMA with incompatible source/dest offsets. FENCEs or legacy + * SYNCs. + * + * As a simple demonstration of this feature, this demo runs three + * timed tests: + * + * - One DMA followed by a fence + * - Ten overlapping DMAs, followed by one fence + * - Ten overlapping DMAs, each followed by a fence + * + * If this optimization is working correctly, the first two tests + * should take nearly the same amount of time, with the third test + * running at about 1/10th the speed. + */ + +#include "svga.h" +#include "gmr.h" +#include "screen.h" +#include "intr.h" +#include "screendraw.h" +#include "vmbackdoor.h" +#include "math.h" +#include "mt19937ar.h" + +#define GMRID_SCREEN_DRAW 0 +#define GMRID_NOISE 1 + +typedef struct { + int numDMAs; + Bool fencePerDMA; + Bool finalFence; + const char *text; +} TestInfo; + +TestInfo testInfoArray[] = { + { + 1, FALSE, TRUE, + "One DMA followed by one Fence." + }, + { + 10, FALSE, TRUE, + "Ten DMAs followed by one Fence.\nShould be nearly the same as #1." + }, + { + 10, TRUE, FALSE, + "Ten DMAs, each followed by a Fence.\nShould take 10x as long as #1." + }, +}; + + +/* + * allocNoise -- + * + * Allocates a new GMR, and fills it with random noise. + */ + +static void +allocNoise(void) +{ + const uint32 numPages = 500; + const uint32 numWords = numPages * PAGE_SIZE / sizeof(uint32); + + PPN pages = GMR_DefineContiguous(GMRID_NOISE, numPages); + uint32 *ptr = PPN_POINTER(pages); + int i; + + init_genrand(0); + + for (i = 0; i < numWords; i++) { + ptr[i] = genrand_int32(); + } +} + +/* + * prepareNoiseRect -- + * + * Prepare some noise as the source for a blit. + * This defines the GMRFB, and generates a random source origin. + */ + +static void +prepareNoiseRect(SVGASignedPoint *origin) // OUT +{ + const uint32 bytesPerLine = 512; + static const SVGAGMRImageFormat format = {{{ 32, 24 }}}; + const SVGAGuestPtr gPtr = { GMRID_NOISE, 0 }; + const uint32 rand = genrand_int32(); + + Screen_DefineGMRFB(gPtr, bytesPerLine, format); + + origin->x = rand & 0x7F; + origin->y = (rand >> 8) & 0x7F; +} + + +/* + * main -- + */ + +int +main(void) +{ + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + SVGA_Init(); + GMR_Init(); + Heap_Reset(); + SVGA_SetMode(0, 0, 32); + Screen_Init(); + ScreenDraw_Init(GMRID_SCREEN_DRAW); + allocNoise(); + + /* + * Define a screen. + */ + + SVGAScreenObject myScreen = { + .structSize = sizeof(SVGAScreenObject), + .id = 0, + .flags = SVGA_SCREEN_HAS_ROOT | SVGA_SCREEN_IS_PRIMARY, + .size = { 800, 600 }, + .root = { 0, 0 }, + }; + Screen_Define(&myScreen); + + /* + * Draw some intro text. + */ + + ScreenDraw_SetScreen(myScreen.id, myScreen.size.width, myScreen.size.height); + Console_Clear(); + ScreenDraw_Border(0, 0, myScreen.size.width, myScreen.size.height, 0xFF0000, 1); + Console_WriteString("Screen DMA Coalescing test.\n" + "\n" + "This example demonstrates an optimization which " + "eliminates redundant DMA operations.\n" + "The three tests below each issue a different " + "combination of DMAs and Fences. The text\n" + "below explains the expected peformance of each test.\n"); + + /* + * Main loop. Alternate between the three tests, timing each. + */ + + while (1) { + int testNum; + const int numRepeats = 200; + + for (testNum = 0; testNum < arraysize(testInfoArray); testNum++) { + TestInfo *testInfo = &testInfoArray[testNum]; + VMTime before, after; + int repeat; + + SVGA_SyncToFence(SVGA_InsertFence()); + VMBackdoor_GetTime(&before); + + for (repeat = 0; repeat < numRepeats; repeat++) { + int numDMA; + SVGASignedPoint blitOrigin; + + /* + * To be coalesced, the DMAs below need the same offset + * between source and dest. + */ + prepareNoiseRect(&blitOrigin); + + for (numDMA = 0; numDMA < testInfo->numDMAs; numDMA++) { + + const uint32 dmaWidth = 256; + const uint32 dmaHeight = 256; + const uint32 margin = 5; + SVGASignedRect blitDest = { myScreen.size.width - margin - dmaWidth, + myScreen.size.height - margin - dmaHeight, + myScreen.size.width - margin, + myScreen.size.height - margin }; + + /* + * We can redefine the GMRFB, but coalescing will only + * occur if it's exactly the same for each DMA. + */ + Screen_BlitFromGMRFB(&blitOrigin, &blitDest, myScreen.id); + + if (testInfo->fencePerDMA) { + SVGA_InsertFence(); + } + } + if (testInfo->finalFence) { + SVGA_InsertFence(); + } + } + + SVGA_SyncToFence(SVGA_InsertFence()); + VMBackdoor_GetTime(&after); + + Console_MoveTo(10, 150 + 120 * testNum); + Console_Format("Test #%d: %s\n\nSpeed: %d us ", + testNum + 1, testInfo->text, + VMBackdoor_TimeDiffUS(&before, &after) / numRepeats); + } + } + + return 0; +} diff --git a/examples/screen-gmr-discontig/Makefile b/examples/screen-gmr-discontig/Makefile new file mode 100644 index 0000000..d1acf20 --- /dev/null +++ b/examples/screen-gmr-discontig/Makefile @@ -0,0 +1,7 @@ +TARGET = screen-gmr-discontig.img +VMX_MEMSIZE = 32 + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/screen-gmr-discontig/main.c b/examples/screen-gmr-discontig/main.c new file mode 100644 index 0000000..39ceef7 --- /dev/null +++ b/examples/screen-gmr-discontig/main.c @@ -0,0 +1,107 @@ +/* + * Stress test for GMR-to-screen blits with a static but highly + * discontiguous mapping. + * + * In this test, we define a single large discontiguous GMR, and blit + * to the screen from random addresses in this GMR. + * + * To measure this test's performance, use mksPerfTool to read the + * number of SWB messages processed per second on the host. + */ + +#include "svga.h" +#include "gmr.h" +#include "screen.h" +#include "intr.h" +#include "math.h" + + +int +main(void) +{ + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + SVGA_Init(); + GMR_Init(); + Heap_Reset(); + SVGA_SetMode(0, 0, 32); + Screen_Init(); + + SVGAScreenObject myScreen = { + .structSize = sizeof(SVGAScreenObject), + .id = 0, + .flags = SVGA_SCREEN_HAS_ROOT | SVGA_SCREEN_IS_PRIMARY, + .size = { 1600, 1200 }, + .root = { -1234, 5678 }, + }; + Screen_Define(&myScreen); + + const uint32 gmrId = 0; + uint32 numPages = 1 + (myScreen.size.width * myScreen.size.height * + sizeof(uint32)) / PAGE_SIZE; + + PPN pages = GMR_DefineEvenPages(gmrId, numPages); + + const uint32 bitsPerPixel = 32; + const uint32 colorDepth = 24; + const uint32 bytesPerLine = myScreen.size.width * sizeof(uint32); + + const SVGAGMRImageFormat format = {{{ + .bitsPerPixel = bitsPerPixel, + .colorDepth = colorDepth, + }}}; + + SVGAGuestPtr gPtr = { + .gmrId = gmrId, + .offset = 0, + }; + Screen_DefineGMRFB(gPtr, bytesPerLine, format); + + /* + * This is much like the tiny-2d-updates test, except with Screen + * Object and with larger blits... We emit an endless series of + * frames, each one of which has a different screen color (we XOR a + * constant with the GMR). For each frame, we update the screen in + * a grid of small tiles. + */ + + const uint32 tileSize = 21; // Some random odd size... + + while (1) { + PPN p; + int x, y; + + /* + * We don't synchronize these writes to the host's DMA + * completion. This means we'll get tearing- you'll see a + * horizontal line at some point, which indicates how far along + * in this repaint we are at the time the host gets around to + * refreshing the screen. + * + * No big deal. This isn't intended to be an example of correct + * rendering, we're just testing to see how fast the host can + * perform these blits out of discontiguous memory. + */ + + p = pages; + for (x = 0; x < numPages; x++) { + uint32 *pageData = PPN_POINTER(p); + for (y = 0; y < PAGE_SIZE / sizeof(uint32); y++) { + pageData[y] ^= 0xFFFFFF; + } + p += 2; + } + + for (y = 0; y < myScreen.size.height; y += tileSize) { + for (x = 0; x < myScreen.size.width; x += tileSize) { + + SVGASignedPoint blitOrigin = { x, y }; + SVGASignedRect blitDest = { x, y, x+tileSize, y+tileSize }; + + Screen_BlitFromGMRFB(&blitOrigin, &blitDest, myScreen.id); + } + } + } + + return 0; +} diff --git a/examples/screen-gmr-remap/Makefile b/examples/screen-gmr-remap/Makefile new file mode 100644 index 0000000..7260ba7 --- /dev/null +++ b/examples/screen-gmr-remap/Makefile @@ -0,0 +1,7 @@ +TARGET = screen-gmr-remap.img +VMX_MEMSIZE = 32 + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/screen-gmr-remap/main.c b/examples/screen-gmr-remap/main.c new file mode 100644 index 0000000..2940157 --- /dev/null +++ b/examples/screen-gmr-remap/main.c @@ -0,0 +1,202 @@ +/* + * Stress test for GMR-to-screen blits with dynamic GMR mapping. + * + * This test uses GMRs in a rather extreme way- it repeatedly repaints + * the screen in page-sized (32*32*4 = 4096) chunks, using GMRs which + * are redefined for each DMA operation. Each in-flight DMA has a + * separate GMR allocated to it. + * + * The first page of each GMR contains the data we're actually blitting + * to the screen. This page comes from a rotating pool of 4096 pages + * (16 MB of memory) which has a static pattern of colored tiles painted + * into it during initialization. + * + * The rest of each GMR is fluff. After the single page of useful + * data, we have 128 dummy pages. This makes the GMRs a bit more + * reasonably sized (512 KB) to simulate the size of a more typical + * graphics-related mapping. + */ + +#include "svga.h" +#include "gmr.h" +#include "screen.h" +#include "intr.h" +#include "math.h" + + +/* + * fillPages -- + * + * Fill a range of contiguous pages with a test pattern. In this + * case, each page is a solid color and each consecutive page has a + * different color. + */ + +static void +fillPages(PPN firstPage, uint32 count, uint32 tileSize) +{ + while (count) { + const uint32 tick = (uint32)firstPage; + const float rPhase = tick * 0.01; + const float gPhase = tick * 0.02; + const float bPhase = tick * 0.03; + + const uint8 r = sinf(rPhase) * 0x60 + 0x80; + const uint8 g = sinf(gPhase) * 0x60 + 0x80; + const uint8 b = sinf(bPhase) * 0x60 + 0x80; + + const uint32 color = (r << 16) | (g << 8) | b; + + memset32(PPN_POINTER(firstPage), color, tileSize * tileSize); + + count--; + firstPage++; + } +} + + +/* + * main -- + * + * Main loop and initialization. + */ + +int +main(void) +{ + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + SVGA_Init(); + GMR_Init(); + Heap_Reset(); + SVGA_SetMode(0, 0, 32); + Screen_Init(); + + SVGAScreenObject myScreen = { + .structSize = sizeof(SVGAScreenObject), + .id = 0, + .flags = SVGA_SCREEN_HAS_ROOT | SVGA_SCREEN_IS_PRIMARY, + .size = { 800, 600 }, + .root = { -1234, 5678 }, + }; + Screen_Define(&myScreen); + + const uint32 numPages = 4096; + const uint32 tileSize = 32; + + const uint32 bitsPerPixel = 32; + const uint32 colorDepth = 24; + + const uint32 tileBytesPerLine = tileSize * sizeof(uint32); + + const SVGAGMRImageFormat tileFormat = {{{ + .bitsPerPixel = bitsPerPixel, + .colorDepth = colorDepth, + }}}; + + /* + * Allocate a pool of system memory pages. In a real driver, these + * might be pages we get at runtime from a user-mode app and lock + * down prior to a DMA operation. We have many more pages than we + * have GMRs or in-flight DMAs. + */ + + PPN firstPage = Heap_AllocPages(numPages); + PPN lastPage = firstPage + numPages - 1; + PPN currentPage = firstPage; + fillPages(firstPage, numPages, tileSize); + + /* + * Allocate a GMR descriptor full of dummy mappings. We'll throw a + * handful of these into each GMR, so that the resulting GMRs have + * a more realistic size than just a single page. + */ + + static SVGAGuestMemDescriptor dummyPages[128]; + int i; + + for (i = 0; i < arraysize(dummyPages); i++) { + dummyPages[i].ppn = 1024 + (i & 0xF) * 3; + dummyPages[i].numPages = 1; + } + + PPN dummyDescriptor = GMR_AllocDescriptor(dummyPages, arraysize(dummyPages)); + + /* + * Allocate a single page to use for the GMR descriptor + * head. Instead of using GMR_Define(), we'll do this manually so + * that we can keep recycling the same single-page descriptor. + */ + + PPN descPage = Heap_AllocPages(1); + SVGAGuestMemDescriptor *desc = PPN_POINTER(descPage); + + /* + * Each GMR has a fence, so we can wait to re-use it until after + * the DMA has expired. In this example, we use the first 32 GMRs. + */ + + uint32 gmrFences[32] = { 0 }; + uint32 gmrIndex = 5; + + /* + * Keep looping over the whole screen, tile by tile. + */ + + while (1) { + int x, y; + for (y = 0; y < myScreen.size.height; y += tileSize) { + for (x = 0; x < myScreen.size.width; x += tileSize) { + + /* + * Wait until we're done with the old GMR. + */ + + SVGA_SyncToFence(gmrFences[gmrIndex]); + + /* + * Define the new GMR, point it to the next sysmem page in + * our pool. The first page in this GMR will be our + * filled page, the rest will be dummy pages. + */ + + desc[0].ppn = currentPage; + desc[0].numPages = 1; + desc[1].ppn = dummyDescriptor; + desc[1].numPages = 0; + + SVGA_WriteReg(SVGA_REG_GMR_ID, gmrIndex); + SVGA_WriteReg(SVGA_REG_GMR_DESCRIPTOR, descPage); + + currentPage++; + if (currentPage == lastPage) { + currentPage = firstPage; + } + + /* + * Do a blit from this GMR to the screen, and set a fence so that + * we can wait to recycle the GMR until after this DMA completes. + */ + + SVGAGuestPtr gPtr = { + .gmrId = gmrIndex, + .offset = 0, + }; + Screen_DefineGMRFB(gPtr, tileBytesPerLine, tileFormat); + + SVGASignedPoint blitOrigin = { 0, 0 }; + SVGASignedRect blitDest = { x, y, x+tileSize, y+tileSize }; + + Screen_BlitFromGMRFB(&blitOrigin, &blitDest, myScreen.id); + gmrFences[gmrIndex] = SVGA_InsertFence(); + + /* + * Next GMR.. + */ + gmrIndex = (gmrIndex + 1) % arraysize(gmrFences); + } + } + } + + return 0; +} diff --git a/examples/screen-multimon/Makefile b/examples/screen-multimon/Makefile new file mode 100644 index 0000000..662a247 --- /dev/null +++ b/examples/screen-multimon/Makefile @@ -0,0 +1,7 @@ +TARGET = screen-multimon.img +VMX_MEMSIZE = 16 + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/screen-multimon/main.c b/examples/screen-multimon/main.c new file mode 100644 index 0000000..aa60d39 --- /dev/null +++ b/examples/screen-multimon/main.c @@ -0,0 +1,470 @@ +/* + * This is an example of dynamic multi-monitor support in the VMware + * SVGA device, using the Screen Object extension. This demo lets you + * interactively modify, create, and destroy screens. + */ + +#include "svga.h" +#include "gmr.h" +#include "screen.h" +#include "intr.h" +#include "screendraw.h" +#include "math.h" +#include "keyboard.h" +#include "vmbackdoor.h" +#include "timer.h" + +SVGAScreenObject screens[9]; +int currentScreen; +int screenContainingCursor; +volatile uint32 keyBuffer; +int movementAmount = 10; +SVGASignedPoint screenCursorPos; +SVGASignedRect boundingRect; + +#define POLL_RATE_HZ 60 +#define CURSOR_WIDTH 35 +#define CURSOR_HEIGHT 40 + + +/* + * updateBoundingRect -- + * + * Recalculate the bounding rectangle of all rooted screens and + * store the result in boundingRect. + */ + +void +updateBoundingRect(void) +{ + uint32 id; + + boundingRect.left = boundingRect.top = 0x7fffffff; + boundingRect.right = boundingRect.bottom = 0x80000000; + + for (id = 0; id < arraysize(screens); id++) { + SVGAScreenObject *screen = &screens[id]; + + if (screen->id == SVGA_ID_INVALID || + !(screen->flags & SVGA_SCREEN_HAS_ROOT)) { + continue; + } + + boundingRect.left = MIN(boundingRect.left, screen->root.x); + boundingRect.top = MIN(boundingRect.top, screen->root.y); + boundingRect.right = MAX(boundingRect.right, + (int32)(screen->root.x + screen->size.width)); + boundingRect.bottom = MAX(boundingRect.bottom, + (int32)(screen->root.y + screen->size.height)); + } +} + + +/* + * defineAlphaArrow -- + * + * Defines an alpha cursor (a pointing arrow). + */ + +void +defineAlphaArrow(void) +{ + static const SVGAFifoCmdDefineAlphaCursor cursor = { + .id = 0, + .hotspotX = 1, + .hotspotY = 1, + .width = CURSOR_WIDTH, + .height = CURSOR_HEIGHT, + }; + + static const uint32 data[] = { +# include "rgba_arrow.h" + }; + + void *fifoData; + + SVGA_BeginDefineAlphaCursor(&cursor, &fifoData); + memcpy(fifoData, data, sizeof data); + SVGA_FIFOCommitAll(); +} + + +/* + * drawScreenBorder -- + * + * Redraw the border of a screen, indicating whether or not it's current. + */ + +void +drawScreenBorder(const SVGAScreenObject *screen) +{ + const int t = 4; // Thickness + const uint32 color = currentScreen == screen->id ? 0xffffdd : 0x555555; + const int w = screen->size.width; + const int h = screen->size.height; + + if (screen->id != SVGA_ID_INVALID) { + ScreenDraw_SetScreen(screen->id, screen->size.width, screen->size.height); + ScreenDraw_Border(0, 0, w, h, color, t); + } +} + + +/* + * drawScreenText -- + * + * Draw informational text on a screen. + */ + +void +drawScreenText(const SVGAScreenObject *screen) +{ + ScreenDraw_SetScreen(screen->id, screen->size.width, screen->size.height); + Console_MoveTo(10, 10); + Console_Format("Screen #%d\n" + "%dx%d at (%d,%d) \n", + screen->id, screen->size.width, screen->size.height, + screen->root.x, screen->root.y); + + if (screen->id == screenContainingCursor) { + Console_Format("Cursor: (%d,%d) \n", + screenCursorPos.x, screenCursorPos.y); + } else { + Console_Format(" \n"); + } + + Console_Format("\n" + "1-%d or mouse click selects screen.\n" + "Arrow keys move screen.\n" + "'wasd' adjusts size.\n" + "'WASD' adjusts size without repaint.\n" + "Space bar toggles create/destroy.\n" + "\n" + "Moving %d pixels at a time. \n" + "(Adjust with [ ] keys.)\n", + arraysize(screens), + movementAmount); +} + + +/* + * paintScreen -- + * + * Draw informational text, a background, and a border to each + * screen. + */ + +void +paintScreen(const SVGAScreenObject *screen) +{ + ScreenDraw_SetScreen(screen->id, screen->size.width, screen->size.height); + Console_Clear(); + drawScreenText(screen); + drawScreenBorder(screen); +} + + +/* + * setCurrentScreen -- + * + * Switch to a new 'current' screen, and indicate it visually by + * repainting the border. If the new screen ID is bad, do nothing. + */ + +void +setCurrentScreen(int nextScreen) +{ + if (nextScreen >= 0 && nextScreen < arraysize(screens)) { + int prevScreen = currentScreen; + currentScreen = nextScreen; + + drawScreenBorder(&screens[prevScreen]); + drawScreenBorder(&screens[nextScreen]); + } +} + + +/* + * toggleScreenExistence -- + * + * Define or undefine the current screen. When we first define it, + * paint its contents. + */ + +void +toggleScreenExistence(void) +{ + SVGAScreenObject *screen = &screens[currentScreen]; + + if (screen->id == SVGA_ID_INVALID) { + screen->id = currentScreen; + Screen_Define(screen); + paintScreen(screen); + } else { + Screen_Destroy(screen->id); + screen->id = SVGA_ID_INVALID; + } +} + + +/* + * kbIRQ -- + * + * Keyboard IRQ handler. This runs with IRQs disabled, so we need + * to thunk this key back to the main loop before we do any SVGA + * drawing as a result. + */ + +fastcall void +kbIRQ(KeyEvent *event) +{ + if (event->key && event->pressed) { + keyBuffer = event->key; + } +} + + +/* + * kbHandler -- + * + * Keyboard event handler, running in the main loop. + */ + +fastcall void +kbHandler(uint32 key) +{ + /* Digits select a screen */ + setCurrentScreen(key - '1'); + + SVGAScreenObject *screen = &screens[currentScreen]; + + if (key == ' ') { + toggleScreenExistence(); + updateBoundingRect(); + return; + } + + if (screen->id == SVGA_ID_INVALID) { + return; + } + + switch (key) { + + case '[': + movementAmount = MAX(1, movementAmount - 1); + drawScreenText(screen); + break; + + case ']': + movementAmount++; + drawScreenText(screen); + break; + + case KEY_LEFT: + screen->root.x -= movementAmount; + drawScreenText(screen); + Screen_Define(screen); + break; + + case KEY_RIGHT: + screen->root.x += movementAmount; + drawScreenText(screen); + Screen_Define(screen); + break; + + case KEY_UP: + screen->root.y -= movementAmount; + drawScreenText(screen); + Screen_Define(screen); + break; + + case KEY_DOWN: + screen->root.y += movementAmount; + drawScreenText(screen); + Screen_Define(screen); + break; + + case 'A': + screen->size.width -= movementAmount; + drawScreenText(screen); + Screen_Define(screen); + break; + + case 'D': + screen->size.width += movementAmount; + drawScreenText(screen); + Screen_Define(screen); + break; + + case 'W': + screen->size.height -= movementAmount; + drawScreenText(screen); + Screen_Define(screen); + break; + + case 'S': + screen->size.height += movementAmount; + drawScreenText(screen); + Screen_Define(screen); + break; + + case 'a': + screen->size.width -= movementAmount; + Screen_Define(screen); + paintScreen(screen); + break; + + case 'd': + screen->size.width += movementAmount; + Screen_Define(screen); + paintScreen(screen); + break; + + case 'w': + screen->size.height -= movementAmount; + Screen_Define(screen); + paintScreen(screen); + break; + + case 's': + screen->size.height += movementAmount; + Screen_Define(screen); + paintScreen(screen); + break; + } + + updateBoundingRect(); +} + + +/* + * main -- + * + * Initialization and main loop. + */ + +int +main(void) +{ + uint32 id; + + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + + /* + * TODO: We currently poll the mouse on a timer. We could instead + * make this interrupt-driven, but that might need changes to the + * PS/2 controller. + */ + Timer_InitPIT(PIT_HZ / POLL_RATE_HZ); + Intr_SetMask(PIT_IRQ, TRUE); + Keyboard_Init(); + Keyboard_SetHandler(kbIRQ); + VMBackdoor_MouseInit(TRUE); + SVGA_Init(); + GMR_Init(); + Heap_Reset(); + SVGA_SetMode(0, 0, 32); + Screen_Init(); + ScreenDraw_Init(0); + + + /* + * Initialize default parameters for each screen. None of these + * exist yet, and we indicate that by setting their ID to + * SVGA_ID_INVALID. + */ + + for (id = 0; id < arraysize(screens); id++) { + SVGAScreenObject *screen = &screens[id]; + + screen->structSize = sizeof *screen; + screen->id = SVGA_ID_INVALID; + screen->flags = SVGA_SCREEN_HAS_ROOT; + screen->size.width = 320; + screen->size.height = 240; + screen->root.x = 320 * id; + screen->root.y = 0; + } + + /* + * Make the first screen primary, to work around bug 399528 in the + * Workstation UI. + */ + screens[0].flags |= SVGA_SCREEN_IS_PRIMARY; + + /* + * Make a screen visible, so the user can see our instructions. + */ + toggleScreenExistence(); + + updateBoundingRect(); + + defineAlphaArrow(); + + /* + * Main loop: Wait for keyboard interrupts, and handle keys by + * pulling them out of eventBuffer. + */ + + while (1) { + uint32 key = KEY_NONE; + Bool needCursorUpdate = FALSE; + static VMMousePacket mouseState; + + Intr_Halt(); + Atomic_Exchange(keyBuffer, key); + if (key != KEY_NONE) { + kbHandler(key); + } + while (VMBackdoor_MouseGetPacket(&mouseState)) { + needCursorUpdate = TRUE; + } + + if (needCursorUpdate) { + SVGASignedPoint virtualCursorPos; + Bool cursorOnScreen = FALSE; + + virtualCursorPos.x = boundingRect.left + + (mouseState.x * (boundingRect.right - boundingRect.left)) / 65535; + virtualCursorPos.y = boundingRect.top + + (mouseState.y * (boundingRect.bottom - boundingRect.top)) / 65535; + + for (id = 0; id < arraysize(screens); id++) { + SVGAScreenObject *screen = &screens[id]; + if (screen->id == SVGA_ID_INVALID || + !(screen->flags & SVGA_SCREEN_HAS_ROOT)) { + continue; + } + + if (screen->root.x <= virtualCursorPos.x && + screen->root.x + screen->size.width > virtualCursorPos.x && + screen->root.y <= virtualCursorPos.y && + screen->root.y + screen->size.height > virtualCursorPos.y) { + + cursorOnScreen = TRUE; + screenCursorPos.x = virtualCursorPos.x - screen->root.x; + screenCursorPos.y = virtualCursorPos.y - screen->root.y; + + if (mouseState.buttons & VMMOUSE_LEFT_BUTTON) { + setCurrentScreen(screen->id); + } + + if (screenContainingCursor != screen->id) { + int oldScreenContainingCursor = screenContainingCursor; + screenContainingCursor = screen->id; + drawScreenText(&screens[oldScreenContainingCursor]); + } + drawScreenText(screen); + } + } + + SVGA_MoveCursor(cursorOnScreen, + screenCursorPos.x, + screenCursorPos.y, + screenContainingCursor); + } + } + + return 0; +} diff --git a/examples/screen-multimon/rgba_arrow.h b/examples/screen-multimon/rgba_arrow.h new file mode 100644 index 0000000..d5508f9 --- /dev/null +++ b/examples/screen-multimon/rgba_arrow.h @@ -0,0 +1,234 @@ +0x5f1a1917, 0x60171716, 0x12030302, 0x07000000, 0x07000000, 0x06000000, +0x04000000, 0x03000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x922f2e28, +0xf36b6853, 0xbd3c3b33, 0x3f0c0c0c, 0x18020202, 0x0e000000, 0x0a000000, +0x07000000, 0x05000000, 0x03000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8a282823, 0xffaea97a, +0xffa9a478, 0xf0666350, 0xa12a2925, 0x39080808, 0x16000000, 0x10000000, +0x0b000000, 0x07000000, 0x04000000, 0x02000000, 0x01000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x6b1a1917, 0xfeaca778, 0xffc6bf87, +0xffbeb784, 0xfe9e9871, 0xf15f5c4c, 0x8d1f1e1d, 0x3a070707, 0x18000000, +0x10000000, 0x0b000000, 0x07000000, 0x04000000, 0x02000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x68191917, 0xfc9e9b6f, 0xffc8c288, 0xffc4bd86, +0xffbfb884, 0xffb2ab7d, 0xfc888265, 0xd547453c, 0x7c1c1b19, 0x2d040404, +0x16000000, 0x0f000000, 0x09000000, 0x06000000, 0x03000000, 0x02000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x5d191915, 0xf599956c, 0xffcbc589, 0xffc6c087, 0xffc2bb86, +0xffbeb684, 0xffb9b182, 0xffaaa27a, 0xfd7a755e, 0xc3363530, 0x6010100f, +0x1e000000, 0x14000000, 0x0d000000, 0x08000000, 0x05000000, 0x03000000, +0x01000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x4f141411, 0xee807e5d, 0xffcdc88a, 0xffc9c388, 0xffc5be86, 0xffc1ba85, +0xffbcb583, 0xffb8b081, 0xffb3aa7f, 0xffa09875, 0xf6696553, 0xb932302c, +0x510d0d0c, 0x1f000000, 0x13000000, 0x0d000000, 0x08000000, 0x05000000, +0x02000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x3a0b0b0a, +0xe2726f54, 0xffd0cb8b, 0xffccc689, 0xffc7c187, 0xffc3bc86, 0xffbfb784, +0xffbab383, 0xffb6ae81, 0xffb2a97f, 0xffaaa17c, 0xff8e866b, 0xe6545146, +0x99252522, 0x3b060606, 0x1b000000, 0x11000000, 0x0b000000, 0x07000000, +0x04000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x24040403, 0xd4575644, +0xffd3ce8c, 0xffcec98a, 0xffcac489, 0xffc6bf87, 0xffc1ba85, 0xffbdb584, +0xffb9b082, 0xffb4ac80, 0xffb0a77f, 0xffaca27d, 0xffa39a79, 0xfe827a65, +0xe3494740, 0x841a1a19, 0x30030303, 0x17000000, 0x0f000000, 0x0a000000, +0x06000000, 0x04000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x18000000, 0xcc4c4c3d, 0xffcdc988, +0xffd1cb8b, 0xffcdc789, 0xffc8c288, 0xffc4bd86, 0xffc0b984, 0xffbcb483, +0xffb7af81, 0xffb3aa7f, 0xffafa57e, 0xffaaa07c, 0xffa69b7b, 0xff9c9175, +0xfa746d5d, 0xd643403a, 0x6e141413, 0x29020202, 0x16000000, 0x0f000000, +0x0a000000, 0x06000000, 0x03000000, 0x02000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x13000000, 0xbe4c4b3a, 0xffcac686, 0xffd3ce8c, +0xffcfca8a, 0xffcbc589, 0xffc6c087, 0xffc2bb85, 0xffbeb784, 0xffbab282, +0xffb5ad81, 0xffb1a87f, 0xffada37d, 0xffa89e7c, 0xffa4997a, 0xff9f9378, +0xff8d846e, 0xf5625e52, 0xb62f2e2b, 0x530d0d0d, 0x21010101, 0x13000000, +0x0d000000, 0x08000000, 0x05000000, 0x03000000, 0x01000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x12000000, 0xa33e3d30, 0xffbcb97e, 0xffd6d28d, 0xffd2cd8b, +0xffcec88a, 0xffc9c388, 0xffc5be87, 0xffc1b985, 0xffbcb483, 0xffb8b082, +0xffb4ab80, 0xffafa67e, 0xffaba17d, 0xffa79c7b, 0xffa29779, 0xff9e9378, +0xff9a8f77, 0xff877e6b, 0xf65c574e, 0xa7262624, 0x42090808, 0x1b000000, +0x12000000, 0x0c000000, 0x08000000, 0x04000000, 0x02000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x10000000, 0x882d2d24, 0xffb2b079, 0xffd8d48e, 0xffd4d08c, 0xffd0cb8b, +0xffccc689, 0xffc8c187, 0xffc3bd86, 0xffbfb784, 0xffbbb382, 0xffb6ae81, +0xffb2a97f, 0xffaea47e, 0xffaaa07c, 0xffa59b7b, 0xffa19679, 0xff9d9177, +0xff9a8f77, 0xff968c75, 0xfd7e7665, 0xe34c4941, 0x8e201f1e, 0x38060606, +0x18000000, 0x0f000000, 0x0a000000, 0x06000000, 0x03000000, 0x01000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0f000000, +0x61191915, 0xfda5a472, 0xffdbd78f, 0xffd7d38d, 0xffd2ce8b, 0xffcec88a, +0xffcac488, 0xffc6c087, 0xffc1bb85, 0xffbdb684, 0xffb9b182, 0xffb4ac80, +0xffb0a77f, 0xffaca27d, 0xffa89d7b, 0xffa3987a, 0xff9f9478, 0xff9b9077, +0xff9a8f77, 0xff9a8f77, 0xff928872, 0xfd766f5f, 0xd23c3a36, 0x71171716, +0x24020202, 0x12000000, 0x0c000000, 0x07000000, 0x04000000, 0x02000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x0d000000, 0x4b0e0e0d, +0xfc9a986a, 0xffddda90, 0xffdad68f, 0xffd6d18d, 0xffd1cc8b, 0xffcdc78a, +0xffc9c288, 0xffc4bd86, 0xffc0b985, 0xffbcb483, 0xffb7af81, 0xffb3aa80, +0xffafa57e, 0xffaaa07c, 0xffa69b7b, 0xffa29679, 0xff9d9278, 0xff9a8f77, +0xff998e77, 0xff958b74, 0xff8c836e, 0xff8e846f, 0xfb686256, 0xc5363431, +0x550f0f0e, 0x17000000, 0x0d000000, 0x07000000, 0x04000000, 0x02000000, +0x01000000, 0x00000000, 0x00000000, 0x0c000000, 0x3e0c0c0b, 0xf5888761, +0xffe0dc90, 0xffdcd88f, 0xffd8d48e, 0xffd3cf8c, 0xffcfca8a, 0xffcbc689, +0xffc7c087, 0xffc3bc85, 0xffbeb784, 0xffbab182, 0xffb6ad81, 0xffb1a87f, +0xffa79e7a, 0xfe948b6f, 0xfc7c7560, 0xee5b564a, 0xe3424039, 0xdc393733, +0xd3363430, 0xc532302c, 0xcd363531, 0xce373632, 0xd2353432, 0xda2f2f2e, +0xa3212121, 0x410a0a0a, 0x0b000000, 0x06000000, 0x03000000, 0x02000000, +0x01000000, 0x00000000, 0x0b000000, 0x350b0b09, 0xe37a7957, 0xffe2df91, +0xffdfdb90, 0xffdad78e, 0xffd6d18d, 0xffd2cd8b, 0xffcec889, 0xffc9c388, +0xffc5bf87, 0xffc1ba85, 0xffbcb483, 0xffb4ac7f, 0xfd898367, 0xf6585549, +0xd8312f2b, 0xb6141414, 0x9d0b0b0b, 0x8a040404, 0x77000000, 0x6a000000, +0x5f000000, 0x52000000, 0x48000000, 0x48040404, 0x5b0c0c0c, 0x85181818, +0x9a1f1f1f, 0x0f000000, 0x09000000, 0x05000000, 0x02000000, 0x01000000, +0x00000000, 0x0a000000, 0x2a070706, 0xce545441, 0xffe4e192, 0xffe2df91, +0xffddda90, 0xffd9d58e, 0xffd5d08d, 0xffd0cb8b, 0xffccc689, 0xffc8c188, +0xffbeb883, 0xfd898465, 0xeb46463b, 0xc3191919, 0x94030303, 0x86000000, +0x7d000000, 0x74000000, 0x6b000000, 0x62000000, 0x59000000, 0x51000000, +0x47000000, 0x3e000000, 0x34000000, 0x2a000000, 0x21000000, 0x18000000, +0x10000000, 0x0b000000, 0x06000000, 0x03000000, 0x01000000, 0x01000000, +0x09000000, 0x1d020202, 0xb538382f, 0xffe4e392, 0xffe4e192, 0xffe0dd91, +0xffdbd88f, 0xffd7d38d, 0xffd3ce8c, 0xffcdc889, 0xfeafaa78, 0xf45f5d4b, +0xc51e1e1c, 0x9d070707, 0x86000000, 0x7a000000, 0x70000000, 0x65000000, +0x5b000000, 0x52000000, 0x4a000000, 0x43000000, 0x3c000000, 0x36000000, +0x2f000000, 0x29000000, 0x22000000, 0x1b000000, 0x15000000, 0x0f000000, +0x0a000000, 0x07000000, 0x04000000, 0x02000000, 0x01000000, 0x08000000, +0x13000000, 0xa0262623, 0xffe2e191, 0xffe6e493, 0xffe2e091, 0xffdeda90, +0xffdad68e, 0xffd5d18c, 0xfea9a574, 0xe9444339, 0xae0e0e0e, 0x8a000000, +0x7d000000, 0x70000000, 0x63000000, 0x56000000, 0x4a000000, 0x40000000, +0x38000000, 0x31000000, 0x2b000000, 0x27000000, 0x23000000, 0x1f000000, +0x1b000000, 0x17000000, 0x13000000, 0x0f000000, 0x0b000000, 0x08000000, +0x06000000, 0x03000000, 0x02000000, 0x01000000, 0x07000000, 0x11000000, +0x90262621, 0xffcbca85, 0xffe7e694, 0xffe5e393, 0xffe1de91, 0xffdad68e, +0xfe9b996c, 0xd7282825, 0x9b060606, 0x84000000, 0x74000000, 0x65000000, +0x55000000, 0x46000000, 0x3a000000, 0x2e000000, 0x26000000, 0x1f000000, +0x1a000000, 0x16000000, 0x13000000, 0x11000000, 0x0f000000, 0x0e000000, +0x0c000000, 0x0b000000, 0x09000000, 0x07000000, 0x05000000, 0x03000000, +0x02000000, 0x01000000, 0x01000000, 0x06000000, 0x0f000000, 0x7a22221d, +0xfeb6b57a, 0xffe7e694, 0xffe6e593, 0xffe2e091, 0xfdb0ad77, 0xda33322c, +0x95040404, 0x80000000, 0x70000000, 0x5e000000, 0x4d000000, 0x3d000000, +0x2f000000, 0x24000000, 0x1b000000, 0x15000000, 0x10000000, 0x0d000000, +0x0a000000, 0x09000000, 0x08000000, 0x07000000, 0x06000000, 0x05000000, +0x05000000, 0x05000000, 0x03000000, 0x03000000, 0x02000000, 0x01000000, +0x01000000, 0x00000000, 0x05000000, 0x0e000000, 0x53131310, 0xfda3a370, +0xffe7e694, 0xffe7e694, 0xfec8c783, 0xe648473a, 0x98070707, 0x7e000000, +0x6e000000, 0x5b000000, 0x47000000, 0x36000000, 0x27000000, 0x1c000000, +0x13000000, 0x0d000000, 0x09000000, 0x07000000, 0x05000000, 0x04000000, +0x03000000, 0x02000000, 0x02000000, 0x02000000, 0x02000000, 0x02000000, +0x02000000, 0x01000000, 0x01000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x05000000, 0x0c000000, 0x2f070706, 0xf9868560, 0xffe7e694, +0xffe5e493, 0xf066664d, 0x9c0e0e0d, 0x7a000000, 0x6b000000, 0x58000000, +0x44000000, 0x30000000, 0x22000000, 0x16000000, 0x0e000000, 0x09000000, +0x05000000, 0x03000000, 0x02000000, 0x01000000, 0x01000000, 0x01000000, +0x01000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x04000000, 0x0b000000, 0x1c010101, 0xf7787859, 0xffe3e292, 0xfcbab97b, +0xbd242421, 0x75010101, 0x6a000000, 0x59000000, 0x45000000, 0x31000000, +0x20000000, 0x14000000, 0x0c000000, 0x07000000, 0x04000000, 0x02000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x04000000, +0x0a000000, 0x14000000, 0xea727153, 0xffd7d68b, 0xf3717053, 0x76060606, +0x63000000, 0x59000000, 0x46000000, 0x33000000, 0x21000000, 0x13000000, +0x0b000000, 0x05000000, 0x03000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x03000000, 0x08000000, +0x12000000, 0xcb5b5b44, 0xfdb3b278, 0xb72b2b26, 0x57000000, 0x53000000, +0x48000000, 0x35000000, 0x24000000, 0x15000000, 0x0b000000, 0x05000000, +0x02000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x02000000, 0x07000000, 0x10000000, +0xac404032, 0xf382825d, 0x80141413, 0x48000000, 0x45000000, 0x39000000, +0x28000000, 0x19000000, 0x0e000000, 0x06000000, 0x03000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x02000000, 0x06000000, 0x0d000000, 0x8223231e, +0xdf46463b, 0x52070707, 0x3b000000, 0x37000000, 0x2b000000, 0x1d000000, +0x11000000, 0x08000000, 0x03000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x02000000, 0x05000000, 0x0b000000, 0x65141413, 0xd02c2c2c, +0x2e000000, 0x2e000000, 0x2a000000, 0x20000000, 0x14000000, 0x0c000000, +0x05000000, 0x02000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x01000000, 0x04000000, 0x09000000, 0x520f0f0f, 0xb2242424, 0x22000000, +0x24000000, 0x20000000, 0x18000000, 0x0f000000, 0x08000000, 0x03000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x01000000, +0x03000000, 0x06000000, 0x3d0b0b0b, 0x891b1b1b, 0x19000000, 0x1b000000, +0x17000000, 0x11000000, 0x0a000000, 0x05000000, 0x02000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x02000000, +0x05000000, 0x0f010101, 0x1c030303, 0x12000000, 0x13000000, 0x11000000, +0x0c000000, 0x07000000, 0x03000000, 0x01000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x01000000, 0x03000000, +0x07000000, 0x0a000000, 0x0d000000, 0x0e000000, 0x0c000000, 0x08000000, +0x05000000, 0x02000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x01000000, 0x02000000, 0x05000000, +0x07000000, 0x09000000, 0x0a000000, 0x08000000, 0x06000000, 0x03000000, +0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x01000000, 0x03000000, 0x05000000, +0x06000000, 0x07000000, 0x05000000, 0x04000000, 0x02000000, 0x01000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x02000000, 0x03000000, 0x04000000, +0x04000000, 0x04000000, 0x03000000, 0x01000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x02000000, 0x02000000, 0x03000000, +0x02000000, 0x01000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x01000000, 0x01000000, 0x01000000, +0x01000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x01000000, 0x01000000, 0x01000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, +0x00000000, 0x00000000, diff --git a/examples/screen-present-clip/Makefile b/examples/screen-present-clip/Makefile new file mode 100644 index 0000000..fed598a --- /dev/null +++ b/examples/screen-present-clip/Makefile @@ -0,0 +1,7 @@ +TARGET = screen-present-clip.img +VMX_MEMSIZE = 16 + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/screen-present-clip/main.c b/examples/screen-present-clip/main.c new file mode 100644 index 0000000..730354c --- /dev/null +++ b/examples/screen-present-clip/main.c @@ -0,0 +1,513 @@ +/* + * Test clipping for Present and Surface-to-Screen blits. + * + * This example requires SVGA Screen Object and SVGA3D support. + */ + +#include "svga.h" +#include "svga3d.h" +#include "svga3dutil.h" +#include "matrix.h" +#include "math.h" +#include "gmr.h" +#include "screen.h" +#include "intr.h" +#include "screendraw.h" +#include "console_vga.h" + +/* + * 3D Rendering Definitions + */ + +typedef struct { + float position[3]; + uint32 color; +} MyVertex; + +typedef struct { + int numRects; + SVGASignedRect rects[2048]; +} ClipBuffer; + +uint32 vertexSid, indexSid; +ClipBuffer circles[2]; + +const int surfWidth = 224; +const int surfHeight = 168; + +SVGA3dSurfaceImageId colorImage; +SVGA3dSurfaceImageId depthImage; + +static const MyVertex vertexData[] = { + { {-1, -1, -1}, 0xffffff }, + { {-1, -1, 1}, 0xffff00 }, + { {-1, 1, -1}, 0xff00ff }, + { {-1, 1, 1}, 0xff0000 }, + { { 1, -1, -1}, 0x00ffff }, + { { 1, -1, 1}, 0x00ff00 }, + { { 1, 1, -1}, 0x0000ff }, + { { 1, 1, 1}, 0x000000 }, +}; + +static const uint16 indexData[] = { + 0, 1, 1, 3, 3, 2, 2, 0, // -X + 4, 5, 5, 7, 7, 6, 6, 4, // +X + 0, 4, + 1, 5, + 2, 6, + 3, 7, +}; + +const uint32 numLines = arraysize(indexData) / 2; + + +/* + * initScreens -- + * + * Set up our Screen Objects, and label them. + */ + +static void +initScreens(void) +{ + static const SVGAScreenObject screen = { + .structSize = sizeof(SVGAScreenObject), + .id = 0, + .flags = SVGA_SCREEN_HAS_ROOT | SVGA_SCREEN_IS_PRIMARY, + .size = { 1024, 768 }, + .root = { 1000, 2000 }, + }; + + Screen_Define(&screen); + + ScreenDraw_SetScreen(screen.id, screen.size.width, screen.size.height); + Console_Clear(); + + Console_Format("Surface-to-Screen Blit Clipping Test\n"); + ScreenDraw_Border(0, 0, screen.size.width, screen.size.height, 0xFF0000, 1); + + Console_MoveTo(20, 45); + Console_Format("Stair-step clipping (small tiles)"); + + Console_MoveTo(20, 245); + Console_Format("Top/bottom halves swapped"); + + Console_MoveTo(20, 445); + Console_Format("Scaled bottom half, with hole"); + + Console_MoveTo(350, 65); + Console_Format("Zoomed to 1.5x full screen, two circular clip regions"); + + Console_MoveTo(5, 660); + Console_Format("Stair-step, clipped against screen edges"); +} + + +/* + * presentWithClipBuf -- + * + * Present our surface to the screen, with clipping data from a ClipBuffer. + * + * The supplied ClipBuffer is always in screen coordinates. We + * convert them into dest-relative coordinates for the + * surface-to-screen blit. + */ + +static void +presentWithClipBuf(ClipBuffer *buf, int dstL, int dstT, int dstR, int dstB) +{ + SVGASignedRect srcRect = { 0, 0, surfWidth, surfHeight }; + SVGASignedRect dstRect = { dstL, dstT, dstR, dstB }; + SVGASignedRect *clip; + int i; + + SVGA3D_BeginBlitSurfaceToScreen(&colorImage, &srcRect, 0, + &dstRect, &clip, buf->numRects); + + for (i = 0; i < buf->numRects; i++) { + clip->left = buf->rects[i].left - dstL; + clip->top = buf->rects[i].top - dstT; + clip->right = buf->rects[i].right - dstL; + clip->bottom = buf->rects[i].bottom - dstT; + clip++; + } + + SVGA_FIFOCommitAll(); +} + + +/* + * prepareCircle -- + * + * Prepare a ClipBuffer with a circular clip region, and draw an + * outline around the region. + */ + +static void +prepareCircle(ClipBuffer *buf, int centerX, int centerY, int radius) +{ + int r, i; + + i = 0; + for (r = -radius; r <= radius; r++) { + int chordRadius = __builtin_sqrtf(radius * radius - r * r) + 0.5f; + SVGASignedRect *rect = &buf->rects[i++]; + + rect->left = centerX - chordRadius; + rect->top = centerY - r; + rect->right = centerX + chordRadius; + rect->bottom = centerY - r + 1; + + ScreenDraw_Rectangle(rect->left - 1, rect->top - 1, + rect->right + 1, rect->bottom + 1, + 0xffffff); + } + + buf->numRects = i; +} + + +/* + * presentStairStep -- + * + * Use a non-scaled Present to draw many small square tiles, and + * clip the edge to a stair-step pattern. This tests performance + * for large numbers of clip rectangles, and it will make any edge + * artifacts very noticeable. + * + * This is a set of copyrects where all of the sources line up, + * so it is also expressable as a clip rectangle. + */ + +static void +presentStairStep(int xOffset, int yOffset) +{ + const int gridSize = 16; + const int numRects = (gridSize + 1) * gridSize / 2; + const int squareWidth = surfWidth / gridSize; + const int squareHeight = surfHeight / gridSize; + int x, y, i; + SVGA3dCopyRect *cr; + + SVGA3D_BeginPresent(colorImage.sid, &cr, numRects); + i = 0; + for (x = 0; x < gridSize; x++) { + for (y = 0; y < gridSize; y++) { + if (x + y < gridSize) { + + cr[i].srcx = x * squareWidth; + cr[i].srcy = y * squareHeight; + cr[i].x = cr[i].srcx + xOffset; + cr[i].y = cr[i].srcy + yOffset; + cr[i].w = squareWidth; + cr[i].h = squareHeight; + i++; + } + } + } + if (i != numRects) { + SVGA_Panic("Incorrect numRects in present()"); + } + SVGA_FIFOCommitAll(); +} + + +/* + * present -- + * + * Copy our rendered cube to the screen. This is where we test clipping. + */ + +static void +present(void) +{ + /* + * Main stair-step unscaled present test. + */ + presentStairStep(1020, 2065); + + /* + * Another non-scaled present, this time using the copyrects in a + * way which is not also expressable as a clip rectangle. In this + * case, we're using one Present to split the image in half (top + * and bottom) and reverse the two halves. + */ + { + SVGA3dCopyRect *cr; + + SVGA3D_BeginPresent(colorImage.sid, &cr, 2); + + cr[0].srcx = 0; + cr[0].srcy = surfHeight / 2; + cr[0].x = 1020; + cr[0].y = 2265; + cr[0].w = surfWidth; + cr[0].h = surfHeight / 2; + + cr[1].srcx = 0; + cr[1].srcy = 0; + cr[1].x = 1020; + cr[1].y = 2265 + surfHeight / 2; + cr[1].w = surfWidth; + cr[1].h = surfHeight / 2; + + SVGA_FIFOCommitAll(); + } + + /* + * A fairly normal scaled blit. This one is only slightly scaled, unlike the + * large one below- so it may be easier to see a different class of bugs. + * For clipping, we remove a hole from the center of the image. + * + * We also test source clipping by displaying the bottom half. + */ + { + SVGASignedRect *clip; + + SVGASignedRect srcRect = { 0, surfHeight/2, surfWidth, surfHeight }; + SVGASignedRect dstRect = { 20, 465, 325, 655 }; + + SVGA3D_BeginBlitSurfaceToScreen(&colorImage, &srcRect, 0, + &dstRect, &clip, 4); + + // Top + clip[0].left = 0; + clip[0].top = 0; + clip[0].right = 445; + clip[0].bottom = 75; + + // Bottom + clip[1].left = 0; + clip[1].top = 115; + clip[1].right = 445; + clip[1].bottom = 330; + + // Left + clip[2].left = 0; + clip[2].top = 75; + clip[2].right = 63; + clip[2].bottom = 115; + + // Right + clip[3].left = 242; + clip[3].top = 75; + clip[3].right = 305; + clip[3].bottom = 115; + + SVGA_FIFOCommitAll(); + } + + /* + * Stair-step, clipped against the bottom and left sides of the screen. + */ + presentStairStep(1000 - surfHeight/2, 2000 + 768 - surfHeight/2); + + /* + * Scaled circles. We scale these asymmetrically, to about 1.5x the + * size of the screen. + */ + { + int i; + + for (i = 0; i < arraysize(circles); i++) { + presentWithClipBuf(&circles[i], -500, -300, 1300, 1000); + } + } +} + + +/* + * setup3D -- + * + * Allocate 3D resources. + */ + +static void +setup3D(void) +{ + colorImage.sid = SVGA3DUtil_DefineSurface2D(surfWidth, surfHeight, SVGA3D_X8R8G8B8); + depthImage.sid = SVGA3DUtil_DefineSurface2D(surfWidth, surfHeight, SVGA3D_Z_D16); + + SVGA3D_DefineContext(CID); + + vertexSid = SVGA3DUtil_DefineStaticBuffer(vertexData, sizeof vertexData); + indexSid = SVGA3DUtil_DefineStaticBuffer(indexData, sizeof indexData); +} + + +/* + * drawCube -- + * + * Draw a spinning wireframe cube. + */ + +static void +drawCube(void) +{ + static float angle = 0.5f; + SVGA3dRect *rect; + Matrix perspectiveMat; + SVGA3dTextureState *ts; + SVGA3dRenderState *rs; + SVGA3dRect viewport = { 0, 0, surfWidth, surfHeight }; + + SVGA3D_SetRenderTarget(CID, SVGA3D_RT_COLOR0, &colorImage); + SVGA3D_SetRenderTarget(CID, SVGA3D_RT_DEPTH, &depthImage); + + SVGA3D_SetViewport(CID, &viewport); + SVGA3D_SetZRange(CID, 0.0f, 1.0f); + + SVGA3D_BeginSetRenderState(CID, &rs, 5); + { + rs[0].state = SVGA3D_RS_BLENDENABLE; + rs[0].uintValue = FALSE; + + rs[1].state = SVGA3D_RS_ZENABLE; + rs[1].uintValue = TRUE; + + rs[2].state = SVGA3D_RS_ZWRITEENABLE; + rs[2].uintValue = TRUE; + + rs[3].state = SVGA3D_RS_ZFUNC; + rs[3].uintValue = SVGA3D_CMP_LESS; + + rs[4].state = SVGA3D_RS_LIGHTINGENABLE; + rs[4].uintValue = FALSE; + } + SVGA_FIFOCommitAll(); + + SVGA3D_BeginSetTextureState(CID, &ts, 4); + { + ts[0].stage = 0; + ts[0].name = SVGA3D_TS_BIND_TEXTURE; + ts[0].value = SVGA3D_INVALID_ID; + + ts[1].stage = 0; + ts[1].name = SVGA3D_TS_COLOROP; + ts[1].value = SVGA3D_TC_SELECTARG1; + + ts[2].stage = 0; + ts[2].name = SVGA3D_TS_COLORARG1; + ts[2].value = SVGA3D_TA_DIFFUSE; + + ts[3].stage = 0; + ts[3].name = SVGA3D_TS_ALPHAARG1; + ts[3].value = SVGA3D_TA_DIFFUSE; + } + SVGA_FIFOCommitAll(); + + /* + * Draw a red border around the render target, to test edge + * accuracy in Present. + */ + SVGA3D_BeginClear(CID, SVGA3D_CLEAR_COLOR | SVGA3D_CLEAR_DEPTH, + 0xFF0000, 1.0f, 0, &rect, 1); + *rect = viewport; + SVGA_FIFOCommitAll(); + + /* + * Draw the background color + */ + SVGA3D_BeginClear(CID, SVGA3D_CLEAR_COLOR | SVGA3D_CLEAR_DEPTH, + 0x336699, 1.0f, 0, &rect, 1); + rect->x = viewport.x + 1; + rect->y = viewport.y + 1; + rect->w = viewport.w - 2; + rect->h = viewport.h - 2; + SVGA_FIFOCommitAll(); + + SVGA3dVertexDecl *decls; + SVGA3dPrimitiveRange *ranges; + Matrix view; + + Matrix_Copy(view, gIdentityMatrix); + Matrix_Scale(view, 0.5, 0.5, 0.5, 1.0); + Matrix_RotateX(view, 30.0 * M_PI / 180.0); + Matrix_RotateY(view, angle); + Matrix_Translate(view, 0, 0, 2.2); + + angle += 0.02; + + Matrix_Perspective(perspectiveMat, 45.0f, 4.0f / 3.0f, 0.1f, 100.0f); + SVGA3D_SetTransform(CID, SVGA3D_TRANSFORM_WORLD, gIdentityMatrix); + SVGA3D_SetTransform(CID, SVGA3D_TRANSFORM_PROJECTION, perspectiveMat); + SVGA3D_SetTransform(CID, SVGA3D_TRANSFORM_VIEW, view); + + SVGA3D_BeginDrawPrimitives(CID, &decls, 2, &ranges, 1); + { + decls[0].identity.type = SVGA3D_DECLTYPE_FLOAT3; + decls[0].identity.usage = SVGA3D_DECLUSAGE_POSITION; + decls[0].array.surfaceId = vertexSid; + decls[0].array.stride = sizeof(MyVertex); + decls[0].array.offset = offsetof(MyVertex, position); + + decls[1].identity.type = SVGA3D_DECLTYPE_D3DCOLOR; + decls[1].identity.usage = SVGA3D_DECLUSAGE_COLOR; + decls[1].array.surfaceId = vertexSid; + decls[1].array.stride = sizeof(MyVertex); + decls[1].array.offset = offsetof(MyVertex, color); + + ranges[0].primType = SVGA3D_PRIMITIVE_LINELIST; + ranges[0].primitiveCount = numLines; + ranges[0].indexArray.surfaceId = indexSid; + ranges[0].indexArray.stride = sizeof(uint16); + ranges[0].indexWidth = sizeof(uint16); + } + SVGA_FIFOCommitAll(); +} + + +/* + * main -- + * + * Initialization, main loop. + */ + +int +main(void) +{ + static FPSCounterState fps; + uint32 frameFence = 0; + uint32 nextFence; + + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + SVGA_Init(); + GMR_Init(); + Heap_Reset(); + SVGA_SetMode(0, 0, 32); + SVGA3D_Init(); + Screen_Init(); + ScreenDraw_Init(0); + + initScreens(); + setup3D(); + + /* + * One big circle, and a smaller one that overlaps the top-right + * corner. (This tests positive and negative clipping extremes.) + */ + prepareCircle(&circles[0], 650, 400, 300); + prepareCircle(&circles[1], 1000, 50, 250); + + while (1) { + if (SVGA3DUtil_UpdateFPSCounter(&fps)) { + Console_MoveTo(900, 730); + Console_Format("%s ", fps.text); + } + + drawCube(); + + /* + * Flow control- one frame in the FIFO at a time. + */ + nextFence = SVGA_InsertFence(); + SVGA_SyncToFence(frameFence); + frameFence = nextFence; + + present(); + } + + return 0; +} + diff --git a/examples/screen-render-test/Makefile b/examples/screen-render-test/Makefile new file mode 100644 index 0000000..53e22f4 --- /dev/null +++ b/examples/screen-render-test/Makefile @@ -0,0 +1,7 @@ +TARGET = screen-render-test.img +VMX_MEMSIZE = 16 + +APP_SOURCES = main.c wols4x3.yuv.z.data.o + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/screen-render-test/expected-results.png b/examples/screen-render-test/expected-results.png new file mode 100644 index 0000000..769d9bd Binary files /dev/null and b/examples/screen-render-test/expected-results.png differ diff --git a/examples/screen-render-test/main.c b/examples/screen-render-test/main.c new file mode 100644 index 0000000..e15ab68 --- /dev/null +++ b/examples/screen-render-test/main.c @@ -0,0 +1,631 @@ +/* + * This is a test which demonstrates many features of the Screen + * Object rendering model: + * + * - GMR-to-screen blits from multiple GMRFBs onto multiple screens + * - SVGA3D-to-screen blits, with scaling, onto multiple screens + * - screen-to-GMR blits + * - Video Overlay with GMRs and Screen Objects + * + * For a complete test of Screen Object, several other tests are also + * necessary: + * + * - Per-screen cursors (screen-multimon test) + * - Screen creation, destruction, and redefinition (screen-multimon) + * - Checkpointing + * + * This example requires SVGA Screen Object and SVGA3D support. + */ + +#include "svga.h" +#include "svga3d.h" +#include "svga3dutil.h" +#include "matrix.h" +#include "math.h" +#include "gmr.h" +#include "screen.h" +#include "intr.h" +#include "screendraw.h" +#include "datafile.h" + +/* + * 3D Rendering Definitions + */ + +typedef struct { + float position[3]; + uint32 color; +} MyVertex; + +uint32 vertexSid, indexSid; + +const int surfWidth = 1024; +const int surfHeight = 512; + +SVGA3dSurfaceImageId colorImage; +SVGA3dSurfaceImageId depthImage; + +static const MyVertex vertexData[] = { + { {-1, -1, -1}, 0xFFFFFFFF }, + { {-1, -1, 1}, 0xFFFFFF00 }, + { {-1, 1, -1}, 0xFFFF00FF }, + { {-1, 1, 1}, 0xFFFF0000 }, + { { 1, -1, -1}, 0xFF00FFFF }, + { { 1, -1, 1}, 0xFF00FF00 }, + { { 1, 1, -1}, 0xFF0000FF }, + { { 1, 1, 1}, 0xFF000000 }, +}; + +#define QUAD(a,b,c,d) a, b, d, d, c, a +static const uint16 indexData[] = { + QUAD(0,1,2,3), // -X + QUAD(4,5,6,7), // +X + QUAD(0,1,4,5), // -Y + QUAD(2,3,6,7), // +Y + QUAD(0,2,4,6), // -Z + QUAD(1,3,5,7), // +Z +}; +#undef QUAD + +const uint32 numTriangles = arraysize(indexData) / 3; + + +/* + * initScreens -- + * + * Set up our Screen Objects, and label them. + */ + +void +initScreens(void) +{ + int i; + + /* + * Define two screens: + * + * +-------+ + * |0 | + * | | + * +--+----+-+ + * |1 | + * +------+ + * + * The screen 0 is 799x405, the screen 1 is 600x200. + * Neither screen is rooted at 0,0. + */ + + SVGAScreenObject screens[] = { + { + .structSize = sizeof(SVGAScreenObject), + .id = 0, + .flags = SVGA_SCREEN_HAS_ROOT | SVGA_SCREEN_IS_PRIMARY, + .size = { 799, 405 }, + .root = { -1234, 5678 }, + }, + { + .structSize = sizeof(SVGAScreenObject), + .id = 1, + .flags = SVGA_SCREEN_HAS_ROOT, + .size = { 600, 200 }, + .root = { -1234 + 302, 5678 + 405 }, + }, + }; + + for (i = 0; i < arraysize(screens); i++) { + const SVGAScreenObject *screen = &screens[i]; + + Screen_Define(screen); + + ScreenDraw_SetScreen(screen->id, screen->size.width, screen->size.height); + Console_Clear(); + Console_MoveTo(5, screen->size.height - 20); + Console_Format("Screen #%d\n", screen->id); + ScreenDraw_Border(0, 0, screen->size.width, screen->size.height, 0xFF0000, 1); + } +} + + +/* + * initOverlays -- + * + * Set up a video overlay using a non-default screen ID and a + * system memory GMR. These are both new features included in + * the Screen Object extension. + */ + +void +initOverlays(void) +{ + /* + * A video test card, in UYVY format. + * + * It's a 720x576 pixel 4:3 aspect test card designed by Barney + * Wol. (http://www.barney-wol.net/testpatterns) + * + * Decompress it into a new system memory GMR. + */ + DECLARE_DATAFILE(testCardFile, wols4x3_yuv_z); + + const uint32 gmrId = 1; + const int videoWidth = 720; + const int videoHeight = 576; + const int videoBytes = videoWidth * videoHeight * 2; + const int videoPages = (videoBytes + PAGE_MASK) / PAGE_SIZE; + + PPN videoFirstPage = GMR_DefineContiguous(gmrId, videoPages); + DataFile_Decompress(testCardFile, PPN_POINTER(videoFirstPage), videoBytes); + + /* + * Display the video using Screen 1's coordinate system, but + * actually have it overlap the right edge of the line segment that + * screens 0 and 1 share. + */ + + SVGAOverlayUnit overlay = { + .enabled = TRUE, + .format = VMWARE_FOURCC_UYVY, + .flags = SVGA_VIDEO_FLAG_COLORKEY, + .colorKey = 0x000000, + .width = videoWidth, + .height = videoHeight, + .srcWidth = videoWidth, + .srcHeight = videoHeight, + .pitches[0] = videoWidth * 2, + + .dataGMRId = gmrId, + .dataOffset = 0, + + .dstX = 220, + .dstY = -100, + .dstWidth = 320, + .dstHeight = 240, + .dstScreenId = 1, + }; + + SVGA_VideoSetAllRegs(0, &overlay, SVGA_VIDEO_DST_SCREEN_ID); + + /* + * XXX: Flush twice, to work around a bug in legacy backends. + * New SWB backends don't have this problem, but it's harmless. + */ + SVGA_VideoFlush(0); + SVGA_VideoFlush(0); + + /* + * Draw a border around the video + */ + ScreenDraw_SetScreen(1, 0, 0); + ScreenDraw_Border(overlay.dstX - 1, overlay.dstY - 1, + overlay.dstX + overlay.dstWidth + 1, + overlay.dstY + overlay.dstHeight + 1, + 0xFFFF00, 1); + + /* + * Some text to explain the video + */ + Console_MoveTo(overlay.dstX, overlay.dstY + overlay.dstHeight + 5); + Console_Format("Video overlay on Screen 1, sysmem GMR"); +} + + +/* + * setup3D -- + * + * Allocate 3D resources that are used by draw3D() and cubeLoop(). + */ + +void +setup3D(void) +{ + /* + * Set up some 3D resources: A color buffer, depth buffer, vertex + * buffer, and index buffer. Load the VB and IB with data for a + * cube with unique vertex colors. + */ + + colorImage.sid = SVGA3DUtil_DefineSurface2D(surfWidth, surfHeight, SVGA3D_X8R8G8B8); + depthImage.sid = SVGA3DUtil_DefineSurface2D(surfWidth, surfHeight, SVGA3D_Z_D16); + + SVGA3D_DefineContext(CID); + + vertexSid = SVGA3DUtil_DefineStaticBuffer(vertexData, sizeof vertexData); + indexSid = SVGA3DUtil_DefineStaticBuffer(indexData, sizeof indexData); +} + + +/* + * drawCube -- + * + * Draw a cube with the specified viewport and background color. + * Every time we draw a cube, it rotates a little. + */ + +void +drawCube(SVGA3dRect *viewport, uint32 bgColor) +{ + static float angle = 0.5f; + SVGA3dRect *rect; + Matrix perspectiveMat; + SVGA3dTextureState *ts; + SVGA3dRenderState *rs; + + SVGA3D_SetRenderTarget(CID, SVGA3D_RT_COLOR0, &colorImage); + SVGA3D_SetRenderTarget(CID, SVGA3D_RT_DEPTH, &depthImage); + + SVGA3D_SetViewport(CID, viewport); + SVGA3D_SetZRange(CID, 0.0f, 1.0f); + + SVGA3D_BeginSetRenderState(CID, &rs, 5); + { + rs[0].state = SVGA3D_RS_BLENDENABLE; + rs[0].uintValue = FALSE; + + rs[1].state = SVGA3D_RS_ZENABLE; + rs[1].uintValue = TRUE; + + rs[2].state = SVGA3D_RS_ZWRITEENABLE; + rs[2].uintValue = TRUE; + + rs[3].state = SVGA3D_RS_ZFUNC; + rs[3].uintValue = SVGA3D_CMP_LESS; + + rs[4].state = SVGA3D_RS_LIGHTINGENABLE; + rs[4].uintValue = FALSE; + } + SVGA_FIFOCommitAll(); + + SVGA3D_BeginSetTextureState(CID, &ts, 4); + { + ts[0].stage = 0; + ts[0].name = SVGA3D_TS_BIND_TEXTURE; + ts[0].value = SVGA3D_INVALID_ID; + + ts[1].stage = 0; + ts[1].name = SVGA3D_TS_COLOROP; + ts[1].value = SVGA3D_TC_SELECTARG1; + + ts[2].stage = 0; + ts[2].name = SVGA3D_TS_COLORARG1; + ts[2].value = SVGA3D_TA_DIFFUSE; + + ts[3].stage = 0; + ts[3].name = SVGA3D_TS_ALPHAARG1; + ts[3].value = SVGA3D_TA_DIFFUSE; + } + SVGA_FIFOCommitAll(); + + /* + * Clear unused areas of the surface to white + */ + SVGA3D_BeginClear(CID, SVGA3D_CLEAR_COLOR | SVGA3D_CLEAR_DEPTH, + 0xFFFFFFFF, 1.0f, 0, &rect, 1); + rect->x = 0; + rect->y = 0; + rect->w = surfWidth; + rect->w = surfHeight; + SVGA_FIFOCommitAll(); + + /* + * Draw the background color + */ + SVGA3D_BeginClear(CID, SVGA3D_CLEAR_COLOR | SVGA3D_CLEAR_DEPTH, + bgColor | 0x42000000, 1.0f, 0, &rect, 1); + *rect = *viewport; + SVGA_FIFOCommitAll(); + + SVGA3dVertexDecl *decls; + SVGA3dPrimitiveRange *ranges; + Matrix view; + + Matrix_Copy(view, gIdentityMatrix); + Matrix_Scale(view, 0.5, 0.5, 0.5, 1.0); + Matrix_RotateX(view, 30.0 * M_PI / 180.0); + Matrix_RotateY(view, angle); + Matrix_Translate(view, 0, 0, 2.5); + + angle += 0.01; + + Matrix_Perspective(perspectiveMat, 45.0f, 4.0f / 3.0f, 0.1f, 100.0f); + SVGA3D_SetTransform(CID, SVGA3D_TRANSFORM_WORLD, gIdentityMatrix); + SVGA3D_SetTransform(CID, SVGA3D_TRANSFORM_PROJECTION, perspectiveMat); + SVGA3D_SetTransform(CID, SVGA3D_TRANSFORM_VIEW, view); + + SVGA3D_BeginDrawPrimitives(CID, &decls, 2, &ranges, 1); + { + decls[0].identity.type = SVGA3D_DECLTYPE_FLOAT3; + decls[0].identity.usage = SVGA3D_DECLUSAGE_POSITION; + decls[0].array.surfaceId = vertexSid; + decls[0].array.stride = sizeof(MyVertex); + decls[0].array.offset = offsetof(MyVertex, position); + + decls[1].identity.type = SVGA3D_DECLTYPE_D3DCOLOR; + decls[1].identity.usage = SVGA3D_DECLUSAGE_COLOR; + decls[1].array.surfaceId = vertexSid; + decls[1].array.stride = sizeof(MyVertex); + decls[1].array.offset = offsetof(MyVertex, color); + + ranges[0].primType = SVGA3D_PRIMITIVE_TRIANGLELIST; + ranges[0].primitiveCount = numTriangles; + ranges[0].indexArray.surfaceId = indexSid; + ranges[0].indexArray.stride = sizeof(uint16); + ranges[0].indexWidth = sizeof(uint16); + } + SVGA_FIFOCommitAll(); +} + + +/* + * draw3D -- + * + * Set up some 3D resources, and draw a simple cube scene to + * several places on the frontbuffer. Each cube is drawn using a + * distinct background color. + */ + +void +draw3D(void) +{ + /* + * Scenes to render + */ + const int dstWidth = 160; + const int dstHeight = 120; + + struct { + uint32 screenId; + SVGA3dRect viewport; + int x, y; + uint32 bgColor; + const char *label; + } scenes[] = { + /* + * These scenes all use different but overlapping parts of the + * render target, so it's quite obvious if the wrong image is + * being displayed- either you'll see part of the frame + * overwritten by a different frame, or the image will be + * misaligned. + */ + { 0, { 123, 65, 160, 120 }, 320, 20 + 145 * 0, 0x800000, "Red" }, // Non-scaled + { 0, { 150, 82, 320, 240 }, 320, 20 + 145 * 1, 0x008000, "Green" }, // Scaled + { 0, { 85, 32, 400, 300 }, 320, 20 + 145 * 2, 0x000080, "Blue" }, // Scaled + { 0, { 160, 40, 160, 120 }, 320, 20 + 145 * 3, 0xae3aff, "Purple" }, // Non-scaled + }; + + int i; + for (i = 0; i < arraysize(scenes); i++) { + drawCube(&scenes[i].viewport, scenes[i].bgColor); + + SVGASignedRect srcRect = { scenes[i].viewport.x, + scenes[i].viewport.y, + scenes[i].viewport.x + scenes[i].viewport.w, + scenes[i].viewport.y + scenes[i].viewport.h }; + SVGASignedRect dstRect = { scenes[i].x, + scenes[i].y, + scenes[i].x + dstWidth, + scenes[i].y + dstHeight }; + + /* + * Draw some text underneath the Present. If you can see this + * text, something is wrong. + */ + ScreenDraw_SetScreen(scenes[i].screenId, 0, 0); + Console_MoveTo(dstRect.left + 10, (dstRect.top + dstRect.bottom) / 2); + Console_WriteString("XXX: 2D!"); + + /* + * Present our scene to the front buffer using the new surface-to-screen blit. + */ + SVGA3D_BlitSurfaceToScreen(&colorImage, &srcRect, + scenes[i].screenId, &dstRect); + + /* + * Draw on the frontbuffer to label this scene, and draw + * a border around it. + */ + ScreenDraw_SetScreen(scenes[i].screenId, 0, 0); + Console_MoveTo(dstRect.left, dstRect.top); + Console_WriteString(scenes[i].label); + ScreenDraw_Border(dstRect.left - 1, dstRect.top - 1, + dstRect.right + 1, dstRect.bottom + 1, + 0xFFFF00, 1); + } +} + + +/* + * cubeLoop -- + * + * Draw a spinning cube in an infinite loop, using the same + * backbuffer and other resources that we used on the earlier + * cubes. + */ + +void +cubeLoop(void) +{ + /* Draw a label */ + ScreenDraw_SetScreen(1, 0, 0); + Console_MoveTo(230, -265); + Console_WriteString("Spinning, Orange:"); + + while (1) { + SVGA3dRect viewport = { 0, 0, 160, 120 }; + SVGASignedRect srcRect = { 0, 0, 160, 120 }; + SVGASignedRect dstRect = { 230, -245, 230+160, -245+120 }; + + drawCube(&viewport, 0xd9a54a); + SVGA3D_BlitSurfaceToScreen(&colorImage, &srcRect, 1, &dstRect); + } +} + + +/* + * complementBytes -- + * + * For a range of bytes, do an in-place complement. Every bit is inverted. + */ + +void +complementBytes(uint8 *ptr, uint32 count) +{ + while (count) { + *ptr ^= 0xFF; + ptr++; + count--; + } +} + + +/* + * doBlits -- + * + * Use screen-to-GMR and GMR-to-screen blits in order to copy from + * one part of the screen to another. To prove that the guest can + * access the GMR data, we invert part of the image. + */ + +void +doBlits() +{ + struct { + SVGAGMRImageFormat format; + int screenId; + int srcx, srcy; + int dstx, dsty; + int labelx, labely; + const char *label; + } blits[] = { + /* + * Copy the red image, using 24-bit color, and label the bottom + * half (inverse) as Cyan. + */ + { + {{{32, 24}}}, 0, + 319, 19, // src + 134, 19, // dest + 1, 103, // label + "Cyan", + }, + + /* + * Copy the green image using 15-bit color, and label the bottom as pink. + */ + { + {{{16, 15}}}, 0, + 319, 164, // src + 134, 164, // dest + 1, 103, // label + "Pink", + }, + + /* + * Try to copy the blue image. The screen-to-GMR blit will fail, since + * we don't support screen-to-GMR blits that aren't contained within one + * screen. So we'll end up drawing gray (the color we clear the buffer with) + * and a ligher gray on the bottom where we invert. + */ + { + {{{32, 24}}}, 0, + 319, 309, // src + 134, 309, // dest + 1, 1, // label + "Gray, no cube", + }, + + /* + * Now try to copy part of the video overlay from Screen 2. + * We should get the text and border, but no video. + */ + { + {{{16, 16}}}, 1, + 200, 70, // src + 230, -400, // dest + 0, 0, // label + "Frame & Text, No Video", + }, + }; + + const int width = 162; + const int height = 122; + const SVGASignedPoint gmrOrigin = { 123, 4 }; + + const int maxBytesPerLine = (width + gmrOrigin.x) * 4; + const int numBytes = maxBytesPerLine * (height + gmrOrigin.y); + const int offset = 12345; + const int numPages = (offset + numBytes + PAGE_MASK) / PAGE_SIZE; + + const int gmrId = 2; + PPN firstPage = GMR_DefineContiguous(gmrId, numPages); + + int i; + for (i = 0; i < arraysize(blits); i++) { + + /* Wait for any previous DMA to finish */ + SVGA_SyncToFence(SVGA_InsertFence()); + + /* Clear the buffer to 0x42 (will appear dark grey) */ + memset(PPN_POINTER(firstPage), 0x42, numPages * PAGE_SIZE); + + SVGAGuestPtr gPtr = { gmrId, offset }; + uint32 bytesPerLine = blits[i].format.bitsPerPixel * width / 8; + Screen_DefineGMRFB(gPtr, bytesPerLine, blits[i].format); + + SVGASignedPoint srcPoint = { blits[i].srcx, blits[i].srcy }; + SVGASignedPoint dstPoint = { blits[i].dstx, blits[i].dsty }; + SVGASignedRect srcRect = { srcPoint.x, srcPoint.y, + srcPoint.x + width, srcPoint.y + height }; + SVGASignedRect dstRect = { dstPoint.x, dstPoint.y, + dstPoint.x + width, dstPoint.y + height }; + + Screen_BlitToGMRFB(&gmrOrigin, &srcRect, blits[i].screenId); + + /* Wait for the DMA to finish */ + SVGA_SyncToFence(SVGA_InsertFence()); + + /* Invert the colors in the bottom half of the image */ + uint8 *pixels = (offset + + bytesPerLine * (gmrOrigin.y + height/2) + + blits[i].format.bitsPerPixel * gmrOrigin.x / 8 + + (uint8*)PPN_POINTER(firstPage)); + complementBytes(pixels, bytesPerLine * height/2); + + /* Copy it back */ + Screen_BlitFromGMRFB(&gmrOrigin, &dstRect, blits[i].screenId); + + /* Draw a label for the bottom half */ + ScreenDraw_SetScreen(blits[i].screenId, 0, 0); + Console_MoveTo(dstRect.left + blits[i].labelx, dstRect.top + blits[i].labely); + Console_WriteString(blits[i].label); + } +} + + +/* + * main -- + * + * Initialization, main loop. + */ + +int +main(void) +{ + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + SVGA_Init(); + GMR_Init(); + Heap_Reset(); + SVGA_SetMode(0, 0, 32); + SVGA3D_Init(); + Screen_Init(); + ScreenDraw_Init(0); + + initScreens(); + setup3D(); + draw3D(); + initOverlays(); + doBlits(); + cubeLoop(); + + return 0; +} diff --git a/examples/screen-render-test/wols4x3.yuv b/examples/screen-render-test/wols4x3.yuv new file mode 100644 index 0000000..c56de22 --- /dev/null +++ b/examples/screen-render-test/wols4x3.yuv @@ -0,0 +1 @@ +€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€‰€·€è€Ü€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€€¿€ë€Ö€€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€’€È€ë€Ï€–€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€˜€Ð€ë€Æ€‘€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€Ÿ€×€ê€½€Œ€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ý€ç€µ€ˆ€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€ˆ€µ€ç€Ý€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€Œ€½€ê€×€Ÿ€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€‘€Æ€ë€Ð€˜€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€–€Ï€ë€È€’€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€€Ö€ë€¿€€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ü€è€·€‰€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€å€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¨€Ç€è€á€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€«€Í€ê€Ü€¶€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€®€Ò€ë€×€±€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€²€Ø€ë€Ñ€­€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€·€Ý€ê€Ì€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€â€è€Æ€§€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€§€Æ€è€â€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€Ì€ê€Ý€·€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€­€Ñ€ë€Ø€²€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€±€×€ë€Ò€®€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€¶€Ü€ê€Í€«€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€á€è€Ç€¨€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€å€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ç€Þ€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€ß€è€ë€ä€Ü€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Þ€ç€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€å€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€«€Ì€é€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€Í€•€z€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€|€ž€×€ê€½€Š€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€z€•€Í€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€é€Ì€«€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€å€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€€¾€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¿€m€G€H€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€G€I€z€Î€é€§€]€F€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€H€G€m€¿€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€¾€€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€…€‰€Œ€€€‹€ˆ€„€€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€€„€ˆ€‹€€€Œ€‰€…€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€ƒ€€Ÿ€¯€½€É€Ð€Ö€Ù€Û€Û€Ø€Õ€Î€Å€¸€ª€š€Œ€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€Œ€š€ª€¸€Å€Î€Õ€Ø€Û€Û€Ù€Ö€Ð€É€½€¯€Ÿ€€ƒ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€‡€š€²€É€Ú€å€ë€ë€é€è€è€è€è€è€è€è€é€ê€ë€é€â€Ö€Ã€«€”€ƒ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€ƒ€”€«€Ã€Ö€â€é€ë€ê€é€è€è€è€è€è€è€è€é€ë€ë€å€Ú€É€²€š€‡€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€“€°€Ì€á€ë€é€è€è€é€ë€ë€é€è€ç€æ€æ€ç€è€ê€ë€ê€è€è€è€ë€é€Ü€Å€§€Œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€Œ€§€Å€Ü€é€ë€è€è€è€ê€ë€ê€è€ç€æ€æ€ç€è€é€ë€ë€é€è€è€é€ë€á€Ì€°€“€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€˜€»€Ù€é€ê€è€é€ë€è€Ý€Ï€À€³€§€Ÿ€™€—€—€š€¡€«€·€Å€Ô€á€é€ë€é€è€ë€ç€Ñ€°€€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€€°€Ñ€ç€ë€è€é€ë€é€á€Ô€Å€·€«€¡€š€—€—€™€Ÿ€§€³€À€Ï€Ý€è€ë€é€è€ê€é€Ù€»€˜€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€”€º€Ü€ê€è€é€ë€ä€Ò€¹€Ÿ€…€m€Z€J€?€8€3€1€1€4€:€C€O€`€t€Œ€¥€À€Ø€è€ë€è€é€è€Ó€®€Œ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€Œ€®€Ó€è€é€è€ë€è€Ø€À€¥€Œ€t€`€O€C€:€4€1€1€3€8€?€J€Z€m€…€Ÿ€¹€Ò€ä€ë€é€è€ê€Ü€º€”€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‰€®€Ö€é€è€é€é€Ú€»€˜€t€T€:€&€€€€€€€€€€€€€€€+€@€\€}€¡€Ä€à€ë€è€é€æ€Ì€£€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€£€Ì€æ€é€è€ë€à€Ä€¡€}€\€@€+€€€€€€€€€€€€€€€&€:€T€t€˜€»€Ú€é€é€è€é€Ö€®€‰€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€›€Æ€ä€é€é€ê€Ö€¯€‚€X€6€€€€€€,€9€D€M€S€V€V€Q€J€A€5€(€€€€€$€>€c€€¼€Þ€ë€é€é€ß€º€‘€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€‘€º€ß€é€é€ë€Þ€¼€€c€>€$€€€€€(€5€A€J€Q€V€V€S€M€D€9€,€€€€€€6€X€‚€¯€Ö€ê€é€é€ä€Æ€›€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€†€«€×€ê€è€ë€Ü€±€~€N€)€€€€,€E€`€y€Ž€Ÿ€­€¶€»€½€½€º€³€©€š€‡€q€X€>€&€€€€1€\€€¿€ã€ë€è€é€Í€Ÿ€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€Ÿ€Í€é€è€ë€ã€¿€€\€1€€€€&€>€X€q€‡€š€©€³€º€½€½€»€¶€­€Ÿ€Ž€y€`€E€,€€€€)€N€~€±€Ü€ë€è€ê€×€«€†€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€¹€á€é€ë€æ€Â€Š€R€'€€€%€D€h€€«€Ä€Ö€â€ç€ê€ë€ë€ë€ë€ë€ë€é€æ€Þ€Ñ€½€¤€ƒ€^€;€€€€2€b€›€Ï€é€é€é€Ù€«€…€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€…€«€Ù€é€é€é€Ï€›€b€2€€€€;€^€ƒ€¤€½€Ñ€Þ€æ€é€ë€ë€ë€ë€ë€ë€ê€ç€â€Ö€Ä€«€€h€D€%€€€'€R€Š€Â€æ€ë€é€á€¹€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€“€Â€æ€é€ë€Ú€¦€g€1€€€)€P€~€¨€Ê€ß€ê€ë€å€Û€Ð€Ä€¼€·€´€´€·€¾€È€Ó€Þ€è€ë€è€Ú€Â€€q€D€€€€?€y€·€â€ë€é€à€³€ˆ€{€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€{€ˆ€³€à€é€ë€â€·€y€?€€€€D€q€€Â€Ú€è€ë€è€Þ€Ó€È€¾€·€´€´€·€¼€Ä€Ð€Û€å€ë€ê€ß€Ê€¨€~€P€)€€€1€g€¦€Ú€ë€é€æ€Â€“€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€|€•€È€é€ê€ê€Ê€€L€€€"€L€€±€Ö€è€ë€ß€Ê€±€˜€€n€_€T€N€J€J€O€W€c€t€ˆ€ €¹€Ñ€ã€ë€å€Í€¥€q€>€€€'€]€Ÿ€×€ê€ë€ä€¸€‰€{€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€{€‰€¸€ä€ë€ê€×€Ÿ€]€'€€€>€q€¥€Í€å€ë€ã€Ñ€¹€ €ˆ€t€c€W€O€J€J€N€T€_€n€€˜€±€Ê€ß€ë€è€Ö€±€€L€"€€€L€€Ê€ê€ê€é€È€•€|€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€|€|€•€Ê€è€ê€ç€½€y€8€€€:€r€«€Ö€ê€è€Ó€²€€j€L€4€%€€€€€€€€€€€)€;€T€t€—€¼€Ú€ê€ç€Ë€š€a€,€€€H€€Í€ê€ê€â€º€Š€{€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€}€{€Š€º€â€ê€ê€Í€€H€€€,€a€š€Ë€ç€ê€Ú€¼€—€t€T€;€)€€€€€€€€€€€%€4€L€j€€²€Ó€è€ê€Ö€«€r€:€€€8€y€½€ç€ê€è€Ê€•€|€|€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€|€{€’€È€ç€ë€å€µ€k€+€€€R€“€Ê€è€è€Ð€¦€x€O€.€€€€€ €*€2€8€:€:€7€0€&€€€€€€5€Y€„€²€Ù€ë€â€¼€€€A€€€:€€€È€ë€ê€â€·€‡€{€}€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€}€{€‡€·€â€ê€ë€È€€€:€€€A€€€¼€â€ë€Ù€²€„€Y€5€€€€€€&€0€7€:€:€8€2€*€ €€€€€.€O€x€¦€Ð€è€è€Ê€“€R€€€+€k€µ€å€ë€ç€È€’€{€|€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€{€€Â€æ€ë€å€±€c€$€€+€h€«€Ý€ë€Ø€¬€v€E€#€€€€3€M€e€z€‹€˜€Ÿ€¢€¢€€”€†€t€]€D€,€€€€*€Q€‡€»€â€ë€Ñ€™€U€€€2€z€Æ€ë€ê€ß€±€„€|€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€|€„€±€ß€ê€ë€Æ€z€2€€€U€™€Ñ€ë€â€»€‡€Q€*€€€€,€D€]€t€†€”€€¢€¢€Ÿ€˜€‹€z€e€M€3€€€€#€E€v€¬€Ø€ë€Ý€«€h€+€€$€c€±€å€ë€æ€Â€€{€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€{€‡€¸€â€ë€æ€³€b€!€€3€w€½€ç€è€Â€ˆ€M€$€€€,€N€t€–€´€Ê€×€à€å€è€è€è€ç€ä€Ý€Ó€Ã€«€€i€D€%€€€-€]€›€Ð€ë€Þ€«€c€%€€/€z€É€ë€ê€Ú€¨€€|€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€|€€¨€Ú€ê€ë€É€z€/€€%€c€«€Þ€ë€Ð€›€]€-€€€%€D€i€€«€Ã€Ó€Ý€ä€ç€è€è€è€å€à€×€Ê€´€–€t€N€,€€€$€M€ˆ€Â€è€ç€½€w€3€€!€b€³€æ€ë€â€¸€‡€{€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€{€€«€Þ€ë€é€»€f€"€€8€€Ç€ë€ß€¬€j€1€€€.€Y€‡€±€Ð€ä€ë€ê€ã€Ü€Ô€Ï€Ì€Ì€Ð€Ö€Þ€æ€ë€ê€ß€É€§€{€L€%€€€@€~€½€ç€å€·€l€'€€1€€€Ð€ë€ë€Ò€œ€}€}€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€}€}€œ€Ò€ë€ë€Ð€€€1€€'€l€·€å€ç€½€~€@€€€%€L€{€§€É€ß€ê€ë€æ€Þ€Ö€Ð€Ì€Ì€Ï€Ô€Ü€ã€ê€ë€ä€Ð€±€‡€Y€.€€€1€j€¬€ß€ë€Ç€€8€€"€f€»€é€ë€Þ€«€€{€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€|€}€€Õ€ë€ë€Ç€q€&€€8€„€Ì€ë€×€œ€U€€€#€P€‡€¹€Ü€ê€è€Ú€Ã€«€•€‚€t€l€h€h€n€y€ˆ€œ€´€Ë€ß€ë€è€Ô€­€y€A€€€-€i€°€â€è€»€m€&€€8€Œ€Ù€ë€ê€Æ€€|€}€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€}€|€€Æ€ê€ë€Ù€Œ€8€€&€m€»€è€â€°€i€-€€€A€y€­€Ô€è€ë€ß€Ë€´€œ€ˆ€y€n€h€h€l€t€‚€•€«€Ã€Ú€è€ê€Ü€¹€‡€P€#€€€U€œ€×€ë€Ì€„€8€€&€q€Ç€ë€ë€Õ€€}€|€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€|€Ž€Å€è€ë€Õ€„€0€€1€€Ì€ë€Ó€‘€G€€€7€r€®€Ù€ë€ä€Ë€¨€‚€_€D€1€%€€€€€€€(€7€M€j€€²€Ó€è€é€Ð€ž€_€(€€!€[€¥€ß€é€º€h€ €€E€Ÿ€â€ë€ä€´€…€|€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€|€…€´€ä€ë€â€Ÿ€E€€ €h€º€é€ß€¥€[€!€€(€_€ž€Ð€é€è€Ó€²€€j€M€7€(€€€€€€€%€1€D€_€‚€¨€Ë€ä€ë€Ù€®€r€7€€€G€‘€Ó€ë€Ì€€1€€0€„€Õ€ë€è€Å€Ž€|€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€|€‚€±€à€ë€â€œ€@€€'€u€Ç€ë€Ó€€@€€€H€€É€è€è€Ê€Ÿ€n€E€'€€€€€€"€%€%€!€€€€€€.€O€z€«€Õ€ë€ã€¹€w€7€€€S€¢€à€è€²€\€€€Y€µ€é€é€×€ €~€}€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€}€~€ €×€é€é€µ€Y€€€\€²€è€à€¢€S€€€7€w€¹€ã€ë€Õ€«€z€O€.€€€€€€!€%€%€"€€€€€€'€E€n€Ÿ€Ê€è€è€É€€H€€€@€€Ó€ë€Ç€u€'€€@€œ€â€ë€à€±€‚€|€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€š€Ó€ë€ê€·€W€€€d€¼€ë€×€€?€€€U€Ÿ€Ø€ë€Ù€ª€q€?€€€€%€;€R€f€u€€…€ƒ€|€q€`€J€3€€€€%€K€€¸€â€ë€Ê€ˆ€A€€€T€¦€ã€å€¥€J€€#€s€Ì€ë€ê€Ã€€{€}€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€}€{€€Ã€ê€ë€Ì€s€#€€J€¥€å€ã€¦€T€€€A€ˆ€Ê€ë€â€¸€€K€%€€€€3€J€`€q€|€ƒ€…€€u€f€R€;€%€€€€?€q€ª€Ù€ë€Ø€Ÿ€U€€€?€€×€ë€¼€d€€€W€·€ê€ë€Ó€š€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€|€‡€½€è€ë€Ò€x€$€€M€©€ç€Þ€™€D€€€Z€©€á€ê€È€Œ€M€!€€€3€X€€ €¸€Ê€Õ€Û€Ü€Ü€Ú€Ò€Å€±€–€t€M€+€€€+€]€Ÿ€Ö€ë€Ó€“€E€€€[€±€è€Ü€€5€€8€”€à€ë€â€«€€|€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€|€€«€â€ë€à€”€8€€5€€Ü€è€±€[€€€E€“€Ó€ë€Ö€Ÿ€]€+€€€+€M€t€–€±€Å€Ò€Ú€Ü€Ü€Û€Õ€Ê€¸€ €€X€3€€€!€M€Œ€È€ê€á€©€Z€€€D€™€Þ€ç€©€M€€$€x€Ò€ë€è€½€‡€|€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€¡€Ù€ê€å€Ÿ€>€€3€€Ü€ç€ª€Q€€€X€«€ã€è€»€t€6€€€2€a€“€¼€Ø€ç€ë€é€ä€á€Þ€Þ€â€æ€ê€ê€ã€Ð€±€…€T€'€€€F€Š€Ì€ë€×€“€C€€ €i€Á€ë€Ë€r€!€€W€¸€ë€è€Ì€’€z€}€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€}€z€’€Ì€è€ë€¸€W€€!€r€Ë€ë€Á€i€ €€C€“€×€ë€Ì€Š€F€€€'€T€…€±€Ð€ã€ê€ê€æ€â€Þ€Þ€á€ä€é€ë€ç€Ø€¼€“€a€2€€€6€t€»€è€ã€«€X€€€Q€ª€ç€Ü€€3€€>€Ÿ€å€ê€Ù€¡€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€|€Š€¿€ê€ë€Å€d€€€l€É€ë€À€f€€€O€¥€â€è€´€h€(€€ €P€Œ€¿€ß€ë€å€Ó€½€¨€˜€Œ€†€‡€€œ€®€Ä€Ú€è€ê€Ù€³€|€A€€€8€€Ç€ë€Ö€€9€€+€€Õ€ë€±€P€€'€€Ö€ë€ã€®€€{€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€{€€®€ã€ë€Ö€€'€€P€±€ë€Õ€€+€€9€€Ö€ë€Ç€€8€€€A€|€³€Ù€ê€è€Ú€Ä€®€œ€€‡€†€Œ€˜€¨€½€Ó€å€ë€ß€¿€Œ€P€ €€(€h€´€è€â€¥€O€€€f€À€ë€É€l€€€d€Å€ë€ê€¿€Š€|€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€ €Ú€ë€â€“€2€€E€©€é€Ö€‚€+€€?€—€Ý€è€µ€d€#€€-€k€«€Ú€ë€á€Ã€›€v€W€A€2€+€'€'€,€7€H€a€‚€¨€Ì€æ€é€Ð€›€X€ €€2€|€É€ë€Ï€~€+€€@€ž€å€Þ€€/€€J€¯€é€é€Ì€€z€}€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€}€z€€Ì€é€é€¯€J€€/€€Þ€å€ž€@€€+€~€Ï€ë€É€|€2€€ €X€›€Ð€é€æ€Ì€¨€‚€a€H€7€,€'€'€+€2€A€W€v€›€Ã€á€ë€Ú€«€k€-€€#€d€µ€è€Ý€—€?€€+€‚€Ö€é€©€E€€2€“€â€ë€Ú€ €}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€|€‡€¼€ê€ë€Ã€^€€$€~€Ø€è€¥€D€€+€€Ó€ë€½€i€"€€5€{€À€ç€è€Ç€–€c€9€€€€€€€€€€€€'€E€r€¥€Ò€ë€á€¯€f€%€€3€ƒ€Ð€ë€À€f€€€^€¿€ë€Ã€`€€"€|€Ö€ë€â€ª€€{€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€{€€ª€â€ë€Ö€|€"€€`€Ã€ë€¿€^€€€f€À€ë€Ð€ƒ€3€€%€f€¯€á€ë€Ò€¥€r€E€'€€€€€€€€€€€€9€c€–€Ç€è€ç€À€{€5€€"€i€½€ë€Ó€€+€€D€¥€è€Ø€~€$€€^€Ã€ë€ê€¼€‡€|€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€{€™€Õ€ê€ã€–€2€€L€³€ë€Ê€i€€€c€À€ë€Ì€w€(€€6€‚€Ê€ë€Ý€­€n€9€€€€+€@€R€`€f€d€\€M€9€%€€€ €F€€€½€æ€ç€¸€j€$€€<€’€Ü€è€©€J€€*€‡€Ü€ä€–€3€€J€²€ê€è€Å€Š€z€}€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€}€z€Š€Å€è€ê€²€J€€3€–€ä€Ü€‡€*€€J€©€è€Ü€’€<€€$€j€¸€ç€æ€½€€€F€ €€€%€9€M€\€d€f€`€R€@€+€€€€9€n€­€Ý€ë€Ê€‚€6€€(€w€Ì€ë€À€c€€€i€Ê€ë€³€L€€2€–€ã€ê€Õ€™€{€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€|€€±€æ€ë€Ë€g€€"€€Û€æ€˜€5€€A€¡€æ€Ü€€6€€.€€Ë€ë€Ö€™€T€!€€€>€e€Š€§€º€Å€Ê€Ê€Ã€µ€Ÿ€€W€1€€€,€e€«€á€é€¸€d€€€L€©€è€Ú€†€+€€N€´€ë€Å€`€€%€‡€Ü€ë€Û€Ÿ€}€|€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€|€}€Ÿ€Û€ë€Ü€‡€%€€`€Å€ë€´€N€€+€†€Ú€è€©€L€€€d€¸€é€á€«€e€,€€€1€W€€Ÿ€µ€Ã€Ê€Ê€Å€º€§€Š€e€>€€€!€T€™€Ö€ë€Ë€€.€€6€€Ü€æ€¡€A€€5€˜€æ€Û€€"€€g€Ë€ë€æ€±€€|€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€z€€È€è€é€¦€>€€E€¯€ë€È€b€€ €x€Ó€é€¬€N€€"€p€Å€ë€Ó€€D€€€4€h€ž€Æ€Þ€é€ë€ê€è€è€ë€ë€ç€Ø€º€€X€(€€€V€¥€á€è€¯€V€€€h€Ä€ë€¾€[€€$€€Û€â€‘€-€€Y€Á€ë€ã€¶€ƒ€z€}€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€}€z€ƒ€¶€ã€ë€Á€Y€€-€‘€â€Û€€$€€[€¾€ë€Ä€h€€€V€¯€è€á€¥€V€€€(€X€€º€Ø€ç€ë€ë€è€è€ê€ë€é€Þ€Æ€ž€h€4€€€D€€Ó€ë€Å€p€"€€N€¬€é€Ó€x€ €€b€È€ë€¯€E€€>€¦€é€è€È€€z€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€|€|€ž€Û€ë€Û€~€ €€p€Ó€è€€6€€I€®€ë€Î€q€€€X€¶€ê€Ø€€@€€€J€‹€Ã€å€ë€á€Í€º€«€¥€¦€¯€¿€Ô€å€ë€Ü€µ€y€9€€€U€¨€æ€â€›€@€€1€€ß€â€’€/€€P€¹€ë€¼€R€€4€Ÿ€ç€ë€Ë€Ž€z€|€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€|€z€Ž€Ë€ë€ç€Ÿ€4€€R€¼€ë€¹€P€€/€’€â€ß€€1€€@€›€â€æ€¨€U€€€9€y€µ€Ü€ë€å€Ô€¿€¯€¦€¥€«€º€Í€á€ë€å€Ã€‹€J€€€@€€Ø€ê€¶€X€€€q€Î€ë€®€I€€6€€è€Ó€p€€ €~€Û€ë€Û€ž€|€|€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€{€€±€æ€ë€Á€W€€2€›€è€Ò€m€€€z€Ö€æ€ž€:€€:€š€ã€â€ž€G€€€V€ €×€ë€Ý€¹€€l€S€C€=€>€G€Z€v€ž€Æ€å€ê€Ë€€C€€€^€·€ë€Ó€}€&€€T€¸€ë€Â€[€€*€€â€Ú€{€€€w€Ö€ë€Û€Ÿ€}€{€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€{€}€Ÿ€Û€ë€Ö€w€€€{€Ú€â€€*€€[€Â€ë€¸€T€€&€}€Ó€ë€·€^€€€C€€Ë€ê€å€Æ€ž€v€Z€G€>€=€C€S€l€€¹€Ý€ë€×€ €V€€€G€ž€â€ã€š€:€€:€ž€æ€Ö€z€€€m€Ò€è€›€2€€W€Á€ë€æ€±€€{€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€z€Š€Ä€ç€è€£€7€€S€¿€ë€°€D€€@€©€ê€Ë€h€€€r€Ð€ë€¶€X€€€V€§€à€é€È€Ž€X€1€€€€€€€€ €=€i€¢€Õ€ë€Õ€“€B€€#€t€Ì€ë€·€V€€(€‡€Þ€â€‹€'€€b€Ê€ê€£€8€€R€À€ë€â€±€€{€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€{€€±€â€ë€À€R€€8€£€ê€Ê€b€€'€‹€â€Þ€‡€(€€V€·€ë€Ì€t€#€€B€“€Õ€ë€Õ€¢€i€=€ €€€€€€€€1€X€Ž€È€é€à€§€V€€€X€¶€ë€Ð€r€€€h€Ë€ê€©€@€€D€°€ë€¿€S€€7€£€è€ç€Ä€Š€z€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€z€–€Ô€ë€Ý€ƒ€ €€v€Ú€ã€Š€%€€h€Î€è€¢€;€€D€ª€ë€Ò€x€$€€J€¢€â€è€¹€t€5€€€€0€@€I€G€<€*€€€€G€ˆ€Ê€ë€Õ€Š€4€€7€•€â€ß€€,€€V€½€ë€¶€J€€=€©€ë€Ã€V€€6€¥€é€ë€Ã€ˆ€z€|€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€|€z€ˆ€Ã€ë€é€¥€6€€V€Ã€ë€©€=€€J€¶€ë€½€V€€,€€ß€â€•€7€€4€Š€Õ€ë€Ê€ˆ€G€€€€*€<€G€I€@€0€€€€5€t€¹€è€â€¢€J€€$€x€Ò€ë€ª€D€€;€¢€è€Î€h€€%€Š€ã€Ú€v€€ €ƒ€Ý€ë€Ô€–€z€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€{€}€¤€ß€ë€Ë€c€€.€™€è€Ï€d€€*€‘€å€Ö€t€€€t€Ô€è€¢€?€€4€Ž€Û€é€·€h€'€€€G€p€“€¨€±€°€£€‰€c€8€€€7€~€Ê€ë€Ê€t€ €€Z€½€ë€½€V€€/€”€ç€Ö€p€€"€…€á€Ú€x€€ €…€Þ€ë€Ð€’€{€{€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€{€{€’€Ð€ë€Þ€…€ €€x€Ú€á€…€"€€p€Ö€ç€”€/€€V€½€ë€½€Z€€ €t€Ê€ë€Ê€~€7€€€8€c€‰€£€°€±€¨€“€p€G€€€'€h€·€é€Û€Ž€4€€?€¢€è€Ô€t€€€t€Ö€å€‘€*€€d€Ï€è€™€.€€c€Ë€ë€ß€¤€}€{€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€€²€â€ë€·€I€€E€¶€ë€´€D€€F€´€ë€¹€M€€:€£€ê€Ð€m€€€l€È€ë€Â€l€$€€1€m€§€Ï€â€é€ê€ê€è€Þ€Ã€•€X€!€€4€…€Õ€ê€±€P€€+€Œ€à€Ý€„€$€€l€Ò€è€–€,€€d€Î€è€–€+€€h€Ñ€ë€Ø€Ÿ€|€{€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€{€|€Ÿ€Ø€ë€Ñ€h€€+€–€è€Î€d€€,€–€è€Ò€l€€$€„€Ý€à€Œ€+€€P€±€ê€Õ€…€4€€!€X€•€Ã€Þ€è€ê€ê€é€â€Ï€§€m€1€€$€l€Â€ë€È€l€€€m€Ð€ê€£€:€€M€¹€ë€´€F€€D€´€ë€¶€E€€I€·€ë€â€²€€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€‡€À€è€é€¢€4€€_€Ë€è€™€,€€e€Ï€è€˜€/€€^€È€ë€©€>€€@€¥€è€Ö€‚€-€€3€€Ã€è€ê€Ü€Ê€À€Â€Ï€á€ë€ß€°€g€$€€A€€ä€Ý€‡€(€€\€Ã€ë€¬€A€€H€·€ë€¶€E€€H€·€ë€°€@€€P€Á€ë€á€«€€z€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€z€€«€á€ë€Á€P€€@€°€ë€·€H€€E€¶€ë€·€H€€A€¬€ë€Ã€\€€(€‡€Ý€ä€€A€€$€g€°€ß€ë€á€Ï€Â€À€Ê€Ü€ê€è€Ã€€3€€-€‚€Ö€è€¥€@€€>€©€ë€È€^€€/€˜€è€Ï€e€€,€™€è€Ë€_€€4€¢€é€è€À€‡€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€€Ê€ë€â€€%€€w€Û€ß€~€€€‚€á€Ú€w€€"€ƒ€à€Ý€~€€€n€Ð€é€¨€E€€*€{€Ì€ë€Ü€±€…€f€W€Z€m€’€À€æ€ç€¶€b€€€_€Á€ë€¹€P€€5€ž€è€Ì€c€€-€˜€é€Î€a€€1€Ÿ€ê€Ä€V€€<€¯€ë€è€·€‚€z€Œ€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€Œ€z€‚€·€è€ë€¯€<€€V€Ä€ê€Ÿ€1€€a€Î€é€˜€-€€c€Ì€è€ž€5€€P€¹€ë€Á€_€€€b€¶€ç€æ€À€’€m€Z€W€f€…€±€Ü€ë€Ì€{€*€€E€¨€é€Ð€n€€€~€Ý€à€ƒ€"€€w€Ú€á€‚€€€~€ß€Û€w€€%€€â€ë€Ê€€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€•€Ó€ë€Ù€z€€$€Œ€ä€Ñ€f€€-€œ€é€È€Z€€7€¤€ë€Å€X€€1€š€è€Ò€r€€€c€À€ë€Ô€“€S€)€€€€€3€e€ª€â€æ€¨€J€€.€€ã€Û€z€€€y€Ú€à€ƒ€ €€z€Þ€Þ€z€€"€‡€â€Ô€i€€,€œ€ç€ë€À€‡€z€‹€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€‹€z€‡€À€ë€ç€œ€,€€i€Ô€â€‡€"€€z€Þ€Þ€z€€ €ƒ€à€Ú€y€€€z€Û€ã€€.€€J€¨€æ€â€ª€e€3€€€€€)€S€“€Ô€ë€À€c€€€r€Ò€è€š€1€€X€Å€ë€¤€7€€Z€È€é€œ€-€€f€Ñ€ä€Œ€$€€z€Ù€ë€Ó€•€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€{€œ€Ú€ë€Ð€h€€0€ž€ê€Ã€S€€>€±€ë€´€D€€M€½€ë€ª€;€€Q€¾€ë€°€E€€;€Ÿ€ç€Ü€€@€€€"€/€,€€€€W€¬€è€Ù€‚€%€€b€Ê€ë€¢€5€€X€Å€é€Ÿ€1€€b€Ð€è€‘€&€€t€Ú€Þ€{€€!€‹€â€ë€È€Œ€z€‹€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€‹€z€Œ€È€ë€â€‹€!€€{€Þ€Ú€t€€&€‘€è€Ð€b€€1€Ÿ€é€Å€X€€5€¢€ë€Ê€b€€%€‚€Ù€è€¬€W€€€€,€/€"€€€@€€Ü€ç€Ÿ€;€€E€°€ë€¾€Q€€;€ª€ë€½€M€€D€´€ë€±€>€€S€Ã€ê€ž€0€€h€Ð€ë€Ú€œ€{€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€|€¢€Þ€ë€Ç€[€€<€¬€ë€¶€D€€O€Á€ê€¡€2€€c€Ï€ç€‘€&€€p€Ö€ã€‹€&€€h€Í€ë€«€J€€€L€|€“€€o€;€€€h€Æ€ë€´€J€€>€«€ë€¿€P€€@€°€ë€µ€D€€N€À€ë€£€3€€c€Ð€ä€Œ€#€€|€Ý€ë€Î€‘€{€‹€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€‹€{€‘€Î€ë€Ý€|€€#€Œ€ä€Ð€c€€3€£€ë€À€N€€D€µ€ë€°€@€€P€¿€ë€«€>€€J€´€ë€Æ€h€€€;€o€€“€|€L€€€J€«€ë€Í€h€€&€‹€ã€Ö€p€€&€‘€ç€Ï€c€€2€¡€ê€Á€O€€D€¶€ë€¬€<€€[€Ç€ë€Þ€¢€|€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€~€¨€â€ë€¿€P€€E€·€ë€ª€8€€\€Í€ç€’€'€€v€Û€Ý€z€€!€Š€ä€Ô€l€€(€€å€Ø€t€€€W€¥€Ö€ä€â€Ë€€>€€3€—€æ€Ô€n€€%€€æ€Ô€h€€/€œ€é€Ä€U€€?€²€ë€±€>€€V€Ç€è€˜€*€€p€×€ë€Ó€–€{€‹€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¾€j€F€F€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€E€H€w€Ì€è€¥€[€E€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€G€F€F€j€¾€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€‹€{€–€Ó€ë€×€p€€*€˜€è€Ç€V€€>€±€ë€²€?€€U€Ä€é€œ€/€€h€Ô€æ€€%€€n€Ô€æ€—€3€€>€€Ë€â€ä€Ö€¥€W€€€t€Ø€å€€(€€l€Ô€ä€Š€!€€z€Ý€Û€v€€'€’€ç€Í€\€€8€ª€ë€·€E€€P€¿€ë€â€¨€~€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€«€€€¬€à€ë€¹€H€€M€¿€ë€¡€1€€h€Õ€â€†€€€ƒ€â€Ö€k€€-€œ€é€Ä€U€€=€­€ë€¼€J€€:€œ€á€è€×€Ü€ë€Ó€|€"€€m€Ó€ä€€%€€v€Ü€ß€z€€$€€å€Ï€a€€5€§€ë€»€H€€M€¿€ê€ €1€€h€Ô€ë€Ô€™€{€‹€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€¿€m€G€H€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€G€I€z€Î€é€§€]€F€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€J€H€G€m€¿€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€‹€{€™€Ô€ë€Ô€h€€1€ €ê€¿€M€€H€»€ë€§€5€€a€Ï€å€€$€€z€ß€Ü€v€€%€€ä€Ó€m€€"€|€Ó€ë€Ü€×€è€á€œ€:€€J€¼€ë€­€=€€U€Ä€é€œ€-€€k€Ö€â€ƒ€€€†€â€Õ€h€€1€¡€ë€¿€M€€H€¹€ë€à€¬€€€«€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€æ€á€«€€€€¯€â€ë€µ€D€€S€Ã€é€›€+€€n€Ù€à€}€€$€€æ€Ï€`€€7€©€ë€¸€F€€N€¿€ë€¤€1€€`€Ê€ê€µ€z€ˆ€Ë€ë€­€>€€P€Á€ê€¡€1€€f€Ô€å€‡€ €€‚€â€Ö€j€€/€Ÿ€ë€Á€N€€H€º€ë€¦€5€€b€Ð€ë€Ö€›€{€‹€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€Í€•€z€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€|€ž€×€ê€½€Š€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€z€•€Í€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€‹€{€›€Ö€ë€Ð€b€€5€¦€ë€º€H€€N€Á€ë€Ÿ€/€€j€Ö€â€‚€€ €‡€å€Ô€f€€1€¡€ê€Á€P€€>€­€ë€Ë€ˆ€z€µ€ê€Ê€`€€1€¤€ë€¿€N€€F€¸€ë€©€7€€`€Ï€æ€€$€€}€à€Ù€n€€+€›€é€Ã€S€€D€µ€ë€â€¯€€€€«€á€æ€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ë€à€«€€€€±€â€ë€³€A€€V€Æ€é€˜€)€€s€Û€Ý€y€€&€’€ç€Ê€Z€€;€¯€ë€²€@€€W€È€é€–€&€€v€Ü€Ü€{€%€8€Ÿ€ë€Ä€Q€€C€¶€ë€«€9€€_€Ï€ç€Ž€$€€|€ß€×€o€€+€›€ë€Ã€Q€€D€·€ë€©€7€€`€Ï€ë€×€€{€‹€½€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ç€Þ€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€ß€è€ë€ä€Ü€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Þ€ç€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€½€‹€{€€×€ë€Ï€`€€7€©€ë€·€D€€Q€Ã€ë€›€+€€o€×€ß€|€€$€Ž€ç€Ï€_€€9€«€ë€¶€C€€Q€Ä€ë€Ÿ€8€%€{€Ü€Ü€v€€&€–€é€È€W€€@€²€ë€¯€;€€Z€Ê€ç€’€&€€y€Ý€Û€s€€)€˜€é€Æ€V€€A€³€ë€â€±€€€€«€à€ë€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ë€à€«€€€€±€â€ë€³€A€€V€Æ€é€˜€)€€s€Û€Ý€y€€&€’€ç€Ê€Z€€;€¯€ë€²€@€€W€È€é€–€&€€v€Ü€Ü€{€%€8€Ÿ€ë€Ä€Q€€C€¶€ë€«€9€€_€Ï€ç€Ž€$€€|€ß€×€o€€+€›€ë€Ã€Q€€D€·€ë€©€7€€`€Ï€ë€×€€{€‹€½€è€é€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€é€è€½€‹€{€€×€ë€Ï€`€€7€©€ë€·€D€€Q€Ã€ë€›€+€€o€×€ß€|€€$€Ž€ç€Ï€_€€9€«€ë€¶€C€€Q€Ä€ë€Ÿ€8€%€{€Ü€Ü€v€€&€–€é€È€W€€@€²€ë€¯€;€€Z€Ê€ç€’€&€€y€Ý€Û€s€€)€˜€é€Æ€V€€A€³€ë€â€±€€€€«€à€ë€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€æ€á€«€€€€¯€â€ë€µ€D€€S€Ã€é€›€+€€n€Ù€à€}€€$€€æ€Ï€`€€7€©€ë€¸€F€€N€¿€ë€¤€1€€`€Ê€ê€µ€z€ˆ€Ë€ë€­€>€€P€Á€ê€¡€1€€f€Ô€å€‡€ €€‚€â€Ö€j€€/€Ÿ€ë€Á€N€€H€º€ë€¦€5€€b€Ð€ë€Ö€›€{€‹€¾€é€Ü€¶€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€®€Ò€ë€×€±€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€²€Ø€ë€Ñ€­€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€·€Ý€ê€Ì€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€â€è€Æ€§€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€§€Æ€è€â€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€Ì€ê€Ý€·€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€­€Ñ€ë€Ø€²€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€±€×€ë€Ò€®€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€¶€Ü€é€¾€‹€{€›€Ö€ë€Ð€b€€5€¦€ë€º€H€€N€Á€ë€Ÿ€/€€j€Ö€â€‚€€ €‡€å€Ô€f€€1€¡€ê€Á€P€€>€­€ë€Ë€ˆ€z€µ€ê€Ê€`€€1€¤€ë€¿€N€€F€¸€ë€©€7€€`€Ï€æ€€$€€}€à€Ù€n€€+€›€é€Ã€S€€D€µ€ë€â€¯€€€€«€á€æ€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€«€€€¬€à€ë€¹€H€€M€¿€ë€¡€1€€h€Õ€â€†€€€ƒ€â€Ö€k€€-€œ€é€Ä€U€€=€­€ë€¼€J€€:€œ€á€è€×€Ü€ë€Ó€|€"€€m€Ó€ä€€%€€v€Ü€ß€z€€$€€å€Ï€a€€5€§€ë€»€H€€M€¿€ê€ €1€€h€Ô€ë€Ô€™€{€‹€¾€ê€Ö€€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€’€È€ë€Ï€–€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€˜€Ð€ë€Æ€‘€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€Ÿ€×€ê€½€Œ€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ý€ç€µ€ˆ€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€ˆ€µ€ç€Ý€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€Œ€½€ê€×€Ÿ€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€‘€Æ€ë€Ð€˜€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€–€Ï€ë€È€’€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€€Ö€ê€¾€‹€{€™€Ô€ë€Ô€h€€1€ €ê€¿€M€€H€»€ë€§€5€€a€Ï€å€€$€€z€ß€Ü€v€€%€€ä€Ó€m€€"€|€Ó€ë€Ü€×€è€á€œ€:€€J€¼€ë€­€=€€U€Ä€é€œ€-€€k€Ö€â€ƒ€€€†€â€Õ€h€€1€¡€ë€¿€M€€H€¹€ë€à€¬€€€«€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€~€¨€â€ë€¿€P€€E€·€ë€ª€8€€\€Í€ç€’€'€€v€Û€Ý€z€€!€Š€ä€Ô€l€€(€€å€Ø€t€€€W€¥€Ö€ä€â€Ë€€>€€3€—€æ€Ô€n€€%€€æ€Ô€h€€/€œ€é€Ä€U€€?€²€ë€±€>€€V€Ç€è€˜€*€€p€×€ë€Ó€–€{€‹€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€‹€{€–€Ó€ë€×€p€€*€˜€è€Ç€V€€>€±€ë€²€?€€U€Ä€é€œ€/€€h€Ô€æ€€%€€n€Ô€æ€—€3€€>€€Ë€â€ä€Ö€¥€W€€€t€Ø€å€€(€€l€Ô€ä€Š€!€€z€Ý€Û€v€€'€’€ç€Í€\€€8€ª€ë€·€E€€P€¿€ë€â€¨€~€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€|€¢€Þ€ë€Ç€[€€<€¬€ë€¶€D€€O€Á€ê€¡€2€€c€Ï€ç€‘€&€€p€Ö€ã€‹€&€€h€Í€ë€«€J€€€L€|€“€€o€;€€€h€Æ€ë€´€J€€>€«€ë€¿€P€€@€°€ë€µ€D€€N€À€ë€£€3€€c€Ð€ä€Œ€#€€|€Ý€ë€Î€‘€{€‹€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€‹€{€‘€Î€ë€Ý€|€€#€Œ€ä€Ð€c€€3€£€ë€À€N€€D€µ€ë€°€@€€P€¿€ë€«€>€€J€´€ë€Æ€h€€€;€o€€“€|€L€€€J€«€ë€Í€h€€&€‹€ã€Ö€p€€&€‘€ç€Ï€c€€2€¡€ê€Á€O€€D€¶€ë€¬€<€€[€Ç€ë€Þ€¢€|€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€{€œ€Ú€ë€Ð€h€€0€ž€ê€Ã€S€€>€±€ë€´€D€€M€½€ë€ª€;€€Q€¾€ë€°€E€€;€Ÿ€ç€Ü€€@€€€"€/€,€€€€W€¬€è€Ù€‚€%€€b€Ê€ë€¢€5€€X€Å€é€Ÿ€1€€b€Ð€è€‘€&€€t€Ú€Þ€{€€!€‹€â€ë€È€Œ€z€‹€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€‹€z€Œ€È€ë€â€‹€!€€{€Þ€Ú€t€€&€‘€è€Ð€b€€1€Ÿ€é€Å€X€€5€¢€ë€Ê€b€€%€‚€Ù€è€¬€W€€€€,€/€"€€€@€€Ü€ç€Ÿ€;€€E€°€ë€¾€Q€€;€ª€ë€½€M€€D€´€ë€±€>€€S€Ã€ê€ž€0€€h€Ð€ë€Ú€œ€{€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€•€Ó€ë€Ù€z€€$€Œ€ä€Ñ€f€€-€œ€é€È€Z€€7€¤€ë€Å€X€€1€š€è€Ò€r€€€c€À€ë€Ô€“€S€)€€€€€3€e€ª€â€æ€¨€J€€.€€ã€Û€z€€€y€Ú€à€ƒ€ €€z€Þ€Þ€z€€"€‡€â€Ô€i€€,€œ€ç€ë€À€‡€z€‹€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€‹€z€‡€À€ë€ç€œ€,€€i€Ô€â€‡€"€€z€Þ€Þ€z€€ €ƒ€à€Ú€y€€€z€Û€ã€€.€€J€¨€æ€â€ª€e€3€€€€€)€S€“€Ô€ë€À€c€€€r€Ò€è€š€1€€X€Å€ë€¤€7€€Z€È€é€œ€-€€f€Ñ€ä€Œ€$€€z€Ù€ë€Ó€•€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€€Ê€ë€â€€%€€w€Û€ß€~€€€‚€á€Ú€w€€"€ƒ€à€Ý€~€€€n€Ð€é€¨€E€€*€{€Ì€ë€Ü€±€…€f€W€Z€m€’€À€æ€ç€¶€b€€€_€Á€ë€¹€P€€5€ž€è€Ì€c€€-€˜€é€Î€a€€1€Ÿ€ê€Ä€V€€<€¯€ë€è€·€‚€z€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€z€‚€·€è€ë€¯€<€€V€Ä€ê€Ÿ€1€€a€Î€é€˜€-€€c€Ì€è€ž€5€€P€¹€ë€Á€_€€€b€¶€ç€æ€À€’€m€Z€W€f€…€±€Ü€ë€Ì€{€*€€E€¨€é€Ð€n€€€~€Ý€à€ƒ€"€€w€Ú€á€‚€€€~€ß€Û€w€€%€€â€ë€Ê€€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€‡€À€è€é€¢€4€€_€Ë€è€™€,€€e€Ï€è€˜€/€€^€È€ë€©€>€€@€¥€è€Ö€‚€-€€3€€Ã€è€ê€Ü€Ê€À€Â€Ï€á€ë€ß€°€g€$€€A€€ä€Ý€‡€(€€\€Ã€ë€¬€A€€H€·€ë€¶€E€€H€·€ë€°€@€€P€Á€ë€á€«€€z€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€z€€«€á€ë€Á€P€€@€°€ë€·€H€€E€¶€ë€·€H€€A€¬€ë€Ã€\€€(€‡€Ý€ä€€A€€$€g€°€ß€ë€á€Ï€Â€À€Ê€Ü€ê€è€Ã€€3€€-€‚€Ö€è€¥€@€€>€©€ë€È€^€€/€˜€è€Ï€e€€,€™€è€Ë€_€€4€¢€é€è€À€‡€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€€²€â€ë€·€I€€E€¶€ë€´€D€€F€´€ë€¹€M€€:€£€ê€Ð€m€€€l€È€ë€Â€l€$€€1€m€§€Ï€â€é€ê€ê€è€Þ€Ã€•€X€!€€4€…€Õ€ê€±€P€€+€Œ€à€Ý€„€$€€l€Ò€è€–€,€€d€Î€è€–€+€€h€Ñ€ë€Ø€Ÿ€|€{€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€{€|€Ÿ€Ø€ë€Ñ€h€€+€–€è€Î€d€€,€–€è€Ò€l€€$€„€Ý€à€Œ€+€€P€±€ê€Õ€…€4€€!€X€•€Ã€Þ€è€ê€ê€é€â€Ï€§€m€1€€$€l€Â€ë€È€l€€€m€Ð€ê€£€:€€M€¹€ë€´€F€€D€´€ë€¶€E€€I€·€ë€â€²€€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€{€}€¤€ß€ë€Ë€c€€.€™€è€Ï€d€€*€‘€å€Ö€t€€€t€Ô€è€¢€?€€4€Ž€Û€é€·€h€'€€€G€p€“€¨€±€°€£€‰€c€8€€€7€~€Ê€ë€Ê€t€ €€Z€½€ë€½€V€€/€”€ç€Ö€p€€"€…€á€Ú€x€€ €…€Þ€ë€Ð€’€{€{€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€{€{€’€Ð€ë€Þ€…€ €€x€Ú€á€…€"€€p€Ö€ç€”€/€€V€½€ë€½€Z€€ €t€Ê€ë€Ê€~€7€€€8€c€‰€£€°€±€¨€“€p€G€€€'€h€·€é€Û€Ž€4€€?€¢€è€Ô€t€€€t€Ö€å€‘€*€€d€Ï€è€™€.€€c€Ë€ë€ß€¤€}€{€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€z€–€Ô€ë€Ý€ƒ€ €€v€Ú€ã€Š€%€€h€Î€è€¢€;€€D€ª€ë€Ò€x€$€€J€¢€â€è€¹€t€5€€€€0€@€I€G€<€*€€€€G€ˆ€Ê€ë€Õ€Š€4€€7€•€â€ß€€,€€V€½€ë€¶€J€€=€©€ë€Ã€V€€6€¥€é€ë€Ã€ˆ€z€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€z€ˆ€Ã€ë€é€¥€6€€V€Ã€ë€©€=€€J€¶€ë€½€V€€,€€ß€â€•€7€€4€Š€Õ€ë€Ê€ˆ€G€€€€*€<€G€I€@€0€€€€5€t€¹€è€â€¢€J€€$€x€Ò€ë€ª€D€€;€¢€è€Î€h€€%€Š€ã€Ú€v€€ €ƒ€Ý€ë€Ô€–€z€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€z€Š€Ä€ç€è€£€7€€S€¿€ë€°€D€€@€©€ê€Ë€h€€€r€Ð€ë€¶€X€€€V€§€à€é€È€Ž€X€1€€€€€€€€ €=€i€¢€Õ€ë€Õ€“€B€€#€t€Ì€ë€·€V€€(€‡€Þ€â€‹€'€€b€Ê€ê€£€8€€R€À€ë€â€±€€{€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€{€€±€â€ë€À€R€€8€£€ê€Ê€b€€'€‹€â€Þ€‡€(€€V€·€ë€Ì€t€#€€B€“€Õ€ë€Õ€¢€i€=€ €€€€€€€€1€X€Ž€È€é€à€§€V€€€X€¶€ë€Ð€r€€€h€Ë€ê€©€@€€D€°€ë€¿€S€€7€£€è€ç€Ä€Š€z€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€{€€±€æ€ë€Á€W€€2€›€è€Ò€m€€€z€Ö€æ€ž€:€€:€š€ã€â€ž€G€€€V€ €×€ë€Ý€¹€€l€S€C€=€>€G€Z€v€ž€Æ€å€ê€Ë€€C€€€^€·€ë€Ó€}€&€€T€¸€ë€Â€[€€*€€â€Ú€{€€€w€Ö€ë€Û€Ÿ€}€{€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€{€}€Ÿ€Û€ë€Ö€w€€€{€Ú€â€€*€€[€Â€ë€¸€T€€&€}€Ó€ë€·€^€€€C€€Ë€ê€å€Æ€ž€v€Z€G€>€=€C€S€l€€¹€Ý€ë€×€ €V€€€G€ž€â€ã€š€:€€:€ž€æ€Ö€z€€€m€Ò€è€›€2€€W€Á€ë€æ€±€€{€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€|€|€ž€Û€ë€Û€~€ €€p€Ó€è€€6€€I€®€ë€Î€q€€€X€¶€ê€Ø€€@€€€J€‹€Ã€å€ë€á€Í€º€«€¥€¦€¯€¿€Ô€å€ë€Ü€µ€y€9€€€U€¨€æ€â€›€@€€1€€ß€â€’€/€€P€¹€ë€¼€R€€4€Ÿ€ç€ë€Ë€Ž€z€|€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€|€z€Ž€Ë€ë€ç€Ÿ€4€€R€¼€ë€¹€P€€/€’€â€ß€€1€€@€›€â€æ€¨€U€€€9€y€µ€Ü€ë€å€Ô€¿€¯€¦€¥€«€º€Í€á€ë€å€Ã€‹€J€€€@€€Ø€ê€¶€X€€€q€Î€ë€®€I€€6€€è€Ó€p€€ €~€Û€ë€Û€ž€|€|€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€z€€È€è€é€¦€>€€E€¯€ë€È€b€€ €x€Ó€é€¬€N€€"€p€Å€ë€Ó€€D€€€4€h€ž€Æ€Þ€é€ë€ê€è€è€ë€ë€ç€Ø€º€€X€(€€€V€¥€á€è€¯€V€€€h€Ä€ë€¾€[€€$€€Û€â€‘€-€€Y€Á€ë€ã€¶€ƒ€z€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€z€ƒ€¶€ã€ë€Á€Y€€-€‘€â€Û€€$€€[€¾€ë€Ä€h€€€V€¯€è€á€¥€V€€€(€X€€º€Ø€ç€ë€ë€è€è€ê€ë€é€Þ€Æ€ž€h€4€€€D€€Ó€ë€Å€p€"€€N€¬€é€Ó€x€ €€b€È€ë€¯€E€€>€¦€é€è€È€€z€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€|€€±€æ€ë€Ë€g€€"€€Û€æ€˜€5€€A€¡€æ€Ü€€6€€.€€Ë€ë€Ö€™€T€!€€€>€e€Š€§€º€Å€Ê€Ê€Ã€µ€Ÿ€€W€1€€€,€e€«€á€é€¸€d€€€L€©€è€Ú€†€+€€N€´€ë€Å€`€€%€‡€Ü€ë€Û€Ÿ€}€|€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€|€}€Ÿ€Û€ë€Ü€‡€%€€`€Å€ë€´€N€€+€†€Ú€è€©€L€€€d€¸€é€á€«€e€,€€€1€W€€Ÿ€µ€Ã€Ê€Ê€Å€º€§€Š€e€>€€€!€T€™€Ö€ë€Ë€€.€€6€€Ü€æ€¡€A€€5€˜€æ€Û€€"€€g€Ë€ë€æ€±€€|€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€{€™€Õ€ê€ã€–€2€€L€³€ë€Ê€i€€€c€À€ë€Ì€w€(€€6€‚€Ê€ë€Ý€­€n€9€€€€+€@€R€`€f€d€\€M€9€%€€€ €F€€€½€æ€ç€¸€j€$€€<€’€Ü€è€©€J€€*€‡€Ü€ä€–€3€€J€²€ê€è€Å€Š€z€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€z€Š€Å€è€ê€²€J€€3€–€ä€Ü€‡€*€€J€©€è€Ü€’€<€€$€j€¸€ç€æ€½€€€F€ €€€%€9€M€\€d€f€`€R€@€+€€€€9€n€­€Ý€ë€Ê€‚€6€€(€w€Ì€ë€À€c€€€i€Ê€ë€³€L€€2€–€ã€ê€Õ€™€{€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€|€‡€¼€ê€ë€Ã€^€€$€~€Ø€è€¥€D€€+€€Ó€ë€½€i€"€€5€{€À€ç€è€Ç€–€c€9€€€€€€€€€€€€'€E€r€¥€Ò€ë€á€¯€f€%€€3€ƒ€Ð€ë€À€f€€€^€¿€ë€Ã€`€€"€|€Ö€ë€â€ª€€{€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€{€€ª€â€ë€Ö€|€"€€`€Ã€ë€¿€^€€€f€À€ë€Ð€ƒ€3€€%€f€¯€á€ë€Ò€¥€r€E€'€€€€€€€€€€€€9€c€–€Ç€è€ç€À€{€5€€"€i€½€ë€Ó€€+€€D€¥€è€Ø€~€$€€^€Ã€ë€ê€¼€‡€|€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€ €Ú€ë€â€“€2€€E€©€é€Ö€‚€+€€?€—€Ý€è€µ€d€#€€-€k€«€Ú€ë€á€Ã€›€v€W€A€2€+€'€'€,€7€H€a€‚€¨€Ì€æ€é€Ð€›€X€ €€2€|€É€ë€Ï€~€+€€@€ž€å€Þ€€/€€J€¯€é€é€Ì€€z€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€z€€Ì€é€é€¯€J€€/€€Þ€å€ž€@€€+€~€Ï€ë€É€|€2€€ €X€›€Ð€é€æ€Ì€¨€‚€a€H€7€,€'€'€+€2€A€W€v€›€Ã€á€ë€Ú€«€k€-€€#€d€µ€è€Ý€—€?€€+€‚€Ö€é€©€E€€2€“€â€ë€Ú€ €}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€|€Š€¿€ê€ë€Å€d€€€l€É€ë€À€f€€€O€¥€â€è€´€h€(€€ €P€Œ€¿€ß€ë€å€Ó€½€¨€˜€Œ€†€‡€€œ€®€Ä€Ú€è€ê€Ù€³€|€A€€€8€€Ç€ë€Ö€€9€€+€€Õ€ë€±€P€€'€€Ö€ë€ã€®€€{€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€{€€®€ã€ë€Ö€€'€€P€±€ë€Õ€€+€€9€€Ö€ë€Ç€€8€€€A€|€³€Ù€ê€è€Ú€Ä€®€œ€€‡€†€Œ€˜€¨€½€Ó€å€ë€ß€¿€Œ€P€ €€(€h€´€è€â€¥€O€€€f€À€ë€É€l€€€d€Å€ë€ê€¿€Š€|€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€¡€Ù€ê€å€Ÿ€>€€3€€Ü€ç€ª€Q€€€X€«€ã€è€»€t€6€€€2€a€“€¼€Ø€ç€ë€é€ä€á€Þ€Þ€â€æ€ê€ê€ã€Ð€±€…€T€'€€€F€Š€Ì€ë€×€“€C€€ €i€Á€ë€Ë€r€!€€W€¸€ë€è€Ì€’€z€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€z€’€Ì€è€ë€¸€W€€!€r€Ë€ë€Á€i€ €€C€“€×€ë€Ì€Š€F€€€'€T€…€±€Ð€ã€ê€ê€æ€â€Þ€Þ€á€ä€é€ë€ç€Ø€¼€“€a€2€€€6€t€»€è€ã€«€X€€€Q€ª€ç€Ü€€3€€>€Ÿ€å€ê€Ù€¡€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€|€‡€½€è€ë€Ò€x€$€€M€©€ç€Þ€™€D€€€Z€©€á€ê€È€Œ€M€!€€€3€X€€ €¸€Ê€Õ€Û€Ü€Ü€Ú€Ò€Å€±€–€t€M€+€€€+€]€Ÿ€Ö€ë€Ó€“€E€€€[€±€è€Ü€€5€€8€”€à€ë€â€«€€|€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€€†€Š€€”€™€Ÿ€£€¨€«€®€°€¶€Ë€æ€æ€Ë€¶€°€®€«€¨€£€Ÿ€™€”€€Š€†€€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€|€€«€â€ë€à€”€8€€5€€Ü€è€±€[€€€E€“€Ó€ë€Ö€Ÿ€]€+€€€+€M€t€–€±€Å€Ò€Ú€Ü€Ü€Û€Õ€Ê€¸€ €€X€3€€€!€M€Œ€È€ê€á€©€Z€€€D€™€Þ€ç€©€M€€$€x€Ò€ë€è€½€‡€|€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€š€Ó€ë€ê€·€W€€€d€¼€ë€×€€?€€€U€Ÿ€Ø€ë€Ù€ª€q€?€€€€%€;€R€f€u€€…€ƒ€|€q€`€J€3€€€€%€K€€¸€â€ë€Ê€ˆ€A€€€T€¦€ã€å€¥€J€€#€s€Ì€ë€ê€Ã€€{€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€€‡€€—€¢€­€·€À€Ê€Ñ€×€Ü€á€ä€æ€è€ê€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€ê€è€æ€ä€á€Ü€×€Ñ€Ê€À€·€­€¢€—€€‡€€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€{€€Ã€ê€ë€Ì€s€#€€J€¥€å€ã€¦€T€€€A€ˆ€Ê€ë€â€¸€€K€%€€€€3€J€`€q€|€ƒ€…€€u€f€R€;€%€€€€?€q€ª€Ù€ë€Ø€Ÿ€U€€€?€€×€ë€¼€d€€€W€·€ê€ë€Ó€š€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€|€‚€±€à€ë€â€œ€@€€'€u€Ç€ë€Ó€€@€€€H€€É€è€è€Ê€Ÿ€n€E€'€€€€€€"€%€%€!€€€€€€.€O€z€«€Õ€ë€ã€¹€w€7€€€S€¢€à€è€²€\€€€Y€µ€é€é€×€ €~€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€€„€Ž€š€©€·€Å€Ñ€Ü€â€è€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€è€â€Ü€Ñ€Å€·€©€š€Ž€„€€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€~€ €×€é€é€µ€Y€€€\€²€è€à€¢€S€€€7€w€¹€ã€ë€Õ€«€z€O€.€€€€€€!€%€%€"€€€€€€'€E€n€Ÿ€Ê€è€è€É€€H€€€@€€Ó€ë€Ç€u€'€€@€œ€â€ë€à€±€‚€|€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€|€Ž€Å€è€ë€Õ€„€0€€1€€Ì€ë€Ó€‘€G€€€7€r€®€Ù€ë€ä€Ë€¨€‚€_€D€1€%€€€€€€€(€7€M€j€€²€Ó€è€é€Ð€ž€_€(€€!€[€¥€ß€é€º€h€ €€E€Ÿ€â€ë€ä€´€…€|€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€€‹€š€«€½€Í€Û€ä€é€ë€ë€ë€ë€ë€ë€ë€ë€é€ç€â€Þ€Ù€Ô€Ï€Ê€Å€Â€½€º€·€¹€Ì€ç€ç€Ì€¹€·€º€½€Â€Å€Ê€Ï€Ô€Ù€Þ€â€ç€é€ë€ë€ë€ë€ë€ë€ë€ë€é€ä€Û€Í€½€«€š€‹€€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€|€…€´€ä€ë€â€Ÿ€E€€ €h€º€é€ß€¥€[€!€€(€_€ž€Ð€é€è€Ó€²€€j€M€7€(€€€€€€€%€1€D€_€‚€¨€Ë€ä€ë€Ù€®€r€7€€€G€‘€Ó€ë€Ì€€1€€0€„€Õ€ë€è€Å€Ž€|€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€|€}€€Õ€ë€ë€Ç€q€&€€8€„€Ì€ë€×€œ€U€€€#€P€‡€¹€Ü€ê€è€Ú€Ã€«€•€‚€t€l€h€h€n€y€ˆ€œ€´€Ë€ß€ë€è€Ô€­€y€A€€€-€i€°€â€è€»€m€&€€8€Œ€Ù€ë€ê€Æ€€|€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€€€Ÿ€³€Ç€Ø€ã€ê€ë€ë€ë€ë€ë€ë€é€ã€Ü€Ó€È€½€²€¨€Ÿ€˜€’€Œ€‡€…€‚€€€€~€~€}€ƒ€«€â€â€«€ƒ€}€~€~€€€€‚€…€‡€Œ€’€˜€Ÿ€¨€²€½€È€Ó€Ü€ã€é€ë€ë€ë€ë€ë€ë€ê€ã€Ø€Ç€³€Ÿ€€€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€|€€Æ€ê€ë€Ù€Œ€8€€&€m€»€è€â€°€i€-€€€A€y€­€Ô€è€ë€ß€Ë€´€œ€ˆ€y€n€h€h€l€t€‚€•€«€Ã€Ú€è€ê€Ü€¹€‡€P€#€€€U€œ€×€ë€Ì€„€8€€&€q€Ç€ë€ë€Õ€€}€|€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€{€€«€Þ€ë€é€»€f€"€€8€€Ç€ë€ß€¬€j€1€€€.€Y€‡€±€Ð€ä€ë€ê€ã€Ü€Ô€Ï€Ì€Ì€Ð€Ö€Þ€æ€ë€ê€ß€É€§€{€L€%€€€@€~€½€ç€å€·€l€'€€1€€€Ð€ë€ë€Ò€œ€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€~€‡€š€±€Ç€Ú€æ€ë€ë€ë€ë€ë€ë€ç€Ý€Ð€Â€³€¥€™€Ž€‡€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€‡€Ž€™€¥€³€Â€Ð€Ý€ç€ë€ë€ë€ë€ë€ë€æ€Ú€Ç€±€š€‡€~€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€œ€Ò€ë€ë€Ð€€€1€€'€l€·€å€ç€½€~€@€€€%€L€{€§€É€ß€ê€ë€æ€Þ€Ö€Ð€Ì€Ì€Ï€Ô€Ü€ã€ê€ë€ä€Ð€±€‡€Y€.€€€1€j€¬€ß€ë€Ç€€8€€"€f€»€é€ë€Þ€«€€{€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€{€‡€¸€â€ë€æ€³€b€!€€3€w€½€ç€è€Â€ˆ€M€$€€€,€N€t€–€´€Ê€×€à€å€è€è€è€ç€ä€Ý€Ó€Ã€«€€i€D€%€€€-€]€›€Ð€ë€Þ€«€c€%€€/€z€É€ë€ê€Ú€¨€€|€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€½€ª€¼€Ó€ã€ê€ë€ë€ë€ë€è€á€Ò€Â€°€Ÿ€‘€†€€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€€†€‘€Ÿ€°€Â€Ò€á€è€ë€ë€ë€ë€ê€ã€Ó€¼€ª€½€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€|€€¨€Ú€ê€ë€É€z€/€€%€c€«€Þ€ë€Ð€›€]€-€€€%€D€i€€«€Ã€Ó€Ý€ä€ç€è€è€è€å€à€×€Ê€´€–€t€N€,€€€$€M€ˆ€Â€è€ç€½€w€3€€!€b€³€æ€ë€â€¸€‡€{€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€{€€Â€æ€ë€å€±€c€$€€+€h€«€Ý€ë€Ø€¬€v€E€#€€€€3€M€e€z€‹€˜€Ÿ€¢€¢€€”€†€t€]€D€,€€€€*€Q€‡€»€â€ë€Ñ€™€U€€€2€z€Æ€ë€ê€ß€±€„€|€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€„€°€â€ê€ã€ç€ë€ë€ë€ë€é€ß€Ï€»€¦€”€‡€€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€€‡€”€¦€»€Ï€ß€é€ë€ë€ë€ë€ç€ã€ê€â€°€„€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€|€„€±€ß€ê€ë€Æ€z€2€€€U€™€Ñ€ë€â€»€‡€Q€*€€€€,€D€]€t€†€”€€¢€¢€Ÿ€˜€‹€z€e€M€3€€€€#€E€v€¬€Ø€ë€Ý€«€h€+€€$€c€±€å€ë€æ€Â€€{€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€|€{€’€È€ç€ë€å€µ€k€+€€€R€“€Ê€è€è€Ð€¦€x€O€.€€€€€ €*€2€8€:€:€7€0€&€€€€€€5€Y€„€²€Ù€ë€â€¼€€€A€€€:€€€È€ë€ê€â€·€‡€{€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€¥€Ä€à€ë€ë€ë€ë€ë€ä€Õ€¿€©€”€…€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€…€”€©€¿€Õ€ä€ë€ë€ë€ë€ë€à€Ä€¥€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€{€‡€·€â€ê€ë€È€€€:€€€A€€€¼€â€ë€Ù€²€„€Y€5€€€€€€&€0€7€:€:€8€2€*€ €€€€€.€O€x€¦€Ð€è€è€Ê€“€R€€€+€k€µ€å€ë€ç€È€’€{€|€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€|€|€•€Ê€è€ê€ç€½€y€8€€€:€r€«€Ö€ê€è€Ó€²€€j€L€4€%€€€€€€€€€€€)€;€T€t€—€¼€Ú€ê€ç€Ë€š€a€,€€€H€€Í€ê€ê€â€º€Š€{€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€‡€Ÿ€½€×€è€ë€ë€ë€ë€æ€Ð€´€œ€‰€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€‰€œ€´€Ð€æ€ë€ë€ë€ë€è€×€½€Ÿ€‡€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€{€Š€º€â€ê€ê€Í€€H€€€,€a€š€Ë€ç€ê€Ú€¼€—€t€T€;€)€€€€€€€€€€€%€4€L€j€€²€Ó€è€ê€Ö€«€r€:€€€8€y€½€ç€ê€è€Ê€•€|€|€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€|€•€È€é€ê€ê€Ê€€L€€€"€L€€±€Ö€è€ë€ß€Ê€±€˜€€n€_€T€N€J€J€O€W€c€t€ˆ€ €¹€Ñ€ã€ë€å€Í€¥€q€>€€€'€]€Ÿ€×€ê€ë€ä€¸€‰€{€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€“€±€Ð€å€ë€ë€ë€ê€ä€è€è€À€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€À€è€è€ä€ê€ë€ë€ë€å€Ð€±€“€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€{€‰€¸€ä€ë€ê€×€Ÿ€]€'€€€>€q€¥€Í€å€ë€ã€Ñ€¹€ €ˆ€t€c€W€O€J€J€N€T€_€n€€˜€±€Ê€ß€ë€è€Ö€±€€L€"€€€L€€Ê€ê€ê€é€È€•€|€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€“€Â€æ€é€ë€Ú€¦€g€1€€€)€P€~€¨€Ê€ß€ê€ë€å€Û€Ð€Ä€¼€·€´€´€·€¾€È€Ó€Þ€è€ë€è€Ú€Â€€q€D€€€€?€y€·€â€ë€é€à€³€ˆ€{€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€†€ €Á€Ü€ê€ë€ë€ë€ã€Î€³€´€Ü€å€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€å€Ü€´€³€Î€ã€ë€ë€ë€ê€Ü€Á€ €†€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€{€ˆ€³€à€é€ë€â€·€y€?€€€€D€q€€Â€Ú€è€ë€è€Þ€Ó€È€¾€·€´€´€·€¼€Ä€Ð€Û€å€ë€ê€ß€Ê€¨€~€P€)€€€1€g€¦€Ú€ë€é€æ€Â€“€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€¹€á€é€ë€æ€Â€Š€R€'€€€%€D€h€€«€Ä€Ö€â€ç€ê€ë€ë€ë€ë€ë€ë€é€æ€Þ€Ñ€½€¤€ƒ€^€;€€€€2€b€›€Ï€é€é€é€Ù€«€…€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€‹€«€Í€å€ë€ë€ë€è€Ö€º€œ€…€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€…€œ€º€Ö€è€ë€ë€ë€å€Í€«€‹€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€…€«€Ù€é€é€é€Ï€›€b€2€€€€;€^€ƒ€¤€½€Ñ€Þ€æ€é€ë€ë€ë€ë€ë€ë€ê€ç€â€Ö€Ä€«€€h€D€%€€€'€R€Š€Â€æ€ë€é€á€¹€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€†€«€×€ê€è€ë€Ü€±€~€N€)€€€€,€E€`€y€Ž€Ÿ€­€¶€»€½€½€º€³€©€š€‡€q€X€>€&€€€€1€\€€¿€ã€ë€è€é€Í€Ÿ€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€‘€³€Õ€é€ë€ë€ë€à€Æ€§€€€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€€€§€Æ€à€ë€ë€ë€é€Õ€³€‘€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€Ÿ€Í€é€è€ë€ã€¿€€\€1€€€€&€>€X€q€‡€š€©€³€º€½€½€»€¶€­€Ÿ€Ž€y€`€E€,€€€€)€N€~€±€Ü€ë€è€ê€×€«€†€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€›€Æ€ä€é€é€ê€Ö€¯€‚€X€6€€€€€€,€9€D€M€S€V€V€Q€J€A€5€(€€€€€$€>€c€€¼€Þ€ë€é€é€ß€º€‘€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€•€¸€Û€ê€ë€ë€é€×€·€˜€ƒ€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€ƒ€˜€·€×€é€ë€ë€ê€Û€¸€•€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€‘€º€ß€é€é€ë€Þ€¼€€c€>€$€€€€€(€5€A€J€Q€V€V€S€M€D€9€,€€€€€€6€X€‚€¯€Ö€ê€é€é€ä€Æ€›€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‰€®€Ö€é€è€é€é€Ú€»€˜€t€T€:€&€€€€€€€€€€€€€€€+€@€\€}€¡€Ä€à€ë€è€é€æ€Ì€£€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€€–€¼€Ý€ë€ë€ë€ç€Ð€¬€€~€|€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€|€~€€¬€Ð€ç€ë€ë€ë€Ý€¼€–€€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€£€Ì€æ€é€è€ë€à€Ä€¡€}€\€@€+€€€€€€€€€€€€€€€&€:€T€t€˜€»€Ú€é€é€è€é€Ö€®€‰€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€”€º€Ü€ê€è€é€ë€ä€Ò€¹€Ÿ€…€m€Z€J€?€8€3€1€1€4€:€C€O€`€t€Œ€¥€À€Ø€è€ë€è€é€è€Ó€®€Œ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€–€¼€Þ€ë€ë€ë€ä€Ê€¥€‡€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€‡€¥€Ê€ä€ë€ë€ë€Þ€¼€–€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€Œ€®€Ó€è€é€è€ë€è€Ø€À€¥€Œ€t€`€O€C€:€4€1€1€3€8€?€J€Z€m€…€Ÿ€¹€Ò€ä€ë€é€è€ê€Ü€º€”€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€˜€»€Ù€é€ê€è€é€ë€è€Ý€Ï€À€³€§€Ÿ€™€—€—€š€¡€«€·€Å€Ô€á€é€ë€é€è€ë€ç€Ñ€°€€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€’€¸€Ý€ë€ë€ë€â€Å€Ÿ€…€|€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€|€…€Ÿ€Å€â€ë€ë€ë€Ý€¸€’€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€€°€Ñ€ç€ë€è€é€ë€é€á€Ô€Å€·€«€¡€š€—€—€™€Ÿ€§€³€À€Ï€Ý€è€ë€é€è€ê€é€Ù€»€˜€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€“€°€Ì€á€ë€é€è€è€é€ë€ë€é€è€ç€æ€æ€ç€è€ê€ë€ê€è€è€è€ë€é€Ü€Å€§€Œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€|€}€€²€Ù€ë€ë€ë€â€Ã€€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€€Ã€â€ë€ë€ë€Ù€²€€}€|€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€Œ€§€Å€Ü€é€ë€è€è€è€ê€ë€ê€è€ç€æ€æ€ç€è€é€ë€ë€é€è€è€é€ë€á€Ì€°€“€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€‡€š€²€É€Ú€å€ë€ë€é€è€è€è€è€è€è€è€é€ê€ë€é€â€Ö€Ã€«€”€ƒ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€|€†€¨€Ò€é€ë€ë€ã€Å€ž€‚€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‚€ž€Å€ã€ë€ë€é€Ò€¨€†€|€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€ƒ€”€«€Ã€Ö€â€é€ë€ê€é€è€è€è€è€è€è€è€é€ë€ë€å€Ú€É€²€š€‡€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€ƒ€€Ÿ€¯€½€É€Ð€Ö€Ù€Û€Û€Ø€Õ€Î€Å€¸€ª€š€Œ€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€|€€€É€æ€ë€ë€æ€Ê€ €ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€ €Ê€æ€ë€ë€æ€É€€€|€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€Œ€š€ª€¸€Å€Î€Õ€Ø€Û€Û€Ù€Ö€Ð€É€½€¯€Ÿ€€ƒ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€…€‰€Œ€€€‹€ˆ€„€€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€’€½€á€ë€ë€é€Ñ€§€…€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€…€§€Ñ€é€ë€ë€á€½€’€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€€„€ˆ€‹€€€Œ€‰€…€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€{€‡€«€×€ë€ë€ë€Ú€±€Š€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Š€±€Ú€ë€ë€ë€×€«€‡€{€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€€¿€ë€Ö€€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€’€È€ë€Ï€–€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€˜€Ð€ë€Æ€‘€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€Ÿ€×€ê€½€Œ€|€€€€€€€€š€É€è€ë€ë€â€¾€•€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ý€ç€µ€ˆ€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€ˆ€µ€ç€Ý€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€•€¾€â€ë€ë€è€É€š€€€€€€€€|€Œ€½€ê€×€Ÿ€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€‘€Æ€ë€Ð€˜€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€–€Ï€ë€È€’€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€€Ö€ë€¿€€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€å€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€«€Í€ê€Ü€¶€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€®€Ò€ë€×€±€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€²€Ø€ë€Ñ€­€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€·€Ý€ê€Ì€ª€Ÿ€¡€¡€ €¨€Ä€â€ë€ë€é€Ö€¸€¤€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€â€è€Æ€§€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€§€Æ€è€â€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¤€¸€Ö€é€ë€ë€â€Ä€¨€ €¡€¡€Ÿ€ª€Ì€ê€Ý€·€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€­€Ñ€ë€Ø€²€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€±€×€ë€Ò€®€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€¶€Ü€ê€Í€«€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€å€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€â€è€ë€ë€ë€é€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€é€ë€ë€ë€è€â€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë{êévé‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuèç|æ{åƒäuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuäƒäuä}ãvâxâvâyãxæêë€ë€ë}è}äxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâ{áyà‚ß‚ÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞˆÞŠÞ†á‡æ€ê€ë€ë€é„ä…߈ފޅ݊݀܋Ü|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|ۋۀڈه؂׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~ׇÖÖ‚Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Ò€¸€Œ€Y€-€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è`ä…à>Ü‹Ú5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ8Ù‰ÓfÍbÇ“Á:¾™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿’¾6ºp¶<²P¯A¼o×ké€ë€ëxávÇQ²E­N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®^ªU¤‹ŸŽ™²”¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•³“Àš¸¥Ý€ë€ë‚è‚Χ¨±•¡‘€ŠÇ†e„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„e„Ë‚„|²v±p‹jËhsiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitg°cx_[~X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€W€N€=€+€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQáˆÛ ÖÒÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÒÑÈY¿T¶­ª¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««›¨£hœUµHÜ€ë€ë}è}ËF¤7’7’#’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’NŒA„{•sÉlÝmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜlÉm܇š¾¡æ€ë€ëÕž®nÛa€]èWYTîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîTYTîR†IÉ@Ç7.î,m-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n*Æ$u–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡k§(Ç{æ{ë€ë€ÞV¸K—6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÅt×¢ŠÙë€ë€ã•±ªsZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªš§´yÕdê€ë€êjÐd§6‘#‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞk¸‹ÆÅéë€ê€Å€ÏTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¬‘Â=à€ë€ëzãxÀ?›-‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞz£®­à€ë€ë€×[WìQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª£¯Ì‚çyë€ë€ÛQ±D“6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÈnÛ˜ŠÑ“ë€ë€án¢µ_ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªµÔYé€ë€êxÑ_¨8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj¦Í¾€è‚ë烵alÝQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªœ».Û€ë€ë‚çyÉk¤$–7‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj°eâm€¨±á€ë€ëwÆ›zZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¥«†ànë€ë€ãÂ>¤gœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ__æ‘zØŽë€ë€ÒhŠÇTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª­•ÇCå€ë€ëˆÞi½›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_ZêUdÏÌ€ë€ë|Ü‹—\ZêQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¢°Í‚èzë€êמ·'ª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðqu½¢ê€ë€ão¤´aZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª³ÒUê€ë€éÑS³¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQ`gà®çƒë肯_gáQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªŸµ#Ö€êë‚çyË£¯ª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQð_n¡¶á€ë€êt¹¤kZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª·ŠÙaë€ë€ä•ÆA¬¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQ\Xë•|ÛŒë€ë€ÁbpÚQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¸)Û€ë€ë…âpÂ¥«ª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðTiŒÅÕ€ë€ëwÆ›tZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªºˆÝhë€ë€àš¿4ª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZSïƒyÑ“ë€ë€ÊdxÔQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªœ».Þ€ë€ë‡Þj¼¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQe|ÑÍ€ë€ëxÌ—{ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¼ˆÞjë€ë€Ýœº,ª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðwxÉ™ë€ë€Ìe|ÑQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›¼/Þ€ë€ë‰Üf¸¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQct×Ç€ë€ëyÍ–|ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª»ˆÞjë€ë€Û¸)ª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðswÆ›ë€ë€Ìd{ÒQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªœº,Ý€ë€ë‰Ûe¸¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQct×Æ€ë€ëxʘxZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¸‰Üfë€ë€Û¹*ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðuwÆ›ë€ë€Çct×QZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªŸ¶&Ú€ë€ëˆÜg¹¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQcwÕÉ€ë€ëvÃoZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª³‹×^ë€ë€Þœ».ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðzxÌ–ë€ë€½`hßQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¢±Ô€ë€ë‡àm½¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQeÏÑ€ë€ês´¨bZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª®ÏPê€ë€â™À6ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZRð…{Õëè‚©]\èQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¤¬Ê‚è{ë„äuÃ¥ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðSiÅÛ€ë€ämž¸XZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª«–Ä>å€ë€ç”ÈC«¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ[Ví˜}á‡ë}ÞŠ‘[TîQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¿…âpëé|̤­ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðZn£´æ€ë€ÕfƒÌQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¹*Ý€ë€êŽÒU¯¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ^_æ±€êëxʘuZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª³‹×^ë€ë€Ø ³!ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðhu¾¡ë€ë€½`hàQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª£®Ѐë€ëˆÞj¸¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQct×Ì€ë€ëp¬®]ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª«”ÈDè€ë€ãš¿4ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðƒ{ØŽë~ä…™[UíQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¿„ätë‚çzÆ¥«ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðTk”¿ã€ë€Úg…ËQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªž·(Ý€ë€êÎO®¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ][騀êëxʘrZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª±ÔYë€ë€×¡³ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðgt»£ë€ë€µ^bäQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¥¬Êé|ë‡ßk¹¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQcwÕ΀ë€æm¹VZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªš¿4ä€ë€å—Â;ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZRðŒ}ÝŠë|ÛŒƒZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªµ‰Üfë€êͤ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðXo¤´é€ë€ÇalÝQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª£®Ñ€ë€ë‹×^²¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ_eâ½€ë€ëq®­\ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª—Ä=ç€ë€àœº-ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðyzÒ’ë}á‡ZSïQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¸‡ßkë‚çzÆ¥ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðSk”¿ã€ë€Îcs×QZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª£¯Ó€ë€ëŽÓW¯¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ]^ç²€ë€ër´¨^ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª–Æ@è€ë€ßž·'ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðqyΕë~㆓ZSïQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¸‡ßkëƒçy檪¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQiŽÄá€ë€Ïct×QZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª£®Ò€ë€ëÒU®¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ]]è°€ë€ër±ª\ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª—Ã<ç€ë€ßž¸(ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðsyÏ•ë~⇎ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¶ˆÝgë‚è{Ŧªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQj’Áä€ë€ÉanÛQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¤¬Í€ë€ëÔY¯¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ^_æµ€ë€ëo¦³WZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªš¾2ä€ë€âœ»-ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðz{Õë|ÛŒ€ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª±ŒÖ]ë€êÊ¥«ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðTmž¸ê€ë€»^bäQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªÅ‚è{ëŠÚc³¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ`hßÀë€äj“ÁQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªŸµ$Ý€ë€æ˜Â9ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðŠ}àˆëxË—mZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª«’ÌKê€ë€Ó£®ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQð\r²©ëé‚¢[UíQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¹…âpë…âp»¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQdzÓÕ€ë€ÕcwÕQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¤­Ñ€ë€ë‘ÍL¬¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ[V준ë€ëq®¬[ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªš½2ä€ë€ÞŸ¶%ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðnxÌ–ë|ÚŒ€ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¯ÕZëé}È¥«ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðTl˜½ç€ë€·]^çQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªÀƒæwë‰Ûe³¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ`gàÆ€ë€ßg†ÉQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª£¯×€ë€è–Ä>ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQð‘~ä…ët»£^ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª™À7ç€ë€Ù¡±ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðdvÁŸë~ᇇZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¯ŒÖ\ë‚çy¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQiŒÅá€ë€º]_æQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªÁ‚çyë‹Ø_±¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ_cã¾€ë€áhˆÈQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª£¯Õ€ë€ç˜Â:ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQð‹~á‡ët¸¥^ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª™À6ç€ë€Ù¡±ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðduÀ ë}ᇅZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª®ÔXë‚è{檪¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQiŽÄä€ë€µ]\éQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª½ƒåvë‰Ûe²¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ_eâÆ€ë€Ýf€ÎQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¤¬Ñ€ë€ê•ÇCª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQð—è‚ëq®­XZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªœº,ã€ë€ÞŸµ#ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðlxÌ—ë{ØŽwZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª’ÌLë€ë€Ë¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðRmŸ·ë€ë€£[SïQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¶‡ßkë†áo¸¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQcs×Ô€ë€ÎanÛQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªÆé|ëÐQ¬¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ[Vì«€ë€æk•¿QZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¡±Ù€ë€å›½1ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQð}ÞŠëvÁŸcZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª™¿5æ€ë€Ö£®ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQð]t¹¤ë}߉„ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¬ÑTëé}Ħªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQiÃç€ë€¯\XëQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¸†ánëˆÝg³¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ`hßÉ€ë€ÓbsØQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªÈê~ë’ÌK«¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ[Uí¢€ë€èl™¼QZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¡±Ù€ë€ãœº-ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðy|ÙëvÁŸcZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªš½2å€ë€Õ£®ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQð]t¸¥ë|Ý‹€ZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª¬‘ÎNëé}Ħªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQjÂç€ë€§[VìQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª´ˆÝhë‡ßkµ¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQamÜ΀ë€Ê`ißQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªÁ‚èzëÐR­¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ\Y묀ë€ãh‰ÈQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¤­Ñ€ë€ç™À6ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQð†~á‡ëq¯¬ZZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªªŸµ$߀ë€Ü ³ ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðhwÈ™ëyÏ•mZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª—Ã;é€ë€Î¥«ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðVo¦²ëçƒZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ª­ŽÒUëƒæw¾¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQf‚Ìހ뀱\YêQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªµ‡ßlë‰Üf³¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ`gàÇ€ë€ÏamÜQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªÂé}ë‘ÎN«¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQ[Të€çh‹ÆQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¤¬Ñ€ë€æ™¿5ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQð…}àˆëq­­WZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª ³ Þ€ë€Þ ´"ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðjxÌ—ëxÌ—hZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª™¿4è€ë€Ñ¥¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðVq®­ë~ㆃZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQàˆÛÕÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÒ’ÒÑŽÇY¾Sµ¬ª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª’ÌKë‚è{檪¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª¦ªª›§¡hœ–8‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘6‘"‘M‹@‚‘y•pÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞjÊjÞj±eâ_€ZêTZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQiŽÄä€ë€£[SïQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðQZQðO†FÊ=É4*ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n)ð)n&È t–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€æQáˆÛ ÖÒÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÓÓ’ÒÑÈY¿T¶­ª¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¦ª±ŠÙbë†áo¸¦ª«¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««¥««›¨£h˜9“$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’7’$’NŒA„{•sÉlÝmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜmÉmÜm°gàb€]èWYTîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîQct×Ô€ë€Á^bäS[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîT[TîTYTîR†IÉ@Ç7.î,m-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n-î-n*Æ$u–|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è`ä…à>Ü‹Ú5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ5ÚŒÚ8Ù‰ÓfÍbÇ“Á:¾™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿š¿4ʃæxëˆÝhš¿4¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿™¿5¿’¾6ºp¶<²O¯A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®N®A®^ªU¤‹ŸŽ™²”¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•²•¿•¡‘€ŠÇ†e„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„˃h‹ÆÊ€ë€àm¹ƒg„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„g„Ë„e„Ë‚„|²v±p‹jËhsiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitiËitg°cx_[~X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€W€N€=€+€€€€0€b€™€Ë€è€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë{êévé‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuè‚èuèç|æ{åƒäuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuç€ë€ë‚çzä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuä„äuäƒäuä}ãvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâxâvâ{áyà‚߂ވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފވފޅ݊݀܋Ü|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹ã€ë€ë~â‡Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|Û‹Û|ۋۀڈه؂׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~׋×~ׇÖÖ‚Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Ò€¸€Œ€Y€-€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ç€ë€ê€ã€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€ã€ê€ë€ç€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€å€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¨€Ç€è€á€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€«€Í€ê€Ü€¶€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€®€Ò€ë€×€±€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €«€Ü€ë€Ü€¬€ €¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€²€Ø€ë€Ñ€­€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€·€Ý€ê€Ì€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€â€è€Æ€§€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€§€Æ€è€â€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€Ì€ê€Ý€·€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€­€Ñ€ë€Ø€²€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€ €¬€Ü€ë€Ü€«€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€±€×€ë€Ò€®€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€¶€Ü€ê€Í€«€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€á€è€Ç€¨€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€å€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€‰€·€è€Ü€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€€¿€ë€Ö€€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€’€È€ë€Ï€–€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€Ÿ€â€ë€Ã€ƒ€€€€€€€€€€€€€€€€€€}€}€˜€Ð€ë€Æ€‘€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€Ÿ€×€ê€½€Œ€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ý€ç€µ€ˆ€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€ˆ€µ€ç€Ý€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€Œ€½€ê€×€Ÿ€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€‘€Æ€ë€Ð€˜€}€}€€€€€€€€€€€€€€€€€€ƒ€Ã€ë€â€Ÿ€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€–€Ï€ë€È€’€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€€Ö€ë€¿€€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ü€è€·€‰€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€¯€ê€é€­€{€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€{€­€é€ê€¯€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€Ã€ë€â€›€{€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€{€›€â€ë€Ã€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€Œ€Ô€ë€Ô€Œ€|€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€|€Œ€Ô€ë€Ô€Œ€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€›€á€ë€Â€€|€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€|€€Â€ë€á€›€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€«€è€ë€°€|€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€|€°€ë€è€«€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€½€ë€å€Ÿ€|€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€|€Ÿ€å€ë€½€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€‡€Í€ë€Ù€€{€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€{€€Ù€ë€Í€‡€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€“€Û€ë€Ê€…€|€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€|€…€Ê€ë€Û€“€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€ €ã€ë€º€€|€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€|€€º€ë€ã€ €y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€°€è€ë€ª€}€|€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€|€}€ª€ë€è€°€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€¾€ë€ã€›€{€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€{€›€ã€ë€¾€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€‡€Í€ë€×€Ž€{€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€{€Ž€×€ë€Í€‡€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€’€Ø€ë€Ê€†€{€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€{€†€Ê€ë€Ø€’€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€€à€ë€½€€{€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€{€€½€ë€à€€x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€¨€æ€ë€¯€~€|€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€|€~€¯€ë€æ€¨€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€µ€ë€è€£€|€|€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€|€|€£€è€ë€µ€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€€Á€ë€ß€—€z€|€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€|€z€—€ß€ë€Á€€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€‡€Ì€ë€Ö€€z€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€z€€Ö€ë€Ì€‡€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€€Ö€ë€Ë€‡€z€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€z€‡€Ë€ë€Ö€€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€˜€Ü€ë€À€‚€z€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€z€‚€À€ë€Ü€˜€x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€ €â€ë€¶€€€{€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€{€€€¶€ë€â€ €x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€z€«€è€ë€«€}€{€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€{€}€«€ë€è€«€z€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€|€´€ë€ç€¡€{€|€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€|€{€¡€ç€ë€´€|€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€€½€ë€á€™€z€|€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€|€z€™€á€ë€½€€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€…€Æ€ë€Ù€’€z€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€z€’€Ù€ë€Æ€…€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€‰€Î€ë€Ñ€Œ€y€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€y€Œ€Ñ€ë€Î€‰€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€Ž€Ô€ë€Ê€‡€z€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€z€‡€Ê€ë€Ô€Ž€x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€“€Ù€ë€Ã€„€z€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€z€„€Ã€ë€Ù€“€x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€™€Þ€ë€½€€z€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€z€€½€ë€Þ€™€x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€y€Ÿ€â€ë€¶€€{€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€{€€¶€ë€â€Ÿ€y€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€z€¥€ç€ë€¯€}€{€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€{€}€¯€ë€ç€¥€z€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€z€ª€ê€ë€ª€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€ª€ë€ê€ª€z€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€|€°€ë€è€¤€z€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€z€¤€è€ë€°€|€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€~€´€ë€ä€Ÿ€z€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€z€Ÿ€ä€ë€´€~€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€€€¹€ë€â€›€y€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€y€›€â€ë€¹€€€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€€½€ë€Þ€—€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€—€Þ€ë€½€€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€ƒ€Á€ë€Û€”€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€”€Û€ë€Á€ƒ€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€…€Å€ë€Ù€’€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€’€Ù€ë€Å€…€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€†€È€ë€Ö€€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€€Ö€ë€È€†€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€‡€Ê€ë€Ô€€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€€Ô€ë€Ê€‡€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€ˆ€Ë€ë€Ò€€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€€Ò€ë€Ë€ˆ€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€ˆ€Í€ë€Ñ€Œ€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€Œ€Ñ€ë€Í€ˆ€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€‰€·€è€Ü€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€€¿€ë€Ö€€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€’€È€ë€Ï€–€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€{€Œ€Ï€ë€Ð€€{€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€˜€Ð€ë€Æ€‘€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€Ÿ€×€ê€½€Œ€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ý€ç€µ€ˆ€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€ˆ€µ€ç€Ý€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€Œ€½€ê€×€Ÿ€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€‘€Æ€ë€Ð€˜€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€{€€Ð€ë€Ï€Œ€{€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€–€Ï€ë€È€’€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€€Ö€ë€¿€€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ü€è€·€‰€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€å€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¨€Ç€è€á€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€«€Í€ê€Ü€¶€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€®€Ò€ë€×€±€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€×€ë€Ù€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€²€Ø€ë€Ñ€­€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€·€Ý€ê€Ì€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€â€è€Æ€§€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€§€Æ€è€â€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€Ì€ê€Ý€·€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€­€Ñ€ë€Ø€²€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€Ù€ë€×€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€±€×€ë€Ò€®€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€¶€Ü€ê€Í€«€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€á€è€Ç€¨€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€å€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€è€ë€è€â€ß€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ß€â€è€ë€è€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€è€ë€è€â€ß€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ß€â€è€ë€è€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€å€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¨€Ç€è€á€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€«€Í€ê€Ü€¶€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€®€Ò€ë€×€±€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€×€ë€Ù€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€²€Ø€ë€Ñ€­€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€·€Ý€ê€Ì€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€â€è€Æ€§€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€§€Æ€è€â€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€Ì€ê€Ý€·€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€­€Ñ€ë€Ø€²€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€Ù€ë€×€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€±€×€ë€Ò€®€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€¶€Ü€ê€Í€«€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€á€è€Ç€¨€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€å€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€‰€·€è€Ü€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€€¿€ë€Ö€€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€’€È€ë€Ï€–€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€{€Œ€Ï€ë€Ð€€{€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€˜€Ð€ë€Æ€‘€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€Ÿ€×€ê€½€Œ€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ý€ç€µ€ˆ€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€ˆ€µ€ç€Ý€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€Œ€½€ê€×€Ÿ€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€‘€Æ€ë€Ð€˜€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€{€€Ð€ë€Ï€Œ€{€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€–€Ï€ë€È€’€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€€Ö€ë€¿€€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ü€è€·€‰€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€ˆ€Í€ë€Ñ€Œ€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€Œ€Ñ€ë€Í€ˆ€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€ˆ€Ë€ë€Ò€€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€€Ò€ë€Ë€ˆ€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€‡€Ê€ë€Ô€€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€€Ô€ë€Ê€‡€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€†€È€ë€Ö€€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€€Ö€ë€È€†€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€…€Å€ë€Ù€’€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€’€Ù€ë€Å€…€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€ƒ€Á€ë€Û€”€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€”€Û€ë€Á€ƒ€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€€½€ë€Þ€—€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€—€Þ€ë€½€€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€€€¹€ë€â€›€y€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€y€›€â€ë€¹€€€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€~€´€ë€ä€Ÿ€z€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€z€Ÿ€ä€ë€´€~€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€|€°€ë€è€¤€z€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€z€¤€è€ë€°€|€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€z€ª€ê€ë€ª€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€ª€ë€ê€ª€z€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€z€¥€ç€ë€¯€}€{€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€{€}€¯€ë€ç€¥€z€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€y€Ÿ€â€ë€¶€€{€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€{€€¶€ë€â€Ÿ€y€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€™€Þ€ë€½€€z€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€z€€½€ë€Þ€™€x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€“€Ù€ë€Ã€„€z€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€z€„€Ã€ë€Ù€“€x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€Ž€Ô€ë€Ê€‡€z€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€z€‡€Ê€ë€Ô€Ž€x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€‰€Î€ë€Ñ€Œ€y€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€y€Œ€Ñ€ë€Î€‰€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€…€Æ€ë€Ù€’€z€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€z€’€Ù€ë€Æ€…€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€€½€ë€á€™€z€|€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€|€z€™€á€ë€½€€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€|€´€ë€ç€¡€{€|€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€|€{€¡€ç€ë€´€|€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€z€«€è€ë€«€}€{€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€{€}€«€ë€è€«€z€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€ €â€ë€¶€€€{€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€{€€€¶€ë€â€ €x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€˜€Ü€ë€À€‚€z€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€z€‚€À€ë€Ü€˜€x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€€Ö€ë€Ë€‡€z€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€z€‡€Ë€ë€Ö€€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€‡€Ì€ë€Ö€€z€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€z€€Ö€ë€Ì€‡€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€€Á€ë€ß€—€z€|€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€|€z€—€ß€ë€Á€€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€µ€ë€è€£€|€|€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€|€|€£€è€ë€µ€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€¨€æ€ë€¯€~€|€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€|€~€¯€ë€æ€¨€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€x€€à€ë€½€€{€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€{€€½€ë€à€€x€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€’€Ø€ë€Ê€†€{€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€{€†€Ê€ë€Ø€’€y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€‡€Í€ë€×€Ž€{€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€{€Ž€×€ë€Í€‡€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€¾€ë€ã€›€{€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€{€›€ã€ë€¾€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€°€è€ë€ª€}€|€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€|€}€ª€ë€è€°€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€y€ €ã€ë€º€€|€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€|€€º€ë€ã€ €y€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€“€Û€ë€Ê€…€|€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€|€…€Ê€ë€Û€“€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€‡€Í€ë€Ù€€{€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€{€€Ù€ë€Í€‡€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€½€ë€å€Ÿ€|€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€|€Ÿ€å€ë€½€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€«€è€ë€°€|€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€|€°€ë€è€«€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€z€›€á€ë€Â€€|€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€|€€Â€ë€á€›€z€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€Œ€Ô€ë€Ô€Œ€|€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€|€Œ€Ô€ë€Ô€Œ€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€Ã€ë€â€›€{€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€{€›€â€ë€Ã€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€¯€ê€é€­€{€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€{€­€é€ê€¯€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€‰€·€è€Ü€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€€¿€ë€Ö€€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€’€È€ë€Ï€–€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€Ÿ€â€ë€Ã€ƒ€€€€€€€€€€€€€€€€€€}€}€˜€Ð€ë€Æ€‘€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€Ÿ€×€ê€½€Œ€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ý€ç€µ€ˆ€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€ˆ€µ€ç€Ý€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€Œ€½€ê€×€Ÿ€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€‘€Æ€ë€Ð€˜€}€}€€€€€€€€€€€€€€€€€€ƒ€Ã€ë€â€Ÿ€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€–€Ï€ë€È€’€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€€Ö€ë€¿€€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ü€è€·€‰€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€å€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¨€Ç€è€á€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€«€Í€ê€Ü€¶€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€®€Ò€ë€×€±€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €«€Ü€ë€Ü€¬€ €¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€²€Ø€ë€Ñ€­€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€·€Ý€ê€Ì€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€â€è€Æ€§€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€§€Æ€è€â€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€Ì€ê€Ý€·€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€­€Ñ€ë€Ø€²€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€ €¬€Ü€ë€Ü€«€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€±€×€ë€Ò€®€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€¶€Ü€ê€Í€«€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€á€è€Ç€¨€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€å€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ç€ë€ê€ã€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€ã€ê€ë€ç€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€-€Y€Œ€¸€Ò€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Ö€Ö€Ö€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ù€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€â€ë€ë€ã€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Ü€Ý€Ý€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€ß€à€à€á€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€ã€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€è€ë€ë€è€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€ç€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€é€é€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€+€=€N€W€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€\€a€f€j€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€n€s€w€|€€€€€€€€€€€€€€€€€€€€€€€€€€š€à€ë€Ê€‰€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€„€‰€€’€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€š€Ÿ€¤€©€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€±€µ€º€¿€Ã€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Á€Ä€Þ€ë€ç€Ì€Á€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Ã€Ç€Ì€Ð€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ù€Ý€â€ç€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€!€(€/€3€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€3€:€A€I€P€R€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€P€_€À€ë€Ô€r€L€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€P€T€\€b€i€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€u€|€‚€Š€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€–€€¤€«€¯€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€¬€»€â€ë€Û€´€­€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€­€°€·€¾€Å€Ì€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Ì€Ñ€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€P€¡€ë€ã€Œ€I€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€Å€è€ë€Î€®€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€L€€ã€ë€¬€S€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€Ò€ë€è€Â€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€e€Ë€ë€Ë€h€I€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€·€Þ€ë€Þ€·€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€S€«€ë€ß€‚€G€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€Â€æ€ë€Ò€°€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€M€‰€ç€ë€¥€Q€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€Ð€ë€é€Ä€­€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€i€Ï€ë€Æ€d€H€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€¶€Ý€ë€à€¸€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€V€°€ë€Ý€€€H€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€Á€æ€ë€Ó€±€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€M€‹€ç€ë€¥€R€J€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€Ð€ë€é€Å€­€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€I€j€Î€ë€Ç€d€H€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€¶€Ý€ë€à€¸€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€V€­€ë€á€ƒ€J€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€«€Ã€ç€ë€Ó€±€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€K€‡€ã€ë€«€V€J€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€°€Ò€ë€è€Ã€¬€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€G€f€Ê€ë€Î€j€H€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€¸€ß€ë€Þ€·€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€S€¥€ë€è€Ž€M€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€­€Ç€é€ë€Ð€¯€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€H€}€Ü€ë€·€Z€J€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€±€Ö€ë€å€À€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€I€`€À€ë€Ù€v€J€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€½€ä€ë€Ú€´€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€M€—€è€ë€ €Q€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€Î€ë€é€Ê€­€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€G€p€Ó€ë€È€e€J€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€·€Ý€ë€â€º€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€U€­€ë€è€€N€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€­€Å€é€ë€Ó€°€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€H€‚€ß€ë€¸€Z€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€±€×€ë€æ€Â€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€`€À€ë€Ý€}€L€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¿€æ€ë€Ú€´€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€K€“€æ€ë€ª€R€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€Ñ€ë€é€É€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€k€Í€ë€Ô€q€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€»€â€ë€à€¸€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€P€¡€ë€ë€ž€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€®€Ì€ë€ë€Î€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€t€×€ë€Ê€h€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¸€ß€ë€â€¼€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€T€«€ë€è€”€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€É€é€ë€Ó€°€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€}€Ý€ë€Å€b€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¶€Ü€ë€å€À€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€X€³€ë€ä€Œ€J€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€Æ€è€ë€Ö€±€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€M€‚€à€ë€¾€`€J€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€´€Ú€ë€ç€Ã€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€Z€·€ë€á€‰€J€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€Ä€ç€ë€×€²€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€M€…€á€ë€½€`€I€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€´€Ù€ë€è€Ã€­€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€\€¹€ë€á€Š€J€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¬€Å€è€ë€×€²€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€M€…€â€ë€À€a€H€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€µ€Ú€ë€ç€Ã€­€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€[€»€ë€ã€Ž€M€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€­€Ç€è€ë€×€²€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€L€„€Þ€ë€Ä€d€I€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€¶€Ü€ë€æ€Ã€¬€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€I€[€µ€ë€è€–€P€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€®€Ê€é€ë€Ö€²€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€J€}€Ú€ë€Ë€k€J€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€¸€Þ€ë€ä€À€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€W€¬€ë€ë€¢€S€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€Ï€ë€ë€Ó€±€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€H€t€Õ€ë€Õ€w€L€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€½€â€ë€â€½€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€Q€ €è€ë€±€X€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€±€Õ€ë€ê€Î€¯€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€I€j€Ê€ë€à€‡€M€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€Ã€ç€ë€Þ€¸€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€M€€ä€ë€Ã€e€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¶€Û€ë€è€È€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€_€º€ë€ê€œ€P€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€®€Ì€ê€ë€×€´€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€~€Û€ë€Õ€w€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€½€â€ë€å€À€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€T€¤€ë€ë€µ€\€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€²€Õ€ë€ë€Ð€°€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€j€É€ë€ä€€M€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€Ç€è€ë€Ý€¹€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€M€Œ€â€ë€Î€o€I€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€»€à€ë€è€Å€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€Y€°€ë€ë€®€Y€J€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€±€Ô€ë€ë€Ô€±€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€L€r€Ï€ë€á€Œ€M€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¬€Æ€ç€ë€ß€»€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€P€’€ã€ë€Î€n€H€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€º€ß€ë€è€È€®€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€Z€²€ë€ë€±€[€I€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€²€Ô€ë€ë€Õ€±€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€J€p€Î€ë€â€’€P€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€®€É€è€ë€ß€»€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€O€€á€ë€Ñ€v€K€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€½€â€ë€ç€Æ€®€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€X€¬€ë€ë€¼€b€J€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€µ€Ù€ë€ë€Ò€±€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€I€i€Ç€ë€è€£€T€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€°€Î€ê€ë€Ü€·€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€K€€Û€ë€Ü€Š€O€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€­€Å€æ€ë€å€Á€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€R€›€æ€ë€Î€t€L€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¼€ß€ë€è€Ë€¯€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€_€´€ë€ë€º€c€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¶€Ø€ë€ë€Ö€´€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€o€Ê€ë€ê€¦€W€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€±€Ð€ë€ë€Þ€º€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€‚€Ú€ë€â€’€P€M€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€®€È€è€ë€ä€Â€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€—€ä€ë€Ø€€€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€Á€ã€ë€è€Ê€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Z€«€ë€ë€Ë€q€J€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€¼€ß€ë€ë€Ñ€±€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€e€¼€ë€ë€½€e€I€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€¶€Ù€ë€ë€Ù€¶€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€L€r€Ê€ë€ê€°€\€J€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€³€Ó€ê€ë€Þ€»€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€N€€€Õ€ë€æ€¢€V€J€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€«€±€Î€è€ë€â€Á€­€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€P€Ž€Ý€ë€á€–€R€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€Ê€ç€ë€æ€Æ€®€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€T€œ€ä€ë€Û€Œ€P€K€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€®€Å€å€ë€è€Ì€°€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€Y€¨€è€ë€Ö€ƒ€N€L€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€­€Â€â€ë€é€Ð€±€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€_€³€ê€ë€Ð€}€M€M€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¿€à€ë€ë€Õ€´€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€e€»€ë€ë€Ë€x€M€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€½€ß€ë€ë€Ù€·€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€l€Â€ë€ë€È€t€L€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€¬€½€Ý€ë€ë€Û€¹€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€q€Æ€ë€ë€Æ€r€K€N€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€­€¬€»€Ü€ë€ë€Ü€»€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€u€Ê€ë€ë€Å€q€J€N€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€­€¬€»€Ü€ë€ë€Ý€½€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€y€Ë€ë€ë€Å€p€J€N€N€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€­€«€»€Ü€ë€ë€ß€¾€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€M€z€Ì€ë€ë€Æ€q€K€M€N€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€­€­€¬€»€Ü€ë€ë€ß€¾€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€N€z€Ë€ë€ë€É€t€L€M€N€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€­€¬€¬€½€Ý€ë€ë€ß€¿€­€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€N€y€Ë€ë€ë€Ì€z€N€L€N€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€­€¬€­€¾€ß€ë€ë€Þ€½€­€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€M€u€É€ë€ë€Ð€€O€L€N€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€­€¬€­€Á€á€ë€ë€Þ€½€¬€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€L€r€Æ€ë€ë€Õ€‰€P€L€N€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€¬€¯€Ä€â€ë€ë€Ü€»€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€K€n€¿€ë€ë€Ú€“€V€M€N€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€­€°€È€å€ë€ë€Ú€¹€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€h€¸€é€ë€á€Ÿ€\€M€N€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€­€­€²€Î€è€ë€ê€Ö€·€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€c€®€è€ë€ç€¬€c€L€M€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€®€¬€¶€Ó€é€ë€ê€Ó€¶€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€]€£€ã€ë€ê€¼€n€J€Q€Y€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€­€º€Ù€ë€ë€è€Ï€³€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€V€•€Ü€ë€ë€Ë€|€R€W€_€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€›€¢€ª€À€Þ€ë€ë€å€Ê€±€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€ˆ€Ñ€ë€ë€×€€^€\€g€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€”€™€¥€Ä€ä€ë€ë€á€Ã€®€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€N€x€Å€ë€ë€á€¨€n€d€m€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€“€£€Ê€ç€ë€ë€Ü€¾€­€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€L€h€´€è€ë€è€¾€ƒ€m€m€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€¦€Ñ€é€ë€é€Ö€¸€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€J€\€ €â€ë€ë€Ò€š€q€m€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€¯€Ú€ë€ë€è€Í€²€«€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€K€T€Ž€Ö€ë€ë€à€¯€|€m€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€™€¿€ã€ë€ë€á€Ä€°€¬€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€L€R€€Å€ê€ë€é€Å€€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€Ž€¥€Ð€ê€ë€ê€Ö€µ€ª€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€$€+€0€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€/€0€7€>€E€L€O€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€N€M€Q€W€s€±€ä€ë€ë€Ù€¤€w€l€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€n€s€z€€ˆ€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€Œ€”€·€Þ€ë€ë€å€Å€¦€¡€ª€®€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€­€¬€¯€¶€½€Ä€Ë€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ì€Ë€Ð€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€!€(€/€3€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€2€3€:€A€I€P€R€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€Q€P€T€\€b€p€ €Ö€ë€ë€ç€¿€‰€p€o€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€p€u€|€‚€Š€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€Ž€€¢€Ê€è€ë€ë€Û€´€š€œ€¤€«€¯€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€®€­€°€·€¾€Å€Ì€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Í€Ì€Ñ€×€Ý€å€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€€+€=€N€W€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€X€\€a€f€j€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€m€n€s€w€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€„€‰€€’€–€ª€Ð€è€ë€ë€Ý€¹€œ€–€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€—€š€Ÿ€¤€©€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€¬€«€°€Æ€á€ë€ë€é€Ö€º€¬€±€µ€º€¿€Ã€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Â€Ã€Ç€Ì€Ð€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ö€Ù€Ý€â€ç€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€-€Y€Œ€¸€Ò€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Ö€Ö€Ö€×€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ù€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Ü€Ý€Ý€Þ€Þ€ß€ä€é€ë€ë€ê€ç€á€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€ß€à€à€á€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€ä€è€ë€ë€ë€ê€æ€â€â€â€â€â€ã€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€ç€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€é€é€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€-€Y€Œ€¸€Ò€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Õ€Ö€ß€é€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€ç€Ý€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ø€Ü€å€ë€æ€Þ€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€ß€è€ë€æ€Ý€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€Û€à€è€ë€å€à€Þ€Þ€Þ€â€ç€ê€ë€ë€é€ä€ß€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€ß€ã€é€ê€å€à€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€Þ€ß€ä€ê€ê€å€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€æ€ê€é€å€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€â€ç€ê€ë€ë€ë€è€ä€â€â€â€â€è€ê€é€ç€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€æ€è€ë€é€ç€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€å€ç€ê€ë€ê€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€è€ê€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€è€Ë€™€b€0€€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€å€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€«€Í€ê€Ü€¶€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€®€Ò€ë€×€±€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€²€Ø€ë€Ñ€­€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€·€Ý€ê€Ì€ª€Ÿ€¡€¡€ €¨€Ä€â€ë€ë€é€Ö€¸€¤€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€â€è€Æ€§€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€§€Æ€è€â€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¤€¸€Ö€é€ë€ë€â€Ä€¨€ €¡€¡€Ÿ€ª€Ì€ê€Ý€·€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€­€Ñ€ë€Ø€²€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€±€×€ë€Ò€®€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€¶€Ü€ê€Í€«€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€å€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€€¿€ë€Ö€€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€’€È€ë€Ï€–€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€˜€Ð€ë€Æ€‘€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€Ÿ€×€ê€½€Œ€|€€€€€€€€š€É€è€ë€ë€â€¾€•€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ý€ç€µ€ˆ€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€ˆ€µ€ç€Ý€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€•€¾€â€ë€ë€è€É€š€€€€€€€€|€Œ€½€ê€×€Ÿ€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€‘€Æ€ë€Ð€˜€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€–€Ï€ë€È€’€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€€Ö€ë€¿€€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€{€‡€«€×€ë€ë€ë€Ú€±€Š€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Š€±€Ú€ë€ë€ë€×€«€‡€{€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€…€‰€Œ€€€‹€ˆ€„€€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€’€½€á€ë€ë€é€Ñ€§€…€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€…€§€Ñ€é€ë€ë€á€½€’€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€€„€ˆ€‹€€€Œ€‰€…€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€ƒ€€Ÿ€¯€½€É€Ð€Ö€Ù€Û€Û€Ø€Õ€Î€Å€¸€ª€š€Œ€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€|€€€É€æ€ë€ë€æ€Ê€ €ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€ €Ê€æ€ë€ë€æ€É€€€|€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€Œ€š€ª€¸€Å€Î€Õ€Ø€Û€Û€Ù€Ö€Ð€É€½€¯€Ÿ€€ƒ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€‡€š€²€É€Ú€å€ë€ë€é€è€è€è€è€è€è€è€é€ê€ë€é€â€Ö€Ã€«€”€ƒ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€|€†€¨€Ò€é€ë€ë€ã€Å€ž€‚€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‚€ž€Å€ã€ë€ë€é€Ò€¨€†€|€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€ƒ€”€«€Ã€Ö€â€é€ë€ê€é€è€è€è€è€è€è€è€é€ë€ë€å€Ú€É€²€š€‡€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€“€°€Ì€á€ë€é€è€è€é€ë€ë€é€è€ç€æ€æ€ç€è€ê€ë€ê€è€è€è€ë€é€Ü€Å€§€Œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€|€}€€²€Ù€ë€ë€ë€â€Ã€€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€€Ã€â€ë€ë€ë€Ù€²€€}€|€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€Œ€§€Å€Ü€é€ë€è€è€è€ê€ë€ê€è€ç€æ€æ€ç€è€é€ë€ë€é€è€è€é€ë€á€Ì€°€“€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€˜€»€Ù€é€ê€è€é€ë€è€Ý€Ï€À€³€§€Ÿ€™€—€—€š€¡€«€·€Å€Ô€á€é€ë€é€è€ë€ç€Ñ€°€€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€’€¸€Ý€ë€ë€ë€â€Å€Ÿ€…€|€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€|€…€Ÿ€Å€â€ë€ë€ë€Ý€¸€’€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€€°€Ñ€ç€ë€è€é€ë€é€á€Ô€Å€·€«€¡€š€—€—€™€Ÿ€§€³€À€Ï€Ý€è€ë€é€è€ê€é€Ù€»€˜€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€”€º€Ü€ê€è€é€ë€ä€Ò€¹€Ÿ€…€m€Z€J€?€8€3€1€1€4€:€C€O€`€t€Œ€¥€À€Ø€è€ë€è€é€è€Ó€®€Œ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€–€¼€Þ€ë€ë€ë€ä€Ê€¥€‡€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€‡€¥€Ê€ä€ë€ë€ë€Þ€¼€–€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€Œ€®€Ó€è€é€è€ë€è€Ø€À€¥€Œ€t€`€O€C€:€4€1€1€3€8€?€J€Z€m€…€Ÿ€¹€Ò€ä€ë€é€è€ê€Ü€º€”€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‰€®€Ö€é€è€é€é€Ú€»€˜€t€T€:€&€€€€€€€€€€€€€€€+€@€\€}€¡€Ä€à€ë€è€é€æ€Ì€£€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€€–€¼€Ý€ë€ë€ë€ç€Ð€¬€€~€|€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€|€~€€¬€Ð€ç€ë€ë€ë€Ý€¼€–€€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€£€Ì€æ€é€è€ë€à€Ä€¡€}€\€@€+€€€€€€€€€€€€€€€&€:€T€t€˜€»€Ú€é€é€è€é€Ö€®€‰€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€›€Æ€ä€é€é€ê€Ö€¯€‚€X€6€€€€€€,€9€D€M€S€V€V€Q€J€A€5€(€€€€€$€>€c€€¼€Þ€ë€é€é€ß€º€‘€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€•€¸€Û€ê€ë€ë€é€×€·€˜€ƒ€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€ƒ€˜€·€×€é€ë€ë€ê€Û€¸€•€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€‘€º€ß€é€é€ë€Þ€¼€€c€>€$€€€€€(€5€A€J€Q€V€V€S€M€D€9€,€€€€€€6€X€‚€¯€Ö€ê€é€é€ä€Æ€›€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€†€«€×€ê€è€ë€Ü€±€~€N€)€€€€,€E€`€y€Ž€Ÿ€­€¶€»€½€½€º€³€©€š€‡€q€X€>€&€€€€1€\€€¿€ã€ë€è€é€Í€Ÿ€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€‘€³€Õ€é€ë€ë€ë€à€Æ€§€€€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€€€§€Æ€à€ë€ë€ë€é€Õ€³€‘€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€Ÿ€Í€é€è€ë€ã€¿€€\€1€€€€&€>€X€q€‡€š€©€³€º€½€½€»€¶€­€Ÿ€Ž€y€`€E€,€€€€)€N€~€±€Ü€ë€è€ê€×€«€†€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€¹€á€é€ë€æ€Â€Š€R€'€€€%€D€h€€«€Ä€Ö€â€ç€ê€ë€ë€ë€ë€ë€ë€é€æ€Þ€Ñ€½€¤€ƒ€^€;€€€€2€b€›€Ï€é€é€é€Ù€«€…€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€‹€«€Í€å€ë€ë€ë€è€Ö€º€œ€…€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€…€œ€º€Ö€è€ë€ë€ë€å€Í€«€‹€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€…€«€Ù€é€é€é€Ï€›€b€2€€€€;€^€ƒ€¤€½€Ñ€Þ€æ€é€ë€ë€ë€ë€ë€ë€ê€ç€â€Ö€Ä€«€€h€D€%€€€'€R€Š€Â€æ€ë€é€á€¹€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€“€Â€æ€é€ë€Ú€¦€g€1€€€)€P€~€¨€Ê€ß€ê€ë€å€Û€Ð€Ä€¼€·€´€´€·€¾€È€Ó€Þ€è€ë€è€Ú€Â€€q€D€€€€?€y€·€â€ë€é€à€³€ˆ€{€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€†€ €Á€Ü€ê€ë€ë€ë€ã€Î€³€´€Ü€å€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€å€Ü€´€³€Î€ã€ë€ë€ë€ê€Ü€Á€ €†€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€{€ˆ€³€à€é€ë€â€·€y€?€€€€D€q€€Â€Ú€è€ë€è€Þ€Ó€È€¾€·€´€´€·€¼€Ä€Ð€Û€å€ë€ê€ß€Ê€¨€~€P€)€€€1€g€¦€Ú€ë€é€æ€Â€“€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€|€•€È€é€ê€ê€Ê€€L€€€"€L€€±€Ö€è€ë€ß€Ê€±€˜€€n€_€T€N€J€J€O€W€c€t€ˆ€ €¹€Ñ€ã€ë€å€Í€¥€q€>€€€'€]€Ÿ€×€ê€ë€ä€¸€‰€{€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€“€±€Ð€å€ë€ë€ë€ê€ä€è€è€À€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€À€è€è€ä€ê€ë€ë€ë€å€Ð€±€“€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€{€‰€¸€ä€ë€ê€×€Ÿ€]€'€€€>€q€¥€Í€å€ë€ã€Ñ€¹€ €ˆ€t€c€W€O€J€J€N€T€_€n€€˜€±€Ê€ß€ë€è€Ö€±€€L€"€€€L€€Ê€ê€ê€é€È€•€|€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€|€|€•€Ê€è€ê€ç€½€y€8€€€:€r€«€Ö€ê€è€Ó€²€€j€L€4€%€€€€€€€€€€€)€;€T€t€—€¼€Ú€ê€ç€Ë€š€a€,€€€H€€Í€ê€ê€â€º€Š€{€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€‡€Ÿ€½€×€è€ë€ë€ë€ë€æ€Ð€´€œ€‰€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€‰€œ€´€Ð€æ€ë€ë€ë€ë€è€×€½€Ÿ€‡€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€{€Š€º€â€ê€ê€Í€€H€€€,€a€š€Ë€ç€ê€Ú€¼€—€t€T€;€)€€€€€€€€€€€%€4€L€j€€²€Ó€è€ê€Ö€«€r€:€€€8€y€½€ç€ê€è€Ê€•€|€|€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€|€{€’€È€ç€ë€å€µ€k€+€€€R€“€Ê€è€è€Ð€¦€x€O€.€€€€€ €*€2€8€:€:€7€0€&€€€€€€5€Y€„€²€Ù€ë€â€¼€€€A€€€:€€€È€ë€ê€â€·€‡€{€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€¥€Ä€à€ë€ë€ë€ë€ë€ä€Õ€¿€©€”€…€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€…€”€©€¿€Õ€ä€ë€ë€ë€ë€ë€à€Ä€¥€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€{€‡€·€â€ê€ë€È€€€:€€€A€€€¼€â€ë€Ù€²€„€Y€5€€€€€€&€0€7€:€:€8€2€*€ €€€€€.€O€x€¦€Ð€è€è€Ê€“€R€€€+€k€µ€å€ë€ç€È€’€{€|€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€{€€Â€æ€ë€å€±€c€$€€+€h€«€Ý€ë€Ø€¬€v€E€#€€€€3€M€e€z€‹€˜€Ÿ€¢€¢€€”€†€t€]€D€,€€€€*€Q€‡€»€â€ë€Ñ€™€U€€€2€z€Æ€ë€ê€ß€±€„€|€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€„€°€â€ê€ã€ç€ë€ë€ë€ë€é€ß€Ï€»€¦€”€‡€€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€€‡€”€¦€»€Ï€ß€é€ë€ë€ë€ë€ç€ã€ê€â€°€„€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€|€„€±€ß€ê€ë€Æ€z€2€€€U€™€Ñ€ë€â€»€‡€Q€*€€€€,€D€]€t€†€”€€¢€¢€Ÿ€˜€‹€z€e€M€3€€€€#€E€v€¬€Ø€ë€Ý€«€h€+€€$€c€±€å€ë€æ€Â€€{€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€{€‡€¸€â€ë€æ€³€b€!€€3€w€½€ç€è€Â€ˆ€M€$€€€,€N€t€–€´€Ê€×€à€å€è€è€è€ç€ä€Ý€Ó€Ã€«€€i€D€%€€€-€]€›€Ð€ë€Þ€«€c€%€€/€z€É€ë€ê€Ú€¨€€|€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€½€ª€¼€Ó€ã€ê€ë€ë€ë€ë€è€á€Ò€Â€°€Ÿ€‘€†€€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€€†€‘€Ÿ€°€Â€Ò€á€è€ë€ë€ë€ë€ê€ã€Ó€¼€ª€½€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€|€€¨€Ú€ê€ë€É€z€/€€%€c€«€Þ€ë€Ð€›€]€-€€€%€D€i€€«€Ã€Ó€Ý€ä€ç€è€è€è€å€à€×€Ê€´€–€t€N€,€€€$€M€ˆ€Â€è€ç€½€w€3€€!€b€³€æ€ë€â€¸€‡€{€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€{€€«€Þ€ë€é€»€f€"€€8€€Ç€ë€ß€¬€j€1€€€.€Y€‡€±€Ð€ä€ë€ê€ã€Ü€Ô€Ï€Ì€Ì€Ð€Ö€Þ€æ€ë€ê€ß€É€§€{€L€%€€€@€~€½€ç€å€·€l€'€€1€€€Ð€ë€ë€Ò€œ€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€~€‡€š€±€Ç€Ú€æ€ë€ë€ë€ë€ë€ë€ç€Ý€Ð€Â€³€¥€™€Ž€‡€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€‡€Ž€™€¥€³€Â€Ð€Ý€ç€ë€ë€ë€ë€ë€ë€æ€Ú€Ç€±€š€‡€~€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€œ€Ò€ë€ë€Ð€€€1€€'€l€·€å€ç€½€~€@€€€%€L€{€§€É€ß€ê€ë€æ€Þ€Ö€Ð€Ì€Ì€Ï€Ô€Ü€ã€ê€ë€ä€Ð€±€‡€Y€.€€€1€j€¬€ß€ë€Ç€€8€€"€f€»€é€ë€Þ€«€€{€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€|€}€€Õ€ë€ë€Ç€q€&€€8€„€Ì€ë€×€œ€U€€€#€P€‡€¹€Ü€ê€è€Ú€Ã€«€•€‚€t€l€h€h€n€y€ˆ€œ€´€Ë€ß€ë€è€Ô€­€y€A€€€-€i€°€â€è€»€m€&€€8€Œ€Ù€ë€ê€Æ€€|€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€€€Ÿ€³€Ç€Ø€ã€ê€ë€ë€ë€ë€ë€ë€é€ã€Ü€Ó€È€½€²€¨€Ÿ€˜€’€Œ€‡€…€‚€€€€~€~€}€ƒ€«€â€â€«€ƒ€}€~€~€€€€‚€…€‡€Œ€’€˜€Ÿ€¨€²€½€È€Ó€Ü€ã€é€ë€ë€ë€ë€ë€ë€ê€ã€Ø€Ç€³€Ÿ€€€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€|€€Æ€ê€ë€Ù€Œ€8€€&€m€»€è€â€°€i€-€€€A€y€­€Ô€è€ë€ß€Ë€´€œ€ˆ€y€n€h€h€l€t€‚€•€«€Ã€Ú€è€ê€Ü€¹€‡€P€#€€€U€œ€×€ë€Ì€„€8€€&€q€Ç€ë€ë€Õ€€}€|€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€|€Ž€Å€è€ë€Õ€„€0€€1€€Ì€ë€Ó€‘€G€€€7€r€®€Ù€ë€ä€Ë€¨€‚€_€D€1€%€€€€€€€(€7€M€j€€²€Ó€è€é€Ð€ž€_€(€€!€[€¥€ß€é€º€h€ €€E€Ÿ€â€ë€ä€´€…€|€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€€‹€š€«€½€Í€Û€ä€é€ë€ë€ë€ë€ë€ë€ë€ë€é€ç€â€Þ€Ù€Ô€Ï€Ê€Å€Â€½€º€·€¹€Ì€ç€ç€Ì€¹€·€º€½€Â€Å€Ê€Ï€Ô€Ù€Þ€â€ç€é€ë€ë€ë€ë€ë€ë€ë€ë€é€ä€Û€Í€½€«€š€‹€€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€|€…€´€ä€ë€â€Ÿ€E€€ €h€º€é€ß€¥€[€!€€(€_€ž€Ð€é€è€Ó€²€€j€M€7€(€€€€€€€%€1€D€_€‚€¨€Ë€ä€ë€Ù€®€r€7€€€G€‘€Ó€ë€Ì€€1€€0€„€Õ€ë€è€Å€Ž€|€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€|€‚€±€à€ë€â€œ€@€€'€u€Ç€ë€Ó€€@€€€H€€É€è€è€Ê€Ÿ€n€E€'€€€€€€"€%€%€!€€€€€€.€O€z€«€Õ€ë€ã€¹€w€7€€€S€¢€à€è€²€\€€€Y€µ€é€é€×€ €~€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€€„€Ž€š€©€·€Å€Ñ€Ü€â€è€ê€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ë€ê€è€â€Ü€Ñ€Å€·€©€š€Ž€„€€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€~€ €×€é€é€µ€Y€€€\€²€è€à€¢€S€€€7€w€¹€ã€ë€Õ€«€z€O€.€€€€€€!€%€%€"€€€€€€'€E€n€Ÿ€Ê€è€è€É€€H€€€@€€Ó€ë€Ç€u€'€€@€œ€â€ë€à€±€‚€|€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€š€Ó€ë€ê€·€W€€€d€¼€ë€×€€?€€€U€Ÿ€Ø€ë€Ù€ª€q€?€€€€%€;€R€f€u€€…€ƒ€|€q€`€J€3€€€€%€K€€¸€â€ë€Ê€ˆ€A€€€T€¦€ã€å€¥€J€€#€s€Ì€ë€ê€Ã€€{€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€€‡€€—€¢€­€·€À€Ê€Ñ€×€Ü€á€ä€æ€è€ê€ê€ê€ë€ë€ë€ë€ë€ë€ë€ë€ê€ê€ê€è€æ€ä€á€Ü€×€Ñ€Ê€À€·€­€¢€—€€‡€€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€{€€Ã€ê€ë€Ì€s€#€€J€¥€å€ã€¦€T€€€A€ˆ€Ê€ë€â€¸€€K€%€€€€3€J€`€q€|€ƒ€…€€u€f€R€;€%€€€€?€q€ª€Ù€ë€Ø€Ÿ€U€€€?€€×€ë€¼€d€€€W€·€ê€ë€Ó€š€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€|€‡€½€è€ë€Ò€x€$€€M€©€ç€Þ€™€D€€€Z€©€á€ê€È€Œ€M€!€€€3€X€€ €¸€Ê€Õ€Û€Ü€Ü€Ú€Ò€Å€±€–€t€M€+€€€+€]€Ÿ€Ö€ë€Ó€“€E€€€[€±€è€Ü€€5€€8€”€à€ë€â€«€€|€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€€†€Š€€”€™€Ÿ€£€¨€«€®€°€¶€Ë€æ€æ€Ë€¶€°€®€«€¨€£€Ÿ€™€”€€Š€†€€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€|€€«€â€ë€à€”€8€€5€€Ü€è€±€[€€€E€“€Ó€ë€Ö€Ÿ€]€+€€€+€M€t€–€±€Å€Ò€Ú€Ü€Ü€Û€Õ€Ê€¸€ €€X€3€€€!€M€Œ€È€ê€á€©€Z€€€D€™€Þ€ç€©€M€€$€x€Ò€ë€è€½€‡€|€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€¡€Ù€ê€å€Ÿ€>€€3€€Ü€ç€ª€Q€€€X€«€ã€è€»€t€6€€€2€a€“€¼€Ø€ç€ë€é€ä€á€Þ€Þ€â€æ€ê€ê€ã€Ð€±€…€T€'€€€F€Š€Ì€ë€×€“€C€€ €i€Á€ë€Ë€r€!€€W€¸€ë€è€Ì€’€z€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€z€’€Ì€è€ë€¸€W€€!€r€Ë€ë€Á€i€ €€C€“€×€ë€Ì€Š€F€€€'€T€…€±€Ð€ã€ê€ê€æ€â€Þ€Þ€á€ä€é€ë€ç€Ø€¼€“€a€2€€€6€t€»€è€ã€«€X€€€Q€ª€ç€Ü€€3€€>€Ÿ€å€ê€Ù€¡€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€|€Š€¿€ê€ë€Å€d€€€l€É€ë€À€f€€€O€¥€â€è€´€h€(€€ €P€Œ€¿€ß€ë€å€Ó€½€¨€˜€Œ€†€‡€€œ€®€Ä€Ú€è€ê€Ù€³€|€A€€€8€€Ç€ë€Ö€€9€€+€€Õ€ë€±€P€€'€€Ö€ë€ã€®€€{€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€{€€®€ã€ë€Ö€€'€€P€±€ë€Õ€€+€€9€€Ö€ë€Ç€€8€€€A€|€³€Ù€ê€è€Ú€Ä€®€œ€€‡€†€Œ€˜€¨€½€Ó€å€ë€ß€¿€Œ€P€ €€(€h€´€è€â€¥€O€€€f€À€ë€É€l€€€d€Å€ë€ê€¿€Š€|€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€ €Ú€ë€â€“€2€€E€©€é€Ö€‚€+€€?€—€Ý€è€µ€d€#€€-€k€«€Ú€ë€á€Ã€›€v€W€A€2€+€'€'€,€7€H€a€‚€¨€Ì€æ€é€Ð€›€X€ €€2€|€É€ë€Ï€~€+€€@€ž€å€Þ€€/€€J€¯€é€é€Ì€€z€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€z€€Ì€é€é€¯€J€€/€€Þ€å€ž€@€€+€~€Ï€ë€É€|€2€€ €X€›€Ð€é€æ€Ì€¨€‚€a€H€7€,€'€'€+€2€A€W€v€›€Ã€á€ë€Ú€«€k€-€€#€d€µ€è€Ý€—€?€€+€‚€Ö€é€©€E€€2€“€â€ë€Ú€ €}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€|€‡€¼€ê€ë€Ã€^€€$€~€Ø€è€¥€D€€+€€Ó€ë€½€i€"€€5€{€À€ç€è€Ç€–€c€9€€€€€€€€€€€€'€E€r€¥€Ò€ë€á€¯€f€%€€3€ƒ€Ð€ë€À€f€€€^€¿€ë€Ã€`€€"€|€Ö€ë€â€ª€€{€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€{€€ª€â€ë€Ö€|€"€€`€Ã€ë€¿€^€€€f€À€ë€Ð€ƒ€3€€%€f€¯€á€ë€Ò€¥€r€E€'€€€€€€€€€€€€9€c€–€Ç€è€ç€À€{€5€€"€i€½€ë€Ó€€+€€D€¥€è€Ø€~€$€€^€Ã€ë€ê€¼€‡€|€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€{€™€Õ€ê€ã€–€2€€L€³€ë€Ê€i€€€c€À€ë€Ì€w€(€€6€‚€Ê€ë€Ý€­€n€9€€€€+€@€R€`€f€d€\€M€9€%€€€ €F€€€½€æ€ç€¸€j€$€€<€’€Ü€è€©€J€€*€‡€Ü€ä€–€3€€J€²€ê€è€Å€Š€z€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€z€Š€Å€è€ê€²€J€€3€–€ä€Ü€‡€*€€J€©€è€Ü€’€<€€$€j€¸€ç€æ€½€€€F€ €€€%€9€M€\€d€f€`€R€@€+€€€€9€n€­€Ý€ë€Ê€‚€6€€(€w€Ì€ë€À€c€€€i€Ê€ë€³€L€€2€–€ã€ê€Õ€™€{€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€|€€±€æ€ë€Ë€g€€"€€Û€æ€˜€5€€A€¡€æ€Ü€€6€€.€€Ë€ë€Ö€™€T€!€€€>€e€Š€§€º€Å€Ê€Ê€Ã€µ€Ÿ€€W€1€€€,€e€«€á€é€¸€d€€€L€©€è€Ú€†€+€€N€´€ë€Å€`€€%€‡€Ü€ë€Û€Ÿ€}€|€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€|€}€Ÿ€Û€ë€Ü€‡€%€€`€Å€ë€´€N€€+€†€Ú€è€©€L€€€d€¸€é€á€«€e€,€€€1€W€€Ÿ€µ€Ã€Ê€Ê€Å€º€§€Š€e€>€€€!€T€™€Ö€ë€Ë€€.€€6€€Ü€æ€¡€A€€5€˜€æ€Û€€"€€g€Ë€ë€æ€±€€|€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€z€€È€è€é€¦€>€€E€¯€ë€È€b€€ €x€Ó€é€¬€N€€"€p€Å€ë€Ó€€D€€€4€h€ž€Æ€Þ€é€ë€ê€è€è€ë€ë€ç€Ø€º€€X€(€€€V€¥€á€è€¯€V€€€h€Ä€ë€¾€[€€$€€Û€â€‘€-€€Y€Á€ë€ã€¶€ƒ€z€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€z€ƒ€¶€ã€ë€Á€Y€€-€‘€â€Û€€$€€[€¾€ë€Ä€h€€€V€¯€è€á€¥€V€€€(€X€€º€Ø€ç€ë€ë€è€è€ê€ë€é€Þ€Æ€ž€h€4€€€D€€Ó€ë€Å€p€"€€N€¬€é€Ó€x€ €€b€È€ë€¯€E€€>€¦€é€è€È€€z€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€|€|€ž€Û€ë€Û€~€ €€p€Ó€è€€6€€I€®€ë€Î€q€€€X€¶€ê€Ø€€@€€€J€‹€Ã€å€ë€á€Í€º€«€¥€¦€¯€¿€Ô€å€ë€Ü€µ€y€9€€€U€¨€æ€â€›€@€€1€€ß€â€’€/€€P€¹€ë€¼€R€€4€Ÿ€ç€ë€Ë€Ž€z€|€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€|€z€Ž€Ë€ë€ç€Ÿ€4€€R€¼€ë€¹€P€€/€’€â€ß€€1€€@€›€â€æ€¨€U€€€9€y€µ€Ü€ë€å€Ô€¿€¯€¦€¥€«€º€Í€á€ë€å€Ã€‹€J€€€@€€Ø€ê€¶€X€€€q€Î€ë€®€I€€6€€è€Ó€p€€ €~€Û€ë€Û€ž€|€|€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€{€€±€æ€ë€Á€W€€2€›€è€Ò€m€€€z€Ö€æ€ž€:€€:€š€ã€â€ž€G€€€V€ €×€ë€Ý€¹€€l€S€C€=€>€G€Z€v€ž€Æ€å€ê€Ë€€C€€€^€·€ë€Ó€}€&€€T€¸€ë€Â€[€€*€€â€Ú€{€€€w€Ö€ë€Û€Ÿ€}€{€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€{€}€Ÿ€Û€ë€Ö€w€€€{€Ú€â€€*€€[€Â€ë€¸€T€€&€}€Ó€ë€·€^€€€C€€Ë€ê€å€Æ€ž€v€Z€G€>€=€C€S€l€€¹€Ý€ë€×€ €V€€€G€ž€â€ã€š€:€€:€ž€æ€Ö€z€€€m€Ò€è€›€2€€W€Á€ë€æ€±€€{€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€z€Š€Ä€ç€è€£€7€€S€¿€ë€°€D€€@€©€ê€Ë€h€€€r€Ð€ë€¶€X€€€V€§€à€é€È€Ž€X€1€€€€€€€€ €=€i€¢€Õ€ë€Õ€“€B€€#€t€Ì€ë€·€V€€(€‡€Þ€â€‹€'€€b€Ê€ê€£€8€€R€À€ë€â€±€€{€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€{€€±€â€ë€À€R€€8€£€ê€Ê€b€€'€‹€â€Þ€‡€(€€V€·€ë€Ì€t€#€€B€“€Õ€ë€Õ€¢€i€=€ €€€€€€€€1€X€Ž€È€é€à€§€V€€€X€¶€ë€Ð€r€€€h€Ë€ê€©€@€€D€°€ë€¿€S€€7€£€è€ç€Ä€Š€z€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€z€–€Ô€ë€Ý€ƒ€ €€v€Ú€ã€Š€%€€h€Î€è€¢€;€€D€ª€ë€Ò€x€$€€J€¢€â€è€¹€t€5€€€€0€@€I€G€<€*€€€€G€ˆ€Ê€ë€Õ€Š€4€€7€•€â€ß€€,€€V€½€ë€¶€J€€=€©€ë€Ã€V€€6€¥€é€ë€Ã€ˆ€z€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€z€ˆ€Ã€ë€é€¥€6€€V€Ã€ë€©€=€€J€¶€ë€½€V€€,€€ß€â€•€7€€4€Š€Õ€ë€Ê€ˆ€G€€€€*€<€G€I€@€0€€€€5€t€¹€è€â€¢€J€€$€x€Ò€ë€ª€D€€;€¢€è€Î€h€€%€Š€ã€Ú€v€€ €ƒ€Ý€ë€Ô€–€z€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€{€}€¤€ß€ë€Ë€c€€.€™€è€Ï€d€€*€‘€å€Ö€t€€€t€Ô€è€¢€?€€4€Ž€Û€é€·€h€'€€€G€p€“€¨€±€°€£€‰€c€8€€€7€~€Ê€ë€Ê€t€ €€Z€½€ë€½€V€€/€”€ç€Ö€p€€"€…€á€Ú€x€€ €…€Þ€ë€Ð€’€{€{€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€{€{€’€Ð€ë€Þ€…€ €€x€Ú€á€…€"€€p€Ö€ç€”€/€€V€½€ë€½€Z€€ €t€Ê€ë€Ê€~€7€€€8€c€‰€£€°€±€¨€“€p€G€€€'€h€·€é€Û€Ž€4€€?€¢€è€Ô€t€€€t€Ö€å€‘€*€€d€Ï€è€™€.€€c€Ë€ë€ß€¤€}€{€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€€²€â€ë€·€I€€E€¶€ë€´€D€€F€´€ë€¹€M€€:€£€ê€Ð€m€€€l€È€ë€Â€l€$€€1€m€§€Ï€â€é€ê€ê€è€Þ€Ã€•€X€!€€4€…€Õ€ê€±€P€€+€Œ€à€Ý€„€$€€l€Ò€è€–€,€€d€Î€è€–€+€€h€Ñ€ë€Ø€Ÿ€|€{€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€{€|€Ÿ€Ø€ë€Ñ€h€€+€–€è€Î€d€€,€–€è€Ò€l€€$€„€Ý€à€Œ€+€€P€±€ê€Õ€…€4€€!€X€•€Ã€Þ€è€ê€ê€é€â€Ï€§€m€1€€$€l€Â€ë€È€l€€€m€Ð€ê€£€:€€M€¹€ë€´€F€€D€´€ë€¶€E€€I€·€ë€â€²€€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€‡€À€è€é€¢€4€€_€Ë€è€™€,€€e€Ï€è€˜€/€€^€È€ë€©€>€€@€¥€è€Ö€‚€-€€3€€Ã€è€ê€Ü€Ê€À€Â€Ï€á€ë€ß€°€g€$€€A€€ä€Ý€‡€(€€\€Ã€ë€¬€A€€H€·€ë€¶€E€€H€·€ë€°€@€€P€Á€ë€á€«€€z€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€z€€«€á€ë€Á€P€€@€°€ë€·€H€€E€¶€ë€·€H€€A€¬€ë€Ã€\€€(€‡€Ý€ä€€A€€$€g€°€ß€ë€á€Ï€Â€À€Ê€Ü€ê€è€Ã€€3€€-€‚€Ö€è€¥€@€€>€©€ë€È€^€€/€˜€è€Ï€e€€,€™€è€Ë€_€€4€¢€é€è€À€‡€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€€Ê€ë€â€€%€€w€Û€ß€~€€€‚€á€Ú€w€€"€ƒ€à€Ý€~€€€n€Ð€é€¨€E€€*€{€Ì€ë€Ü€±€…€f€W€Z€m€’€À€æ€ç€¶€b€€€_€Á€ë€¹€P€€5€ž€è€Ì€c€€-€˜€é€Î€a€€1€Ÿ€ê€Ä€V€€<€¯€ë€è€·€‚€z€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€z€‚€·€è€ë€¯€<€€V€Ä€ê€Ÿ€1€€a€Î€é€˜€-€€c€Ì€è€ž€5€€P€¹€ë€Á€_€€€b€¶€ç€æ€À€’€m€Z€W€f€…€±€Ü€ë€Ì€{€*€€E€¨€é€Ð€n€€€~€Ý€à€ƒ€"€€w€Ú€á€‚€€€~€ß€Û€w€€%€€â€ë€Ê€€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€•€Ó€ë€Ù€z€€$€Œ€ä€Ñ€f€€-€œ€é€È€Z€€7€¤€ë€Å€X€€1€š€è€Ò€r€€€c€À€ë€Ô€“€S€)€€€€€3€e€ª€â€æ€¨€J€€.€€ã€Û€z€€€y€Ú€à€ƒ€ €€z€Þ€Þ€z€€"€‡€â€Ô€i€€,€œ€ç€ë€À€‡€z€‹€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€‹€z€‡€À€ë€ç€œ€,€€i€Ô€â€‡€"€€z€Þ€Þ€z€€ €ƒ€à€Ú€y€€€z€Û€ã€€.€€J€¨€æ€â€ª€e€3€€€€€)€S€“€Ô€ë€À€c€€€r€Ò€è€š€1€€X€Å€ë€¤€7€€Z€È€é€œ€-€€f€Ñ€ä€Œ€$€€z€Ù€ë€Ó€•€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€{€œ€Ú€ë€Ð€h€€0€ž€ê€Ã€S€€>€±€ë€´€D€€M€½€ë€ª€;€€Q€¾€ë€°€E€€;€Ÿ€ç€Ü€€@€€€"€/€,€€€€W€¬€è€Ù€‚€%€€b€Ê€ë€¢€5€€X€Å€é€Ÿ€1€€b€Ð€è€‘€&€€t€Ú€Þ€{€€!€‹€â€ë€È€Œ€z€‹€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€‹€z€Œ€È€ë€â€‹€!€€{€Þ€Ú€t€€&€‘€è€Ð€b€€1€Ÿ€é€Å€X€€5€¢€ë€Ê€b€€%€‚€Ù€è€¬€W€€€€,€/€"€€€@€€Ü€ç€Ÿ€;€€E€°€ë€¾€Q€€;€ª€ë€½€M€€D€´€ë€±€>€€S€Ã€ê€ž€0€€h€Ð€ë€Ú€œ€{€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€|€¢€Þ€ë€Ç€[€€<€¬€ë€¶€D€€O€Á€ê€¡€2€€c€Ï€ç€‘€&€€p€Ö€ã€‹€&€€h€Í€ë€«€J€€€L€|€“€€o€;€€€h€Æ€ë€´€J€€>€«€ë€¿€P€€@€°€ë€µ€D€€N€À€ë€£€3€€c€Ð€ä€Œ€#€€|€Ý€ë€Î€‘€{€‹€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€‹€{€‘€Î€ë€Ý€|€€#€Œ€ä€Ð€c€€3€£€ë€À€N€€D€µ€ë€°€@€€P€¿€ë€«€>€€J€´€ë€Æ€h€€€;€o€€“€|€L€€€J€«€ë€Í€h€€&€‹€ã€Ö€p€€&€‘€ç€Ï€c€€2€¡€ê€Á€O€€D€¶€ë€¬€<€€[€Ç€ë€Þ€¢€|€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€~€¨€â€ë€¿€P€€E€·€ë€ª€8€€\€Í€ç€’€'€€v€Û€Ý€z€€!€Š€ä€Ô€l€€(€€å€Ø€t€€€W€¥€Ö€ä€â€Ë€€>€€3€—€æ€Ô€n€€%€€æ€Ô€h€€/€œ€é€Ä€U€€?€²€ë€±€>€€V€Ç€è€˜€*€€p€×€ë€Ó€–€{€‹€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€‹€{€–€Ó€ë€×€p€€*€˜€è€Ç€V€€>€±€ë€²€?€€U€Ä€é€œ€/€€h€Ô€æ€€%€€n€Ô€æ€—€3€€>€€Ë€â€ä€Ö€¥€W€€€t€Ø€å€€(€€l€Ô€ä€Š€!€€z€Ý€Û€v€€'€’€ç€Í€\€€8€ª€ë€·€E€€P€¿€ë€â€¨€~€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€«€€€¬€à€ë€¹€H€€M€¿€ë€¡€1€€h€Õ€â€†€€€ƒ€â€Ö€k€€-€œ€é€Ä€U€€=€­€ë€¼€J€€:€œ€á€è€×€Ü€ë€Ó€|€"€€m€Ó€ä€€%€€v€Ü€ß€z€€$€€å€Ï€a€€5€§€ë€»€H€€M€¿€ê€ €1€€h€Ô€ë€Ô€™€{€‹€¾€ê€Ö€€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€’€È€ë€Ï€–€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€˜€Ð€ë€Æ€‘€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€Ÿ€×€ê€½€Œ€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ý€ç€µ€ˆ€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€ˆ€µ€ç€Ý€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€Œ€½€ê€×€Ÿ€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€‘€Æ€ë€Ð€˜€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€–€Ï€ë€È€’€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€€Ö€ê€¾€‹€{€™€Ô€ë€Ô€h€€1€ €ê€¿€M€€H€»€ë€§€5€€a€Ï€å€€$€€z€ß€Ü€v€€%€€ä€Ó€m€€"€|€Ó€ë€Ü€×€è€á€œ€:€€J€¼€ë€­€=€€U€Ä€é€œ€-€€k€Ö€â€ƒ€€€†€â€Õ€h€€1€¡€ë€¿€M€€H€¹€ë€à€¬€€€«€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€æ€á€«€€€€¯€â€ë€µ€D€€S€Ã€é€›€+€€n€Ù€à€}€€$€€æ€Ï€`€€7€©€ë€¸€F€€N€¿€ë€¤€1€€`€Ê€ê€µ€z€ˆ€Ë€ë€­€>€€P€Á€ê€¡€1€€f€Ô€å€‡€ €€‚€â€Ö€j€€/€Ÿ€ë€Á€N€€H€º€ë€¦€5€€b€Ð€ë€Ö€›€{€‹€¾€é€Ü€¶€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€®€Ò€ë€×€±€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€²€Ø€ë€Ñ€­€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€·€Ý€ê€Ì€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€â€è€Æ€§€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€§€Æ€è€â€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€Ì€ê€Ý€·€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€­€Ñ€ë€Ø€²€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€±€×€ë€Ò€®€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€¶€Ü€é€¾€‹€{€›€Ö€ë€Ð€b€€5€¦€ë€º€H€€N€Á€ë€Ÿ€/€€j€Ö€â€‚€€ €‡€å€Ô€f€€1€¡€ê€Á€P€€>€­€ë€Ë€ˆ€z€µ€ê€Ê€`€€1€¤€ë€¿€N€€F€¸€ë€©€7€€`€Ï€æ€€$€€}€à€Ù€n€€+€›€é€Ã€S€€D€µ€ë€â€¯€€€€«€á€æ€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ë€à€«€€€€±€â€ë€³€A€€V€Æ€é€˜€)€€s€Û€Ý€y€€&€’€ç€Ê€Z€€;€¯€ë€²€@€€W€È€é€–€&€€v€Ü€Ü€{€%€8€Ÿ€ë€Ä€Q€€C€¶€ë€«€9€€_€Ï€ç€Ž€$€€|€ß€×€o€€+€›€ë€Ã€Q€€D€·€ë€©€7€€`€Ï€ë€×€€{€‹€½€è€é€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€é€è€½€‹€{€€×€ë€Ï€`€€7€©€ë€·€D€€Q€Ã€ë€›€+€€o€×€ß€|€€$€Ž€ç€Ï€_€€9€«€ë€¶€C€€Q€Ä€ë€Ÿ€8€%€{€Ü€Ü€v€€&€–€é€È€W€€@€²€ë€¯€;€€Z€Ê€ç€’€&€€y€Ý€Û€s€€)€˜€é€Æ€V€€A€³€ë€â€±€€€€«€à€ë€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ë€à€«€€€€±€â€ë€³€A€€V€Æ€é€˜€)€€s€Û€Ý€y€€&€’€ç€Ê€Z€€;€¯€ë€²€@€€W€È€é€–€&€€v€Ü€Ü€{€%€8€Ÿ€ë€Ä€Q€€C€¶€ë€«€9€€_€Ï€ç€Ž€$€€|€ß€×€o€€+€›€ë€Ã€Q€€D€·€ë€©€7€€`€Ï€ë€×€€{€‹€½€è€ë€æ€Þ€×€Ö€Ø€Þ€å€é€é€ä€Ý€×€Ö€Ø€Þ€å€é€è€ä€Ý€×€Ö€Ù€Þ€å€é€è€ä€Ý€Ø€Ö€Ø€Þ€å€é€è€ä€Ý€Ø€Ö€Ü€ç€ë€ë€ç€Ü€Ö€Ü€ç€é€à€Ö€Ø€ã€é€ä€Ú€Ö€Þ€è€è€Ý€Ö€Ú€å€é€â€Ø€×€á€è€ç€Ü€Ö€Ü€ç€é€à€×€Ø€â€é€ä€Ú€Ö€ß€è€è€Ý€Ö€Û€æ€é€â€Ø€×€á€é€æ€Ü€Ö€Ü€ç€è€à€Ö€Ø€ã€é€ä€Ù€Ö€Þ€è€è€Ý€Ö€Û€å€é€â€Ø€×€á€é€æ€Û€Ö€á€ê€ë€ã€Ü€å€æ€Ù€Ù€è€å€Ø€Ü€è€ã€×€Ý€è€á€Ö€à€é€ß€Ö€â€è€Ü€×€ä€è€Û€Ø€æ€ç€Ù€Ú€ç€ä€×€Ü€è€â€Ö€Ý€é€á€×€à€è€Þ€×€â€è€Ü€×€ã€è€Û€Ù€æ€æ€Ù€Ú€è€å€Ø€Ü€è€â€Ö€Þ€è€à€Ö€à€é€ß€Ö€â€è€Ü€Ø€ä€è€Û€Ø€å€æ€á€é€ë€â€Ý€è€Ü€Û€è€Þ€Ù€è€ß€Ø€æ€à€×€æ€â€×€ä€ä€Ø€ã€ä€×€â€æ€Ø€à€ç€Ù€ß€è€Ù€Þ€è€Ú€Ü€è€Ü€Û€è€Ý€Ú€è€Þ€Ú€ç€ß€Ø€ç€â€Ø€å€â€Ø€å€ã€×€ã€å€×€â€å€Ø€á€ç€Ø€ß€è€Ú€Ý€è€Û€Ü€è€Ü€Û€è€Ü€Ú€è€Þ€Ù€ç€à€Û€è€ê€è€è€ß€Ù€ç€à€Ù€ç€ß€Ù€æ€à€Ú€æ€à€Ú€å€à€Ú€æ€Þ€Ú€ç€ß€Ù€æ€ß€Ù€ç€ß€Ù€ç€ß€Ù€ç€à€Ù€æ€à€Ù€æ€à€Ú€ç€à€Ù€æ€ß€Ú€æ€Þ€Ú€ç€Þ€Ú€ç€Þ€Ú€ç€ß€Ú€ç€Þ€Ú€ç€ß€Ù€ç€à€Ù€ç€ß€Ú€æ€ß€Ù€æ€à€Ú€æ€ß€Ú€æ€Þ€Û€è€é€ê€è€Ü€â€á€Ü€å€Û€á€â€Ú€å€Ü€ß€ã€Ú€ä€Þ€Þ€å€Ú€â€à€Ü€æ€Û€â€â€Û€æ€Ü€ß€ã€Ú€ä€Þ€Þ€å€Ú€â€à€Ü€ç€é€è€½€‹€{€€×€ë€Ï€`€€7€©€ë€·€D€€Q€Ã€ë€›€+€€o€×€ß€|€€$€Ž€ç€Ï€_€€9€«€ë€¶€C€€Q€Ä€ë€Ÿ€8€%€{€Ü€Ü€v€€&€–€é€È€W€€@€²€ë€¯€;€€Z€Ê€ç€’€&€€y€Ý€Û€s€€)€˜€é€Æ€V€€A€³€ë€â€±€€€€«€à€ë€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€æ€á€«€€€€¯€â€ë€µ€D€€S€Ã€é€›€+€€n€Ù€à€}€€$€€æ€Ï€`€€7€©€ë€¸€F€€N€¿€ë€¤€1€€`€Ê€ê€µ€z€ˆ€Ë€ë€­€>€€P€Á€ê€¡€1€€f€Ô€å€‡€ €€‚€â€Ö€j€€/€Ÿ€ë€Á€N€€H€º€ë€¦€5€€b€Ð€ë€Ö€›€{€‹€½€é€é€Ê€’€j€a€r€™€Ã€Þ€Ü€¾€“€m€`€r€™€Ã€Þ€Ü€½€’€m€`€q€™€Ä€ß€Ü€½€’€n€`€p€˜€Ã€Þ€Û€½€’€j€]€‡€Ï€ë€ë€Ï€†€_€Š€Î€Ü€¢€f€o€¶€â€¾€x€b€–€×€Õ€“€a€{€Ã€â€±€n€h€¥€Ý€Ë€„€_€‰€Ï€Ü€£€f€q€´€à€¾€v€b€™€Ú€Ô€’€b€}€Ä€ß€¯€l€h€¨€ß€Ê€ƒ€a€‹€Ð€Ü€Ÿ€e€r€·€à€½€w€c€™€Ù€Ó€‘€`€}€Å€à€¯€m€i€©€ß€Ê€€€b€§€æ€ë€·€„€Ä€Ë€t€z€Ò€Ã€l€„€Ö€·€h€’€Û€¥€c€¡€Þ€œ€d€«€Ù€Œ€j€¼€Õ€€o€È€Î€v€x€Ï€Â€n€‡€Ø€µ€e€€Ü€¦€e€£€Ü€–€e€±€Ú€ˆ€h€¼€Ô€€q€Ê€Ê€q€z€Ó€Á€k€‡€×€²€g€”€Ü€¥€b€£€Ý€™€f€¯€Ø€‡€j€¿€Õ€}€n€Ç€Í€«€Ý€é€©€€Ö€Š€|€Ö€–€w€Ð€ž€s€Î€¥€n€É€±€k€¿€¹€l€¸€¿€l€±€È€m€¥€Ï€s€œ€Ñ€x€–€Õ€|€‹€×€†€€Ö€€}€Ó€–€x€Ó€€p€Í€¨€n€Æ€¯€l€Â€·€i€¹€Ã€l€®€È€o€§€Ì€q€Ÿ€Ó€v€“€Õ€€€‹€Õ€…€…€Ö€€z€Õ€™€u€Ð€ €~€Û€ê€Ø€Ù€€q€Ì€¢€t€Ë€Ÿ€w€Ë€Ÿ€v€Ê€¡€y€É€ž€{€Ë€™€y€Í€œ€w€Í€œ€x€Ï€š€v€Ð€œ€r€Ð€¢€s€Ë€¡€v€Ê€Ÿ€x€Ì€ €v€É€ž€|€Ê€™€~€Î€—€z€Ï€š€y€Ï€™€y€Ð€—€w€Ó€œ€t€Ï€Ÿ€v€Ì€ž€y€Í€œ€w€Ë€Ÿ€y€Ê€œ€|€Ë€–€z€Ð€ß€è€ß€‹€´€¤€ˆ€È€ƒ€«€­€~€Æ€Œ€ž€¸€z€¾€–€“€Ã€z€µ€£€‰€Ç€‚€«€®€€Ç€€ž€·€z€¿€–€’€Â€z€µ€ €‡€Ð€Ý€ç€¾€‹€{€›€Ö€ë€Ð€b€€5€¦€ë€º€H€€N€Á€ë€Ÿ€/€€j€Ö€â€‚€€ €‡€å€Ô€f€€1€¡€ê€Á€P€€>€­€ë€Ë€ˆ€z€µ€ê€Ê€`€€1€¤€ë€¿€N€€F€¸€ë€©€7€€`€Ï€æ€€$€€}€à€Ù€n€€+€›€é€Ã€S€€D€µ€ë€â€¯€€€€«€á€æ€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€«€€€¬€à€ë€¹€H€€M€¿€ë€¡€1€€h€Õ€â€†€€€ƒ€â€Ö€k€€-€œ€é€Ä€U€€=€­€ë€¼€J€€:€œ€á€è€×€Ü€ë€Ó€|€"€€m€Ó€ä€€%€€v€Ü€ß€z€€$€€å€Ï€a€€5€§€ë€»€H€€M€¿€ê€ €1€€h€Ô€ë€Ô€™€{€‹€½€é€è€»€h€/€ €:€t€±€Ø€Õ€©€h€2€€:€s€±€Ø€Õ€¨€h€2€€9€s€±€Ø€Õ€©€h€3€€8€q€±€Ø€Ô€¨€h€/€€Z€Á€ë€ë€Â€V€€\€À€Ô€€(€8€€Þ€ª€C€$€o€Ï€Ê€i€!€G€±€Ý€•€4€+€…€×€½€V€€\€Á€Ö€€(€8€›€Û€ª€@€#€t€Ñ€È€h€"€J€²€Ú€“€1€,€‰€Ù€º€S€!€^€Ã€Õ€}€&€:€Ÿ€Ü€¨€A€%€t€Ð€É€g€€J€´€Û€”€2€,€Š€Ù€¹€N€"€‡€ã€ë€¡€T€³€½€>€E€Æ€±€1€U€Í€ž€+€h€Ô€†€%€€Ø€w€&€Ž€Ñ€`€.€¥€Ê€N€6€·€À€@€D€Ã€®€3€X€Ð€œ€'€f€Õ€‡€'€€Ô€n€(€—€Ó€[€,€¦€É€M€9€¹€º€9€G€È€®€0€Z€Ï€™€*€m€Ö€„€#€€×€s€'€“€Ð€[€0€ª€É€J€5€·€¾€€×€é€‹€e€Ë€]€J€Ë€n€A€Ä€z€<€À€…€3€¹€–€/€«€¢€1€¡€«€1€—€·€1€†€Â€<€w€Ä€C€n€Ê€J€_€Ï€W€P€Ê€e€J€È€n€D€É€y€8€¾€‰€4€µ€“€2€¯€Ÿ€-€¢€¯€1€’€·€6€ˆ€½€8€z€È€A€j€Ë€M€^€Ê€V€U€Í€b€F€Ê€s€>€Â€}€K€Ô€é€Ð€Ñ€y€8€¾€€€>€¼€|€C€½€{€@€º€€€D€¹€z€H€½€t€D€¿€x€B€¿€w€B€Â€t€B€Ä€w€;€Ã€€;€½€€€@€¼€z€C€¾€€@€¹€z€H€»€s€K€À€p€E€Â€t€D€Á€s€D€Ä€p€C€É€w€<€Â€|€?€¾€y€D€¾€v€A€½€{€D€»€w€I€½€o€H€Ã€Ú€è€Ù€_€›€ƒ€[€·€S€€‘€K€¶€`€z€¡€D€ª€n€k€±€F€œ€‚€\€·€Q€€’€L€¶€a€z€ €E€«€o€i€®€E€›€€Y€Ã€Ö€ç€¾€‹€{€™€Ô€ë€Ô€h€€1€ €ê€¿€M€€H€»€ë€§€5€€a€Ï€å€€$€€z€ß€Ü€v€€%€€ä€Ó€m€€"€|€Ó€ë€Ü€×€è€á€œ€:€€J€¼€ë€­€=€€U€Ä€é€œ€-€€k€Ö€â€ƒ€€€†€â€Õ€h€€1€¡€ë€¿€M€€H€¹€ë€à€¬€€€«€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€~€¨€â€ë€¿€P€€E€·€ë€ª€8€€\€Í€ç€’€'€€v€Û€Ý€z€€!€Š€ä€Ô€l€€(€€å€Ø€t€€€W€¥€Ö€ä€â€Ë€€>€€3€—€æ€Ô€n€€%€€æ€Ô€h€€/€œ€é€Ä€U€€?€²€ë€±€>€€V€Ç€è€˜€*€€p€×€ë€Ó€–€{€‹€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€‹€{€–€Ó€ë€×€p€€*€˜€è€Ç€V€€>€±€ë€²€?€€U€Ä€é€œ€/€€h€Ô€æ€€%€€n€Ô€æ€—€3€€>€€Ë€â€ä€Ö€¥€W€€€t€Ø€å€€(€€l€Ô€ä€Š€!€€z€Ý€Û€v€€'€’€ç€Í€\€€8€ª€ë€·€E€€P€¿€ë€â€¨€~€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€|€¢€Þ€ë€Ç€[€€<€¬€ë€¶€D€€O€Á€ê€¡€2€€c€Ï€ç€‘€&€€p€Ö€ã€‹€&€€h€Í€ë€«€J€€€L€|€“€€o€;€€€h€Æ€ë€´€J€€>€«€ë€¿€P€€@€°€ë€µ€D€€N€À€ë€£€3€€c€Ð€ä€Œ€#€€|€Ý€ë€Î€‘€{€‹€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€‹€{€‘€Î€ë€Ý€|€€#€Œ€ä€Ð€c€€3€£€ë€À€N€€D€µ€ë€°€@€€P€¿€ë€«€>€€J€´€ë€Æ€h€€€;€o€€“€|€L€€€J€«€ë€Í€h€€&€‹€ã€Ö€p€€&€‘€ç€Ï€c€€2€¡€ê€Á€O€€D€¶€ë€¬€<€€[€Ç€ë€Þ€¢€|€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€‚€{€œ€Ú€ë€Ð€h€€0€ž€ê€Ã€S€€>€±€ë€´€D€€M€½€ë€ª€;€€Q€¾€ë€°€E€€;€Ÿ€ç€Ü€€@€€€"€/€,€€€€W€¬€è€Ù€‚€%€€b€Ê€ë€¢€5€€X€Å€é€Ÿ€1€€b€Ð€è€‘€&€€t€Ú€Þ€{€€!€‹€â€ë€È€Œ€z€‹€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€‹€z€Œ€È€ë€â€‹€!€€{€Þ€Ú€t€€&€‘€è€Ð€b€€1€Ÿ€é€Å€X€€5€¢€ë€Ê€b€€%€‚€Ù€è€¬€W€€€€,€/€"€€€@€€Ü€ç€Ÿ€;€€E€°€ë€¾€Q€€;€ª€ë€½€M€€D€´€ë€±€>€€S€Ã€ê€ž€0€€h€Ð€ë€Ú€œ€{€‚€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€•€Ó€ë€Ù€z€€$€Œ€ä€Ñ€f€€-€œ€é€È€Z€€7€¤€ë€Å€X€€1€š€è€Ò€r€€€c€À€ë€Ô€“€S€)€€€€€3€e€ª€â€æ€¨€J€€.€€ã€Û€z€€€y€Ú€à€ƒ€ €€z€Þ€Þ€z€€"€‡€â€Ô€i€€,€œ€ç€ë€À€‡€z€‹€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€‹€z€‡€À€ë€ç€œ€,€€i€Ô€â€‡€"€€z€Þ€Þ€z€€ €ƒ€à€Ú€y€€€z€Û€ã€€.€€J€¨€æ€â€ª€e€3€€€€€)€S€“€Ô€ë€À€c€€€r€Ò€è€š€1€€X€Å€ë€¤€7€€Z€È€é€œ€-€€f€Ñ€ä€Œ€$€€z€Ù€ë€Ó€•€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€€Ê€ë€â€€%€€w€Û€ß€~€€€‚€á€Ú€w€€"€ƒ€à€Ý€~€€€n€Ð€é€¨€E€€*€{€Ì€ë€Ü€±€…€f€W€Z€m€’€À€æ€ç€¶€b€€€_€Á€ë€¹€P€€5€ž€è€Ì€c€€-€˜€é€Î€a€€1€Ÿ€ê€Ä€V€€<€¯€ë€è€·€‚€z€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€z€‚€·€è€ë€¯€<€€V€Ä€ê€Ÿ€1€€a€Î€é€˜€-€€c€Ì€è€ž€5€€P€¹€ë€Á€_€€€b€¶€ç€æ€À€’€m€Z€W€f€…€±€Ü€ë€Ì€{€*€€E€¨€é€Ð€n€€€~€Ý€à€ƒ€"€€w€Ú€á€‚€€€~€ß€Û€w€€%€€â€ë€Ê€€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€‡€À€è€é€¢€4€€_€Ë€è€™€,€€e€Ï€è€˜€/€€^€È€ë€©€>€€@€¥€è€Ö€‚€-€€3€€Ã€è€ê€Ü€Ê€À€Â€Ï€á€ë€ß€°€g€$€€A€€ä€Ý€‡€(€€\€Ã€ë€¬€A€€H€·€ë€¶€E€€H€·€ë€°€@€€P€Á€ë€á€«€€z€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€z€€«€á€ë€Á€P€€@€°€ë€·€H€€E€¶€ë€·€H€€A€¬€ë€Ã€\€€(€‡€Ý€ä€€A€€$€g€°€ß€ë€á€Ï€Â€À€Ê€Ü€ê€è€Ã€€3€€-€‚€Ö€è€¥€@€€>€©€ë€È€^€€/€˜€è€Ï€e€€,€™€è€Ë€_€€4€¢€é€è€À€‡€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€z€€²€â€ë€·€I€€E€¶€ë€´€D€€F€´€ë€¹€M€€:€£€ê€Ð€m€€€l€È€ë€Â€l€$€€1€m€§€Ï€â€é€ê€ê€è€Þ€Ã€•€X€!€€4€…€Õ€ê€±€P€€+€Œ€à€Ý€„€$€€l€Ò€è€–€,€€d€Î€è€–€+€€h€Ñ€ë€Ø€Ÿ€|€{€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€{€|€Ÿ€Ø€ë€Ñ€h€€+€–€è€Î€d€€,€–€è€Ò€l€€$€„€Ý€à€Œ€+€€P€±€ê€Õ€…€4€€!€X€•€Ã€Þ€è€ê€ê€é€â€Ï€§€m€1€€$€l€Â€ë€È€l€€€m€Ð€ê€£€:€€M€¹€ë€´€F€€D€´€ë€¶€E€€I€·€ë€â€²€€z€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€{€}€¤€ß€ë€Ë€c€€.€™€è€Ï€d€€*€‘€å€Ö€t€€€t€Ô€è€¢€?€€4€Ž€Û€é€·€h€'€€€G€p€“€¨€±€°€£€‰€c€8€€€7€~€Ê€ë€Ê€t€ €€Z€½€ë€½€V€€/€”€ç€Ö€p€€"€…€á€Ú€x€€ €…€Þ€ë€Ð€’€{€{€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€{€{€’€Ð€ë€Þ€…€ €€x€Ú€á€…€"€€p€Ö€ç€”€/€€V€½€ë€½€Z€€ €t€Ê€ë€Ê€~€7€€€8€c€‰€£€°€±€¨€“€p€G€€€'€h€·€é€Û€Ž€4€€?€¢€è€Ô€t€€€t€Ö€å€‘€*€€d€Ï€è€™€.€€c€Ë€ë€ß€¤€}€{€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€z€–€Ô€ë€Ý€ƒ€ €€v€Ú€ã€Š€%€€h€Î€è€¢€;€€D€ª€ë€Ò€x€$€€J€¢€â€è€¹€t€5€€€€0€@€I€G€<€*€€€€G€ˆ€Ê€ë€Õ€Š€4€€7€•€â€ß€€,€€V€½€ë€¶€J€€=€©€ë€Ã€V€€6€¥€é€ë€Ã€ˆ€z€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€z€ˆ€Ã€ë€é€¥€6€€V€Ã€ë€©€=€€J€¶€ë€½€V€€,€€ß€â€•€7€€4€Š€Õ€ë€Ê€ˆ€G€€€€*€<€G€I€@€0€€€€5€t€¹€è€â€¢€J€€$€x€Ò€ë€ª€D€€;€¢€è€Î€h€€%€Š€ã€Ú€v€€ €ƒ€Ý€ë€Ô€–€z€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€z€Š€Ä€ç€è€£€7€€S€¿€ë€°€D€€@€©€ê€Ë€h€€€r€Ð€ë€¶€X€€€V€§€à€é€È€Ž€X€1€€€€€€€€ €=€i€¢€Õ€ë€Õ€“€B€€#€t€Ì€ë€·€V€€(€‡€Þ€â€‹€'€€b€Ê€ê€£€8€€R€À€ë€â€±€€{€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€{€€±€â€ë€À€R€€8€£€ê€Ê€b€€'€‹€â€Þ€‡€(€€V€·€ë€Ì€t€#€€B€“€Õ€ë€Õ€¢€i€=€ €€€€€€€€1€X€Ž€È€é€à€§€V€€€X€¶€ë€Ð€r€€€h€Ë€ê€©€@€€D€°€ë€¿€S€€7€£€è€ç€Ä€Š€z€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€{€€±€æ€ë€Á€W€€2€›€è€Ò€m€€€z€Ö€æ€ž€:€€:€š€ã€â€ž€G€€€V€ €×€ë€Ý€¹€€l€S€C€=€>€G€Z€v€ž€Æ€å€ê€Ë€€C€€€^€·€ë€Ó€}€&€€T€¸€ë€Â€[€€*€€â€Ú€{€€€w€Ö€ë€Û€Ÿ€}€{€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€{€}€Ÿ€Û€ë€Ö€w€€€{€Ú€â€€*€€[€Â€ë€¸€T€€&€}€Ó€ë€·€^€€€C€€Ë€ê€å€Æ€ž€v€Z€G€>€=€C€S€l€€¹€Ý€ë€×€ €V€€€G€ž€â€ã€š€:€€:€ž€æ€Ö€z€€€m€Ò€è€›€2€€W€Á€ë€æ€±€€{€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€|€|€ž€Û€ë€Û€~€ €€p€Ó€è€€6€€I€®€ë€Î€q€€€X€¶€ê€Ø€€@€€€J€‹€Ã€å€ë€á€Í€º€«€¥€¦€¯€¿€Ô€å€ë€Ü€µ€y€9€€€U€¨€æ€â€›€@€€1€€ß€â€’€/€€P€¹€ë€¼€R€€4€Ÿ€ç€ë€Ë€Ž€z€|€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€|€z€Ž€Ë€ë€ç€Ÿ€4€€R€¼€ë€¹€P€€/€’€â€ß€€1€€@€›€â€æ€¨€U€€€9€y€µ€Ü€ë€å€Ô€¿€¯€¦€¥€«€º€Í€á€ë€å€Ã€‹€J€€€@€€Ø€ê€¶€X€€€q€Î€ë€®€I€€6€€è€Ó€p€€ €~€Û€ë€Û€ž€|€|€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€z€€È€è€é€¦€>€€E€¯€ë€È€b€€ €x€Ó€é€¬€N€€"€p€Å€ë€Ó€€D€€€4€h€ž€Æ€Þ€é€ë€ê€è€è€ë€ë€ç€Ø€º€€X€(€€€V€¥€á€è€¯€V€€€h€Ä€ë€¾€[€€$€€Û€â€‘€-€€Y€Á€ë€ã€¶€ƒ€z€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€z€ƒ€¶€ã€ë€Á€Y€€-€‘€â€Û€€$€€[€¾€ë€Ä€h€€€V€¯€è€á€¥€V€€€(€X€€º€Ø€ç€ë€ë€è€è€ê€ë€é€Þ€Æ€ž€h€4€€€D€€Ó€ë€Å€p€"€€N€¬€é€Ó€x€ €€b€È€ë€¯€E€€>€¦€é€è€È€€z€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€|€€±€æ€ë€Ë€g€€"€€Û€æ€˜€5€€A€¡€æ€Ü€€6€€.€€Ë€ë€Ö€™€T€!€€€>€e€Š€§€º€Å€Ê€Ê€Ã€µ€Ÿ€€W€1€€€,€e€«€á€é€¸€d€€€L€©€è€Ú€†€+€€N€´€ë€Å€`€€%€‡€Ü€ë€Û€Ÿ€}€|€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€|€}€Ÿ€Û€ë€Ü€‡€%€€`€Å€ë€´€N€€+€†€Ú€è€©€L€€€d€¸€é€á€«€e€,€€€1€W€€Ÿ€µ€Ã€Ê€Ê€Å€º€§€Š€e€>€€€!€T€™€Ö€ë€Ë€€.€€6€€Ü€æ€¡€A€€5€˜€æ€Û€€"€€g€Ë€ë€æ€±€€|€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€{€™€Õ€ê€ã€–€2€€L€³€ë€Ê€i€€€c€À€ë€Ì€w€(€€6€‚€Ê€ë€Ý€­€n€9€€€€+€@€R€`€f€d€\€M€9€%€€€ €F€€€½€æ€ç€¸€j€$€€<€’€Ü€è€©€J€€*€‡€Ü€ä€–€3€€J€²€ê€è€Å€Š€z€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€z€Š€Å€è€ê€²€J€€3€–€ä€Ü€‡€*€€J€©€è€Ü€’€<€€$€j€¸€ç€æ€½€€€F€ €€€%€9€M€\€d€f€`€R€@€+€€€€9€n€­€Ý€ë€Ê€‚€6€€(€w€Ì€ë€À€c€€€i€Ê€ë€³€L€€2€–€ã€ê€Õ€™€{€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€|€‡€¼€ê€ë€Ã€^€€$€~€Ø€è€¥€D€€+€€Ó€ë€½€i€"€€5€{€À€ç€è€Ç€–€c€9€€€€€€€€€€€€'€E€r€¥€Ò€ë€á€¯€f€%€€3€ƒ€Ð€ë€À€f€€€^€¿€ë€Ã€`€€"€|€Ö€ë€â€ª€€{€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€{€€ª€â€ë€Ö€|€"€€`€Ã€ë€¿€^€€€f€À€ë€Ð€ƒ€3€€%€f€¯€á€ë€Ò€¥€r€E€'€€€€€€€€€€€€9€c€–€Ç€è€ç€À€{€5€€"€i€½€ë€Ó€€+€€D€¥€è€Ø€~€$€€^€Ã€ë€ê€¼€‡€|€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€ €Ú€ë€â€“€2€€E€©€é€Ö€‚€+€€?€—€Ý€è€µ€d€#€€-€k€«€Ú€ë€á€Ã€›€v€W€A€2€+€'€'€,€7€H€a€‚€¨€Ì€æ€é€Ð€›€X€ €€2€|€É€ë€Ï€~€+€€@€ž€å€Þ€€/€€J€¯€é€é€Ì€€z€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€z€€Ì€é€é€¯€J€€/€€Þ€å€ž€@€€+€~€Ï€ë€É€|€2€€ €X€›€Ð€é€æ€Ì€¨€‚€a€H€7€,€'€'€+€2€A€W€v€›€Ã€á€ë€Ú€«€k€-€€#€d€µ€è€Ý€—€?€€+€‚€Ö€é€©€E€€2€“€â€ë€Ú€ €}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€|€Š€¿€ê€ë€Å€d€€€l€É€ë€À€f€€€O€¥€â€è€´€h€(€€ €P€Œ€¿€ß€ë€å€Ó€½€¨€˜€Œ€†€‡€€œ€®€Ä€Ú€è€ê€Ù€³€|€A€€€8€€Ç€ë€Ö€€9€€+€€Õ€ë€±€P€€'€€Ö€ë€ã€®€€{€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€{€€®€ã€ë€Ö€€'€€P€±€ë€Õ€€+€€9€€Ö€ë€Ç€€8€€€A€|€³€Ù€ê€è€Ú€Ä€®€œ€€‡€†€Œ€˜€¨€½€Ó€å€ë€ß€¿€Œ€P€ €€(€h€´€è€â€¥€O€€€f€À€ë€É€l€€€d€Å€ë€ê€¿€Š€|€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€¡€Ù€ê€å€Ÿ€>€€3€€Ü€ç€ª€Q€€€X€«€ã€è€»€t€6€€€2€a€“€¼€Ø€ç€ë€é€ä€á€Þ€Þ€â€æ€ê€ê€ã€Ð€±€…€T€'€€€F€Š€Ì€ë€×€“€C€€ €i€Á€ë€Ë€r€!€€W€¸€ë€è€Ì€’€z€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€z€’€Ì€è€ë€¸€W€€!€r€Ë€ë€Á€i€ €€C€“€×€ë€Ì€Š€F€€€'€T€…€±€Ð€ã€ê€ê€æ€â€Þ€Þ€á€ä€é€ë€ç€Ø€¼€“€a€2€€€6€t€»€è€ã€«€X€€€Q€ª€ç€Ü€€3€€>€Ÿ€å€ê€Ù€¡€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€|€‡€½€è€ë€Ò€x€$€€M€©€ç€Þ€™€D€€€Z€©€á€ê€È€Œ€M€!€€€3€X€€ €¸€Ê€Õ€Û€Ü€Ü€Ú€Ò€Å€±€–€t€M€+€€€+€]€Ÿ€Ö€ë€Ó€“€E€€€[€±€è€Ü€€5€€8€”€à€ë€â€«€€|€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€|€€«€â€ë€à€”€8€€5€€Ü€è€±€[€€€E€“€Ó€ë€Ö€Ÿ€]€+€€€+€M€t€–€±€Å€Ò€Ú€Ü€Ü€Û€Õ€Ê€¸€ €€X€3€€€!€M€Œ€È€ê€á€©€Z€€€D€™€Þ€ç€©€M€€$€x€Ò€ë€è€½€‡€|€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€š€Ó€ë€ê€·€W€€€d€¼€ë€×€€?€€€U€Ÿ€Ø€ë€Ù€ª€q€?€€€€%€;€R€f€u€€…€ƒ€|€q€`€J€3€€€€%€K€€¸€â€ë€Ê€ˆ€A€€€T€¦€ã€å€¥€J€€#€s€Ì€ë€ê€Ã€€{€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€{€€Ã€ê€ë€Ì€s€#€€J€¥€å€ã€¦€T€€€A€ˆ€Ê€ë€â€¸€€K€%€€€€3€J€`€q€|€ƒ€…€€u€f€R€;€%€€€€?€q€ª€Ù€ë€Ø€Ÿ€U€€€?€€×€ë€¼€d€€€W€·€ê€ë€Ó€š€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€|€‚€±€à€ë€â€œ€@€€'€u€Ç€ë€Ó€€@€€€H€€É€è€è€Ê€Ÿ€n€E€'€€€€€€"€%€%€!€€€€€€.€O€z€«€Õ€ë€ã€¹€w€7€€€S€¢€à€è€²€\€€€Y€µ€é€é€×€ €~€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€~€ €×€é€é€µ€Y€€€\€²€è€à€¢€S€€€7€w€¹€ã€ë€Õ€«€z€O€.€€€€€€!€%€%€"€€€€€€'€E€n€Ÿ€Ê€è€è€É€€H€€€@€€Ó€ë€Ç€u€'€€@€œ€â€ë€à€±€‚€|€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€|€Ž€Å€è€ë€Õ€„€0€€1€€Ì€ë€Ó€‘€G€€€7€r€®€Ù€ë€ä€Ë€¨€‚€_€D€1€%€€€€€€€(€7€M€j€€²€Ó€è€é€Ð€ž€_€(€€!€[€¥€ß€é€º€h€ €€E€Ÿ€â€ë€ä€´€…€|€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€|€…€´€ä€ë€â€Ÿ€E€€ €h€º€é€ß€¥€[€!€€(€_€ž€Ð€é€è€Ó€²€€j€M€7€(€€€€€€€%€1€D€_€‚€¨€Ë€ä€ë€Ù€®€r€7€€€G€‘€Ó€ë€Ì€€1€€0€„€Õ€ë€è€Å€Ž€|€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€|€}€€Õ€ë€ë€Ç€q€&€€8€„€Ì€ë€×€œ€U€€€#€P€‡€¹€Ü€ê€è€Ú€Ã€«€•€‚€t€l€h€h€n€y€ˆ€œ€´€Ë€ß€ë€è€Ô€­€y€A€€€-€i€°€â€è€»€m€&€€8€Œ€Ù€ë€ê€Æ€€|€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€|€€Æ€ê€ë€Ù€Œ€8€€&€m€»€è€â€°€i€-€€€A€y€­€Ô€è€ë€ß€Ë€´€œ€ˆ€y€n€h€h€l€t€‚€•€«€Ã€Ú€è€ê€Ü€¹€‡€P€#€€€U€œ€×€ë€Ì€„€8€€&€q€Ç€ë€ë€Õ€€}€|€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€{€€«€Þ€ë€é€»€f€"€€8€€Ç€ë€ß€¬€j€1€€€.€Y€‡€±€Ð€ä€ë€ê€ã€Ü€Ô€Ï€Ì€Ì€Ð€Ö€Þ€æ€ë€ê€ß€É€§€{€L€%€€€@€~€½€ç€å€·€l€'€€1€€€Ð€ë€ë€Ò€œ€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€œ€Ò€ë€ë€Ð€€€1€€'€l€·€å€ç€½€~€@€€€%€L€{€§€É€ß€ê€ë€æ€Þ€Ö€Ð€Ì€Ì€Ï€Ô€Ü€ã€ê€ë€ä€Ð€±€‡€Y€.€€€1€j€¬€ß€ë€Ç€€8€€"€f€»€é€ë€Þ€«€€{€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€{€‡€¸€â€ë€æ€³€b€!€€3€w€½€ç€è€Â€ˆ€M€$€€€,€N€t€–€´€Ê€×€à€å€è€è€è€ç€ä€Ý€Ó€Ã€«€€i€D€%€€€-€]€›€Ð€ë€Þ€«€c€%€€/€z€É€ë€ê€Ú€¨€€|€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€|€€¨€Ú€ê€ë€É€z€/€€%€c€«€Þ€ë€Ð€›€]€-€€€%€D€i€€«€Ã€Ó€Ý€ä€ç€è€è€è€å€à€×€Ê€´€–€t€N€,€€€$€M€ˆ€Â€è€ç€½€w€3€€!€b€³€æ€ë€â€¸€‡€{€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€{€€Â€æ€ë€å€±€c€$€€+€h€«€Ý€ë€Ø€¬€v€E€#€€€€3€M€e€z€‹€˜€Ÿ€¢€¢€€”€†€t€]€D€,€€€€*€Q€‡€»€â€ë€Ñ€™€U€€€2€z€Æ€ë€ê€ß€±€„€|€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€|€„€±€ß€ê€ë€Æ€z€2€€€U€™€Ñ€ë€â€»€‡€Q€*€€€€,€D€]€t€†€”€€¢€¢€Ÿ€˜€‹€z€e€M€3€€€€#€E€v€¬€Ø€ë€Ý€«€h€+€€$€c€±€å€ë€æ€Â€€{€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€|€{€’€È€ç€ë€å€µ€k€+€€€R€“€Ê€è€è€Ð€¦€x€O€.€€€€€ €*€2€8€:€:€7€0€&€€€€€€5€Y€„€²€Ù€ë€â€¼€€€A€€€:€€€È€ë€ê€â€·€‡€{€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€{€‡€·€â€ê€ë€È€€€:€€€A€€€¼€â€ë€Ù€²€„€Y€5€€€€€€&€0€7€:€:€8€2€*€ €€€€€.€O€x€¦€Ð€è€è€Ê€“€R€€€+€k€µ€å€ë€ç€È€’€{€|€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€|€|€•€Ê€è€ê€ç€½€y€8€€€:€r€«€Ö€ê€è€Ó€²€€j€L€4€%€€€€€€€€€€€)€;€T€t€—€¼€Ú€ê€ç€Ë€š€a€,€€€H€€Í€ê€ê€â€º€Š€{€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€{€Š€º€â€ê€ê€Í€€H€€€,€a€š€Ë€ç€ê€Ú€¼€—€t€T€;€)€€€€€€€€€€€%€4€L€j€€²€Ó€è€ê€Ö€«€r€:€€€8€y€½€ç€ê€è€Ê€•€|€|€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€|€•€È€é€ê€ê€Ê€€L€€€"€L€€±€Ö€è€ë€ß€Ê€±€˜€€n€_€T€N€J€J€O€W€c€t€ˆ€ €¹€Ñ€ã€ë€å€Í€¥€q€>€€€'€]€Ÿ€×€ê€ë€ä€¸€‰€{€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€{€‰€¸€ä€ë€ê€×€Ÿ€]€'€€€>€q€¥€Í€å€ë€ã€Ñ€¹€ €ˆ€t€c€W€O€J€J€N€T€_€n€€˜€±€Ê€ß€ë€è€Ö€±€€L€"€€€L€€Ê€ê€ê€é€È€•€|€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€“€Â€æ€é€ë€Ú€¦€g€1€€€)€P€~€¨€Ê€ß€ê€ë€å€Û€Ð€Ä€¼€·€´€´€·€¾€È€Ó€Þ€è€ë€è€Ú€Â€€q€D€€€€?€y€·€â€ë€é€à€³€ˆ€{€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€{€ˆ€³€à€é€ë€â€·€y€?€€€€D€q€€Â€Ú€è€ë€è€Þ€Ó€È€¾€·€´€´€·€¼€Ä€Ð€Û€å€ë€ê€ß€Ê€¨€~€P€)€€€1€g€¦€Ú€ë€é€æ€Â€“€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€¹€á€é€ë€æ€Â€Š€R€'€€€%€D€h€€«€Ä€Ö€â€ç€ê€ë€ë€ë€ë€ë€ë€é€æ€Þ€Ñ€½€¤€ƒ€^€;€€€€2€b€›€Ï€é€é€é€Ù€«€…€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€…€«€Ù€é€é€é€Ï€›€b€2€€€€;€^€ƒ€¤€½€Ñ€Þ€æ€é€ë€ë€ë€ë€ë€ë€ê€ç€â€Ö€Ä€«€€h€D€%€€€'€R€Š€Â€æ€ë€é€á€¹€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€†€«€×€ê€è€ë€Ü€±€~€N€)€€€€,€E€`€y€Ž€Ÿ€­€¶€»€½€½€º€³€©€š€‡€q€X€>€&€€€€1€\€€¿€ã€ë€è€é€Í€Ÿ€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€Ÿ€Í€é€è€ë€ã€¿€€\€1€€€€&€>€X€q€‡€š€©€³€º€½€½€»€¶€­€Ÿ€Ž€y€`€E€,€€€€)€N€~€±€Ü€ë€è€ê€×€«€†€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€€›€Æ€ä€é€é€ê€Ö€¯€‚€X€6€€€€€€,€9€D€M€S€V€V€Q€J€A€5€(€€€€€$€>€c€€¼€Þ€ë€é€é€ß€º€‘€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€‘€º€ß€é€é€ë€Þ€¼€€c€>€$€€€€€(€5€A€J€Q€V€V€S€M€D€9€,€€€€€€6€X€‚€¯€Ö€ê€é€é€ä€Æ€›€€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‰€®€Ö€é€è€é€é€Ú€»€˜€t€T€:€&€€€€€€€€€€€€€€€+€@€\€}€¡€Ä€à€ë€è€é€æ€Ì€£€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€£€Ì€æ€é€è€ë€à€Ä€¡€}€\€@€+€€€€€€€€€€€€€€€&€:€T€t€˜€»€Ú€é€é€è€é€Ö€®€‰€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€”€º€Ü€ê€è€é€ë€ä€Ò€¹€Ÿ€…€m€Z€J€?€8€3€1€1€4€:€C€O€`€t€Œ€¥€À€Ø€è€ë€è€é€è€Ó€®€Œ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€Œ€®€Ó€è€é€è€ë€è€Ø€À€¥€Œ€t€`€O€C€:€4€1€1€3€8€?€J€Z€m€…€Ÿ€¹€Ò€ä€ë€é€è€ê€Ü€º€”€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€˜€»€Ù€é€ê€è€é€ë€è€Ý€Ï€À€³€§€Ÿ€™€—€—€š€¡€«€·€Å€Ô€á€é€ë€é€è€ë€ç€Ñ€°€€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€€°€Ñ€ç€ë€è€é€ë€é€á€Ô€Å€·€«€¡€š€—€—€™€Ÿ€§€³€À€Ï€Ý€è€ë€é€è€ê€é€Ù€»€˜€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€“€°€Ì€á€ë€é€è€è€é€ë€ë€é€è€ç€æ€æ€ç€è€ê€ë€ê€è€è€è€ë€é€Ü€Å€§€Œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€Œ€§€Å€Ü€é€ë€è€è€è€ê€ë€ê€è€ç€æ€æ€ç€è€é€ë€ë€é€è€è€é€ë€á€Ì€°€“€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€‡€š€²€É€Ú€å€ë€ë€é€è€è€è€è€è€è€è€é€ê€ë€é€â€Ö€Ã€«€”€ƒ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€ƒ€”€«€Ã€Ö€â€é€ë€ê€é€è€è€è€è€è€è€è€é€ë€ë€å€Ú€É€²€š€‡€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€ƒ€€Ÿ€¯€½€É€Ð€Ö€Ù€Û€Û€Ø€Õ€Î€Å€¸€ª€š€Œ€€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€€Œ€š€ª€¸€Å€Î€Õ€Ø€Û€Û€Ù€Ö€Ð€É€½€¯€Ÿ€€ƒ€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€…€‰€Œ€€€‹€ˆ€„€€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€~€€€„€ˆ€‹€€€Œ€‰€…€€~€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€½€é€è€¹€h€-€€7€q€±€×€Ô€¨€f€/€€7€p€°€Ø€Ô€§€f€/€€6€q€±€Ø€Ô€§€f€0€€4€o€±€Ø€Ó€¦€e€+€€W€À€ë€ë€Á€V€€Z€¿€Ô€€%€3€›€Ý€¨€@€€m€Î€Ê€h€€D€¯€Ü€“€0€(€ƒ€Ö€¼€R€€Y€Á€Õ€€€%€5€™€Û€©€=€€r€Ñ€È€f€€G€±€Ú€‘€-€)€‡€Ù€¹€P€€\€Â€Õ€z€"€7€ž€Ü€§€>€ €q€Ð€È€d€€G€²€Ú€“€/€)€ˆ€Ø€¸€M€!€…€ã€ë€Ÿ€Q€³€¼€:€B€Å€°€.€Q€Í€€'€f€Ó€„€!€|€Ø€t€"€Œ€Ð€]€*€¥€Ê€J€1€¶€¿€<€@€Á€­€0€V€Ð€š€#€c€Ô€„€#€€Ô€l€$€•€Ñ€X€)€¥€É€J€6€¸€¹€6€D€È€¬€,€V€Ï€—€%€j€Ö€‚€€€€Ö€p€$€’€Ð€W€+€©€É€F€1€¶€¾€Š€Ö€é€ˆ€c€Ë€[€F€Ê€k€>€Ã€w€8€¿€‚€/€¸€”€+€©€¡€-€Ÿ€©€,€•€·€.€„€Á€8€u€Ã€?€l€Ê€E€\€Ï€T€M€Ê€b€F€Ç€k€?€È€w€4€¾€‡€1€´€’€.€­€ž€*€ €®€,€€¶€1€‡€½€5€y€Ç€>€g€Ê€J€\€Ê€S€R€Ì€_€D€Ê€p€:€Á€}€I€Ó€é€Î€Ð€y€6€½€~€;€»€z€>€¼€z€=€¸€}€A€·€w€D€¼€r€A€½€u€>€¾€u€?€Á€s€>€Ä€t€7€Â€~€8€¼€}€>€»€y€?€½€|€>€·€x€D€º€q€H€¿€n€C€Á€r€A€Á€p€B€Ã€n€?€È€t€8€Á€z€<€½€w€A€½€t€>€¼€y€A€¹€u€F€¼€n€G€Â€Ù€è€Ù€\€š€€W€·€P€Œ€€H€´€]€x€Ÿ€B€¨€l€h€¯€C€š€€€Y€¶€O€‹€€J€µ€^€y€Ÿ€B€ª€m€g€­€C€™€~€Y€Ã€Ö€ç€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€€¾€ê€è€»€h€/€ €:€t€±€Ø€Õ€©€h€2€€:€s€±€Ø€Õ€¨€h€2€€9€s€±€Ø€Õ€©€h€3€€8€q€±€Ø€Ô€¨€h€/€€Z€Á€ë€ë€Â€V€€\€À€Ô€€(€8€€Þ€ª€C€$€o€Ï€Ê€i€!€G€±€Ý€•€4€+€…€×€½€V€€\€Á€Ö€€(€8€›€Û€ª€@€#€t€Ñ€È€h€"€J€²€Ú€“€1€,€‰€Ù€º€S€!€^€Ã€Õ€}€&€:€Ÿ€Ü€¨€A€%€t€Ð€É€g€€J€´€Û€”€2€,€Š€Ù€¹€N€"€‡€ã€ë€¡€T€³€½€>€E€Æ€±€1€U€Í€ž€+€h€Ô€†€%€€Ø€w€&€Ž€Ñ€`€.€¥€Ê€N€6€·€À€@€D€Ã€®€3€X€Ð€œ€'€f€Õ€‡€'€€Ô€n€(€—€Ó€[€,€¦€É€M€9€¹€º€9€G€È€®€0€Z€Ï€™€*€m€Ö€„€#€€×€s€'€“€Ð€[€0€ª€É€J€5€·€¾€€×€é€‹€e€Ë€]€J€Ë€n€A€Ä€z€<€À€…€3€¹€–€/€«€¢€1€¡€«€1€—€·€1€†€Â€<€w€Ä€C€n€Ê€J€_€Ï€W€P€Ê€e€J€È€n€D€É€y€8€¾€‰€4€µ€“€2€¯€Ÿ€-€¢€¯€1€’€·€6€ˆ€½€8€z€È€A€j€Ë€M€^€Ê€V€U€Í€b€F€Ê€s€>€Â€}€K€Ô€é€Ð€Ñ€y€8€¾€€€>€¼€|€C€½€{€@€º€€€D€¹€z€H€½€t€D€¿€x€B€¿€w€B€Â€t€B€Ä€w€;€Ã€€;€½€€€@€¼€z€C€¾€€@€¹€z€H€»€s€K€À€p€E€Â€t€D€Á€s€D€Ä€p€C€É€w€<€Â€|€?€¾€y€D€¾€v€A€½€{€D€»€w€I€½€o€H€Ã€Ú€è€Ù€_€›€ƒ€[€·€S€€‘€K€¶€`€z€¡€D€ª€n€k€±€F€œ€‚€\€·€Q€€’€L€¶€a€z€ €E€«€o€i€®€E€›€€Y€Ã€Ö€è€¿€€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€å€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€«€Ì€ê€é€Ê€’€j€a€r€™€Ã€Þ€Ü€¾€“€m€`€r€™€Ã€Þ€Ü€½€’€m€`€q€™€Ä€ß€Ü€½€’€n€`€p€˜€Ã€Þ€Û€½€’€j€]€‡€Ï€ë€ë€Ï€†€_€Š€Î€Ü€¢€f€o€¶€â€¾€x€b€–€×€Õ€“€a€{€Ã€â€±€n€h€¥€Ý€Ë€„€_€‰€Ï€Ü€£€f€q€´€à€¾€v€b€™€Ú€Ô€’€b€}€Ä€ß€¯€l€h€¨€ß€Ê€ƒ€a€‹€Ð€Ü€Ÿ€e€r€·€à€½€w€c€™€Ù€Ó€‘€`€}€Å€à€¯€m€i€©€ß€Ê€€€b€§€æ€ë€·€„€Ä€Ë€t€z€Ò€Ã€l€„€Ö€·€h€’€Û€¥€c€¡€Þ€œ€d€«€Ù€Œ€j€¼€Õ€€o€È€Î€v€x€Ï€Â€n€‡€Ø€µ€e€€Ü€¦€e€£€Ü€–€e€±€Ú€ˆ€h€¼€Ô€€q€Ê€Ê€q€z€Ó€Á€k€‡€×€²€g€”€Ü€¥€b€£€Ý€™€f€¯€Ø€‡€j€¿€Õ€}€n€Ç€Í€«€Ý€é€©€€Ö€Š€|€Ö€–€w€Ð€ž€s€Î€¥€n€É€±€k€¿€¹€l€¸€¿€l€±€È€m€¥€Ï€s€œ€Ñ€x€–€Õ€|€‹€×€†€€Ö€€}€Ó€–€x€Ó€€p€Í€¨€n€Æ€¯€l€Â€·€i€¹€Ã€l€®€È€o€§€Ì€q€Ÿ€Ó€v€“€Õ€€€‹€Õ€…€…€Ö€€z€Õ€™€u€Ð€ €~€Û€ê€Ø€Ù€€q€Ì€¢€t€Ë€Ÿ€w€Ë€Ÿ€v€Ê€¡€y€É€ž€{€Ë€™€y€Í€œ€w€Í€œ€x€Ï€š€v€Ð€œ€r€Ð€¢€s€Ë€¡€v€Ê€Ÿ€x€Ì€ €v€É€ž€|€Ê€™€~€Î€—€z€Ï€š€y€Ï€™€y€Ð€—€w€Ó€œ€t€Ï€Ÿ€v€Ì€ž€y€Í€œ€w€Ë€Ÿ€y€Ê€œ€|€Ë€–€z€Ð€ß€è€ß€‹€´€¤€ˆ€È€ƒ€«€­€~€Æ€Œ€ž€¸€z€¾€–€“€Ã€z€µ€£€‰€Ç€‚€«€®€€Ç€€ž€·€z€¿€–€’€Â€z€µ€ €‡€Ð€Ü€è€Í€«€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€å€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€ë€æ€Þ€×€Ö€Ø€Þ€å€é€é€ä€Ý€×€Ö€Ø€Þ€å€é€è€ä€Ý€×€Ö€Ù€Þ€å€é€è€ä€Ý€Ø€Ö€Ø€Þ€å€é€è€ä€Ý€Ø€Ö€Ü€ç€ë€ë€ç€Ü€Ö€Ü€ç€é€à€Ö€Ø€ã€é€ä€Ú€Ö€Þ€è€è€Ý€Ö€Ú€å€é€â€Ø€×€á€è€ç€Ü€Ö€Ü€ç€é€à€×€Ø€â€é€ä€Ú€Ö€ß€è€è€Ý€Ö€Û€æ€é€â€Ø€×€á€é€æ€Ü€Ö€Ü€ç€è€à€Ö€Ø€ã€é€ä€Ù€Ö€Þ€è€è€Ý€Ö€Û€å€é€â€Ø€×€á€é€æ€Û€Ö€á€ê€ë€ã€Ü€å€æ€Ù€Ù€è€å€Ø€Ü€è€ã€×€Ý€è€á€Ö€à€é€ß€Ö€â€è€Ü€×€ä€è€Û€Ø€æ€ç€Ù€Ú€ç€ä€×€Ü€è€â€Ö€Ý€é€á€×€à€è€Þ€×€â€è€Ü€×€ã€è€Û€Ù€æ€æ€Ù€Ú€è€å€Ø€Ü€è€â€Ö€Þ€è€à€Ö€à€é€ß€Ö€â€è€Ü€Ø€ä€è€Û€Ø€å€æ€á€é€ë€â€Ý€è€Ü€Û€è€Þ€Ù€è€ß€Ø€æ€à€×€æ€â€×€ä€ä€Ø€ã€ä€×€â€æ€Ø€à€ç€Ù€ß€è€Ù€Þ€è€Ú€Ü€è€Ü€Û€è€Ý€Ú€è€Þ€Ú€ç€ß€Ø€ç€â€Ø€å€â€Ø€å€ã€×€ã€å€×€â€å€Ø€á€ç€Ø€ß€è€Ú€Ý€è€Û€Ü€è€Ü€Û€è€Ü€Ú€è€Þ€Ù€ç€à€Û€è€ê€è€è€ß€Ù€ç€à€Ù€ç€ß€Ù€æ€à€Ú€æ€à€Ú€å€à€Ú€æ€Þ€Ú€ç€ß€Ù€æ€ß€Ù€ç€ß€Ù€ç€ß€Ù€ç€à€Ù€æ€à€Ù€æ€à€Ú€ç€à€Ù€æ€ß€Ú€æ€Þ€Ú€ç€Þ€Ú€ç€Þ€Ú€ç€ß€Ú€ç€Þ€Ú€ç€ß€Ù€ç€à€Ù€ç€ß€Ú€æ€ß€Ù€æ€à€Ú€æ€ß€Ú€æ€Þ€Û€è€é€ê€è€Ü€â€á€Ü€å€Û€á€â€Ú€å€Ü€ß€ã€Ú€ä€Þ€Þ€å€Ú€â€à€Ü€æ€Û€â€â€Û€æ€Ü€ß€ã€Ú€ä€Þ€Þ€å€Ú€â€à€Ü€ç€è€ê€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€.€]€“€Â€Ý€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€å€ê€é€ã€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€æ€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€ç€ë€è€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€ç€â€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€â€è€ë€æ€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€ã€é€ê€å€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€á€ä€ê€ê€ä€á€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€à€Ý€Â€“€]€.€€€%€F€k€Œ€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€Â€å€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¨€Ç€è€á€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€«€Í€ê€Ü€¶€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€®€Ò€ë€×€±€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€²€Ø€ë€Ñ€­€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€·€Ý€ê€Ì€ª€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€â€è€Æ€§€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€ä€À€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€§€Æ€è€â€»€£€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€ª€Ì€ê€Ý€·€¡€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€­€Ñ€ë€Ø€²€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€ €Ÿ€±€×€ë€Ò€®€Ÿ€ €¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¡€¶€Ü€ê€Í€«€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€£€»€á€è€Ç€¨€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€¥€À€ä€å€Â€¥€Ÿ€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€¡€Ÿ€Œ€k€F€%€€€ €:€V€p€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€¯€ã€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€‰€·€è€Ü€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€€¿€ë€Ö€€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€’€È€ë€Ï€–€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€˜€Ð€ë€Æ€‘€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€Ÿ€×€ê€½€Œ€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ý€ç€µ€ˆ€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€â€­€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€ˆ€µ€ç€Ý€¥€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€|€Œ€½€ê€×€Ÿ€€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€|€‘€Æ€ë€Ð€˜€}€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€}€–€Ï€ë€È€’€|€~€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€€Ö€ë€¿€€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€€¥€Ü€è€·€‰€|€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€}€…€­€â€ã€¯€…€}€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€~€p€V€:€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ €€€ €9€T€m€{€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€„€­€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€¶€ç€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€Œ€¾€ê€Õ€œ€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Ç€ë€Î€•€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€–€Ð€ë€Å€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€ž€Ö€é€½€‹€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€æ€´€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€«€ƒ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‡€´€æ€Ü€¤€€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€‹€½€é€Ö€ž€~€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€|€€Å€ë€Ð€–€}€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€}€•€Î€ë€Ç€€|€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€~€œ€Õ€ê€¾€Œ€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€€¤€Ü€ç€¶€‡€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€|€ƒ€«€â€â€­€„€|€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€}€{€m€T€9€ € \ No newline at end of file diff --git a/examples/screen-simple/Makefile b/examples/screen-simple/Makefile new file mode 100644 index 0000000..76276df --- /dev/null +++ b/examples/screen-simple/Makefile @@ -0,0 +1,7 @@ +TARGET = screen-simple.img +VMX_MEMSIZE = 16 + +APP_SOURCES = main.c testpattern.z.data.o + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/screen-simple/main.c b/examples/screen-simple/main.c new file mode 100644 index 0000000..82157d0 --- /dev/null +++ b/examples/screen-simple/main.c @@ -0,0 +1,195 @@ +/* + * Simple example for Screen Objects in the SVGA device. + * + * This is an optional feature of the VMware SVGA device which allows + * multiple screens to be managed dynamically. It replaces legacy + * multi-monitor mode. It also allows the video driver to manage its + * own framebuffer memory. The host will never DMA to or from this + * memory unless the guest requests a DMA operation, and the guest is + * free to allocate or reallocate framebuffer memory at any time. + * + * This is a bare-bones example which uses the Screen Object extension + * to create a single screen and draw a test pattern to it. + * + * This example does not use the legacy Guest Framebuffer (GFB) memory + * at BAR1 at all. A system memory GMR is used as a data source for + * blits to the screen. + */ + +#include "svga.h" +#include "gmr.h" +#include "screen.h" +#include "intr.h" +#include "datafile.h" + +DECLARE_DATAFILE(testPatternData, testpattern_z); + + +/* + * main -- + * + * Main loop and initialization. + */ + +int +main(void) +{ + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + SVGA_Init(); + GMR_Init(); + Heap_Reset(); + + /* + * When you use Screen Objects, you no longer need the legacy SVGA + * framebuffer or display mode. You still need to call SetMode to + * enable the device and the command FIFO, but it doesn't have to + * have a valid video mode. Setting a 0x0 video mode explicitly + * tells the device that we don't need the legacy framebuffer. + */ + SVGA_SetMode(0, 0, 32); + + /* + * Screen_Init requires the SVGA FIFO, which is set up in SVGA_SetMode. + */ + Screen_Init(); + + /* + * Define a screen. + * + * This screen has ID zero, which is both the first valid ID and + * the default ID used by the legacy SVGA device interfaces. This + * will replace any legacy screen with our new screen. + * + * We mark this screen as 'primary', and root it in the virtual + * coordinate space. We'll just pick a totally arbitrary root + * position. + */ + + SVGAScreenObject myScreen = { + .structSize = sizeof(SVGAScreenObject), + .id = 0, + .flags = SVGA_SCREEN_HAS_ROOT | SVGA_SCREEN_IS_PRIMARY, + .size = { 640, 480 }, + .root = { -500, 10000 }, + }; + Screen_Define(&myScreen); + + /* + * Create a system memory framebuffer. + * + * This step is optional. Most drivers will probably want a + * framebuffer, but the SVGA device does not require that you have + * one. For example, a character-cell driver could point the GMRFB + * at a font table, and draw characters using individual + * GMRFB-to-screen blits from the font table. A more complex + * driver which wants to avoid tearing could double-buffer the + * whole screen, or even create a queue of smaller update-sized + * buffers which would be used as GMRFB memory. + * + * There are three steps for creating a framebuffer: + * + * 1. Allocate system memory. This is done using a trivial + * heap allocator, which uses a chunk of contiguous system + * memory that begins immediately after our binary's last + * segment ends. + * + * This memory doesn't need to be contiguous, but contiguous + * memory may give better performance, so it's preferred. + * + * 2. Define a Guest Memory Region (GMR), which is basically a + * page table which lets the SVGA device access this memory. + * GMRs are how we support discontiguous memory. Any pages + * which are part of a GMR should be locked down, so your + * OS's virtual memory subsystem can't move them or page + * them out. + * + * Defining a GMR is relatively costly, so it's best if + * drivers use GMRs for very coarse-grained memory allocation. + * It would make sense to use a GMR for a general-purpose DMA + * heap, or for a 2D framebuffer- but not for a single DMA + * buffer. + * + * 3. Define a GMRFB. This is a tiny piece of state which tells + * future blit operations where to pull their source data + * from. It's perfectly fine to redefine the GMRFB as often + * as you like, but in this simple example we'll set it once + * and leave it alone. + */ + + /* + * Steps 1 and 2 are handled by GMR_DefineContiguous, in our + * small 'gmr.c' utility library. + * + * Use GMR ID 0, the first user-defined GMR. We'll allocate + * enough memory for a 32 bit per pixel framebuffer. + */ + + const uint32 gmrId = 0; + const uint32 bitsPerPixel = 32; + const uint32 colorDepth = 24; + + const uint32 bytesPerPixel = bitsPerPixel >> 3; + const uint32 fbBytesPerLine = myScreen.size.width * bytesPerPixel; + const uint32 fbSizeInBytes = fbBytesPerLine * myScreen.size.height; + const uint32 fbSizeInPages = (fbSizeInBytes + PAGE_MASK) / PAGE_SIZE; + + PPN fbFirstPage = GMR_DefineContiguous(gmrId, fbSizeInPages); + uint32 *fbPointer = PPN_POINTER(fbFirstPage); + + /* + * Step 3: Use the DEFINE_GMRFB command to tell the device about + * our framebuffer and its format. It is in our user-defined GMR, + * at offset zero. + * + * the SVGAGMRImageFormat type is a packed 32-bit word which + * encodes our pixel size and color depth. (The upper 16 bits are + * reserved for future formats.) + */ + + SVGAGuestPtr fbGuestPtr = { + .gmrId = gmrId, + .offset = 0, + }; + + SVGAGMRImageFormat fbFormat = {{{ + .bitsPerPixel = bitsPerPixel, + .colorDepth = colorDepth, + }}}; + + Screen_DefineGMRFB(fbGuestPtr, fbBytesPerLine, fbFormat); + + /* + * Now we have a framebuffer! Fill it with a test pattern, + * and blit it to the screen. + */ + + SVGASignedPoint blitOrigin = { 0, 0 }; + SVGASignedRect blitDest = { 0, 0, myScreen.size.width, myScreen.size.height }; + + DataFile_Decompress(testPatternData, (void*) fbPointer, fbSizeInBytes); + + Screen_BlitFromGMRFB(&blitOrigin, &blitDest, myScreen.id); + uint32 dmaFence = SVGA_InsertFence(); + + /* + * Wait for the blit's DMA to complete, then clobber our + * framebuffer with a different value, to keep the SVGA device + * honest. It shouldn't access the GMRFB memory any more now that + * the blit is done. If we were doing animation, we could use this + * guarantee to perform double-buffering, for example. + */ + + SVGA_SyncToFence(dmaFence); + memset(fbPointer, 0x42, fbSizeInBytes); + + /* + * Our work here is done. Sleep indefinitely. + */ + + while (1) { + Intr_Halt(); + } + + return 0; +} diff --git a/examples/screen-simple/testpattern.z b/examples/screen-simple/testpattern.z new file mode 100644 index 0000000..2b69ad1 --- /dev/null +++ b/examples/screen-simple/testpattern.z @@ -0,0 +1,2 @@ +íØÁ 0DQ/Ù»Á‚>h† +Ý“¡ 2œŒny²ø'é½—®Xe s‚lEцEçÑes¹1ÿñŸøÿŒÿøÿÄü'þã?ã?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿ‰ÿøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñÿÿñŸøÿäüÇÆü'þã?þÿñŸñÿñ“ñÿ‰ÿøÏøÿøOüÇâ?þ3þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇü'þã?ñÿ‰ÿøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñŸ\œÿøOüÇâ?þã?ñÿ‰ÿøODÆü'þã?ñÿñŸñÿ‰ÿøÿœÿøÏøÿÄüÇâ?þ3þã?þÿñŸøÿŒÿøÿÄü'þã?ã?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿÉøÿÄü'þã?þÿñŸøÿøÏøÿÄü'þã?þ3þã?ñÿñŸøÿŒÿøOüÇü'þã?ã?þã?ñÿ‰ÿøÏøÿøOüÇâ?þ3þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇü'þã?ñÿ‰ÿøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñÿ¹ÿñŸøÿÄüÇâ?þÿñÿÿñŸøÿÄüÇÆü'þã?þÿñŸñÿ‰ÿøÿÄügüÇü'þã?ñÿÿñÿ‰ÿøOüÇÆüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿñŸñÿ‰ÿøOüÇügüÇâ?þã?ñÿÿñŸøÿøOüÇÆüÇâ?þÿñŸñÿñŸøÿÄüg4Âü'þã?ñÿñŸøÿÄü'Tþã?ñÿ‰ÿøÿÄü'þã?AÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿñŸñÿ‰ÿøOüÇügüÇâ?þã?ñÿÿñŸøÿøOüÇÆüÇâ?þÿñŸñÿñŸøÿÄügÿñŸøÿÄüÇâ?þÿñŸ|TùÿÄü'þã?þÿñŸøÿøøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøÿŒÿøOüÇâ?þã?ã?þÿñÿ‰ÿøÏøÿÄüÇâ?þ3þã?þÿñŸøÿŒÿøÿÄü'þã?óèøÿÄü'þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇü'þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ã?þÿñŸøÿøÏøÿÄüÇâ?þ3þã?ñÿñŸøÿŒÿøÿÄü'þã?ã?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿ‰ÿøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñÿÿñŸøÿÄüÇÆü'þã?þÿñŸñÿ‰ÿøÿÄügüÇü'þã?ñÿÿñÿ‰ÿøOüÇü'þã?ñÿ‰ÿøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøÏøÿÄü'þã?þ3þã?ñÿñŸøÿŒÿøOLÆü'þã?ã?þã?ñÿ‰ÿøÏøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇÆü'þã?9ÿñŸñÿ‰ÿøÿÄügüÇüÇdüÇâ?þ3þã?þÿñŸøÿŒÿøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄü'ç?þÿñŸøÿøOüÇâ?þ‘ñÿ‰ÿøOüÇügüÇâ?þã?gà?þ3þã?ñÿñŸøÿŒÿøÿÄü'þã?ã?þã?ñÿ‰ÿøÏøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇrþã?ñÿ‰ÿøÿÄü'þã?þ3þã?ñÿ‰ÿøÿŒÿøOüÇü'þã?ã?þÿñÿ‰ÿøÏøÿøOüÇâ?þ3þã?þÿñŸøÿŒÿøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇ®Àü'þã?ñÿñŸøÿÄüÇÆü'þã?ñÿñŸñÿ‰ÿøÿÄügüÇâ?þã?ñÿÿñÿ‰ÿøOüÇÆüÇâ?þÿñŸñÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇügüÇâ?þÿñÿÿñŸøÿøOüÇÆü'þã?þÿñŸñÿñŸøÿÄügüÇü'þã?ñÿðÿ‰ÿøOüÇü'þã?ñÿÉ•ÿøOüÇâ?þã?ñÿ‰ÿøOÀü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇügüÇâ?þÿñÿÿñŸøÿøOüÇÆü'þã?þÿñŸñÿñŸøÿÄügüÇü'þã?ñÿ™Çü'þã?ñÿñŸøÿÄü'Uþã?ñÿ‰ÿøÿÄü'þã?þƒþã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ã?þÿñŸøÿøÏøÿÄüÇâ?þ3þã?ñÿñŸøÿŒÿøÿÄü'þã?ã?þã?ñÿ‰ÿøÏ<:þã?ñÿ‰ÿøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøÏøÿÄü'þã?þ3þã?ñÿñŸøÿŒÿøOüÇü'þã?ã?þã?ñÿ‰ÿøÏøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇÆü'þã?ñÿñŸñÿ‰ÿøÿÄügüÇâ?þã?ñÿÿñÿ‰ÿøOüÇÆüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇü'þã?ñÿ‰ÿøÿÄü'þã?þ3þã?ñÿ‰ÿøÿŒÿøOüÇü'þã?ã?þ“ñÿ‰ÿøÏøÿøOüÇâ?þ3þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇü'þã?ñÿ‰ÿøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿñŸñÿ‰ÿøONÀügüÇâ?þã?ñÿÿñÿ1ÿñŸøÿŒÿøÿÄü'þã?ã?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿÉÅùÿÄü'þã?þÿñŸøÿDdüÇâ?þÿñÿÿñŸøÿøÏøÿŒÿøOüÇü'þã?ã?þã?ñÿ‰ÿøÏøÿøOüÇâ?þ3þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇü'þã?ñÿ‰ÿøÿÄü'þã?þÿñŸøÿÄüÇâ?þÿñŸ\€ÿøOüÇâ?þã?ñÿ‰ÿøÿŒÿøOüÇâ?þã?ã?þÿñÿ‰ÿøÏøÿÄüÇâ?þ3þã?þÿñŸøÿŒÿøÿÄü'þã?ã?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇâ?þÿñŸøÿøOüÇâ?þã?ñÿ‰ÿøOüÇü'þã?ñÿñŸ+ðÿ‰ÿøOüÇü'þã?ñÿñŸñÿ‰ÿøOüÇügüÇâ?þã?ñÿÿñŸøÿøOüÇÆüÇâ?þÿñŸñÿñŸøÿÄügüÇü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇü'þã?ñÿ‰ÿøÿÄü'þã?þÿñŸøÿÄüÇÒŠÕZÌ/VvÞ\ø}û7G4o.›ÿ3š“ñÿÿñŸøÿøOüÇÆü'þã?þÿñŸñÿñŸøÿÄügüÇü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄüÇâ?þÿñŸˆŒÿøOüÇâ?þã?ã?þÿñÿ1ÿñŸñÿ‰ÿøÿÄügüÇâ?þã?ñÿÿñÿ‰ÿøOüÇÆüÇâ?þÿñÿ‰ÿøOüÇâ?þã?ñÿ‰ÿøÿÄü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøOüÇâ?þ“ñÿ‰ÿøOüÇü'þã?ñÿñŸñÿ‰ÿøOüÇügüÇâ?þã?ñÿÿñŸøÿøOüÇÆü'þã?þÿñŸñÿñŸøÿÄügüÇü'þã?ñÿñŸøÿÄü'þã?þÿñŸøÿøOüÇâ?þÿñÿ‰ÿøOüÇb4þã?ñÿ‰ÿøÿÄü'þã?þc2þã?ñÿ‰ÿøÿÄü'þã?þ3þã?ñÿ‰ÿøÿŒÿøOüÇî<6-Üx>JZ·«ìZ8¿Ñÿ*ýçí¿okíÕ¼¹¹1ÿ‰ÿÄâ?þã?ñŸøOü'þã?þÿ‰ÿÄüÇüÇâ?ñÿ‰ÿøÿøOü'þã?ñÿñÿ‰ÿÄü'þã?þã?ñŸøÿÄüÇü'þã?ñŸøÿøÿÄü'þÿñŸøOüÇâ?ñÿ‰ÿøOü'þÿñŸøÿÄâ?ñÿ‰ÿøOü'þÿñÿ1ÿ‰ÿÄâ?þã?ñŸøOü'þã?þÿ‰ÿÄüÇüÇâ?ñÿ‰ÿøÿøOü'þã?ñÿñÿ‰ÿÄü'þã?þã?ñŸŠÿÄüÇü'þã?ñŸøÿøÿÄü'þÿñŸøOüÇâ?ñÿ‰ÿøOü'þÿñŸøÿÄâ?ñÿ‰ÿøOü'þÿñÿ‰ÿÄâ?ñÿñŸøOü'þÿñÿ‰ÿÄâ?þã?þã?ñŸøÿÄüÇü'þÿñŸøÿøÿÄâ?þÿñÿñŸøÿŠÿÄüÇü'þã?ñŸøÿ¼9þÿñŸøOüÇâ?ñÿ‰ÿÄü'þã?ñŸøOüÇâ?þÿ‰ÿÄü'þã?ñŸøOüÇü'þÿ‰ÿÄüÇâ?ñŸøOüÇü'þÿ‰ÿøÿøÿÄâ?þÿñÿñŸøOüÇâ?þã?þÿ‰ÿøOüÇüÇâ?þÿ‰ÿøÿøOüÇâ?ñÿysü'þã?ñŸøÿÄâ?þÿ‰ÿøOüÇâ?ñŸøÿÄü'þÿ‰ÿøOüÇâ?ñŸøÿøOü'þÿ‰ÿøÿÄâ?ñŸøÿøOü'þÿñÿñÿ‰ÿÄü'þã?þã?ñŸøÿÄüÇü'þÿñŸøÿøÿÄü'þÿñÿñŸøÿÄâ?þÿ‰ÿøOü'þã?ñŸøÿÄâ?þÿñŸøOü'þã?ñÿ‰ÿÄâ?þÿñŸøOü'þã?þÿ‰ÿÄâ?þã?ñŸøOü'þã?þÿ‰ÿÄüÇüÇâ?ñÿ‰ÿøÿøOü'þã?ñÿñÿ‰ÿÄü'þã?þã?ñÿ‰ÿÄüÇü'þã?ñŸøÿÄâ?þÿ‰ÿøOü'†â?ñŸøÿÄü'þÿ‰ÿøOüÇâ?ñŸøÿÄü'þÿ‰ÿøÿÄâ?ñŸøÿøOü'þÿ‰ÿøÿÄâ?ñÿñÿñŸøOüÇâ?þã?þÿ‰ÿøOüÇüÇâ?ñÿ‰ÿøÿøOüÇâ?ñÿñÿ‰ÿøOü'þã?ñŸøÿÄâ?þÿñCñŸøOüÇâ?þÿ‰ÿÄü'þã?ñŸøOüÇâ?þÿ‰ÿÄüÇâ?ñŸøOüÇü'þÿ‰ÿÄüÇâ?ñŸü†ðÿñÿ‰ÿÄü'þã?þã?ñŸøÿÄüÇü'þÿñŸøÿøÿÄü'þÿñÿñŸøÿÄâ?þÿ‰ÿøOü'þã?ñÿ‰ÿÄâ?þÿñŸøOü'þã?ñÿ‰ÿÄâ?þÿñŸøOü'þã?þÿ‰ÿÄâ?þã?ñŸøOüÇüÇü'þÿñŸßþã?þã?ñŸøÿÄüÇü'þÿñŸøÿøÿÄâ?þÿñÿñŸøÿÄâ?þã?þÿñŸøOüÇâ?ñÿ‰ÿÄü'þã?ñŸøOüÇâ?þÿ‰ÿÄü'þã?ñŸøOüÇâ?þÿ‰ÿÄüÇâ?ñŸøOüÇü'þÿ‰ÿøÿøï+Ý \ No newline at end of file diff --git a/examples/screen-text/Makefile b/examples/screen-text/Makefile new file mode 100644 index 0000000..d03c31b --- /dev/null +++ b/examples/screen-text/Makefile @@ -0,0 +1,7 @@ +TARGET = screen-text.img +VMX_MEMSIZE = 16 + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/screen-text/main.c b/examples/screen-text/main.c new file mode 100644 index 0000000..316f454 --- /dev/null +++ b/examples/screen-text/main.c @@ -0,0 +1,139 @@ +/* + * Simple example for text rendering in the ScreenDraw utility + * library, and a stress-test for GMRFB-to-screen blits. + * + * This example requires SVGA Screen Object support. + */ + +#include "svga.h" +#include "gmr.h" +#include "screen.h" +#include "intr.h" +#include "screendraw.h" +#include "math.h" + + +int +main(void) +{ + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + SVGA_Init(); + GMR_Init(); + Heap_Reset(); + SVGA_SetMode(0, 0, 32); + Screen_Init(); + ScreenDraw_Init(0); + + /* + * Define a screen. + */ + + SVGAScreenObject myScreen = { + .structSize = sizeof(SVGAScreenObject), + .id = 0, + .flags = SVGA_SCREEN_HAS_ROOT | SVGA_SCREEN_IS_PRIMARY, + .size = { 800, 600 }, + .root = { 0, 0 }, + }; + Screen_Define(&myScreen); + + /* + * Draw some text. + */ + + ScreenDraw_SetScreen(myScreen.id, myScreen.size.width, myScreen.size.height); + Console_Clear(); + + Console_WriteString( +"Hello, World!\n" +"\n" +"This is a text rendering demo which uses SVGA Screen Objects to draw\n" +"text without using any guest framebuffer at all. We define a table of\n" +"font glyphs in a GMRFB, and blit those individually to a Screen Object.\n" +"\n" +"The red screen border should be 1 pixel on all sides. You should see text\n" +"below, clipped to the right and bottom edges of the screen. You should \n" +"also see a moving gradient right here, which can be used as a test for\n" +"tightly fenced rendering of many tiny GMRFB blits:\n" +"\n" +"\n" +"\n" +"\n" +"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi mattis" +"gravida diam. Pellentesque tincidunt sem in nunc. Donec ultrices\n" +"tempor orci. Fusce auctor urna eget dui. Cum sociis natoque penatibus" +"et magnis dis parturient montes, nascetur ridiculus mus. Sed nec\n" +"arcu. Donec eget nisl. Maecenas eget arcu a arcu cursus adipiscing. In" +"hac habitasse platea dictumst. Nam in nibh. Morbi pede. Proin\n" +"ultrices.\n" +"\n" +"Aliquam sodales urna id sem. Nulla ultrices aliquam libero. Curabitur" +"faucibus. Integer nibh enim, scelerisque ac, tincidunt ac, scelerisque\n" +"quis, leo. Integer quis lectus sodales mi interdum cursus. Sed euismod" +"rutrum magna. Etiam eleifend ipsum eu mauris. Nullam nulla tellus,\n" +"mollis sed, varius at, ullamcorper non, augue. Integer ut arcu ut sem" +"lobortis ultricies. Nunc vel diam sed erat pretium tempus. Proin\n" +"bibendum. Integer nulla orci, pharetra sed, venenatis rutrum, cursus" +"a, eros. Aliquam nec lectus. Nulla blandit dolor bibendum lorem. In\n" +"posuere.\n" +"\n" +"Vivamus vel lacus nec nisi luctus sodales. In ullamcorper magna vitae" +"magna. Duis sit amet arcu. Suspendisse mollis purus quis neque. Donec\n" +"sagittis fringilla pede. Praesent sem diam, semper vel, dapibus at," +"rhoncus in, velit. Vivamus ac est. Nullam mauris. Sed justo dolor,\n" +"sollicitudin id, viverra at, varius id, orci. Ut dapibus hendrerit" +"mi. Aliquam gravida. Praesent sit amet nunc. Praesent ac tortor eu\n" +"urna porttitor imperdiet. Phasellus dignissim tincidunt augue. Quisque" +"odio. Mauris quis ligula id metus posuere scelerisque. Phasellus\n" +"pede. Integer quis sem. Phasellus vitae odio.\n" +"\n" +"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam" +"nisi. Proin sem. Phasellus malesuada augue vitae quam. Phasellus" +"lacinia porttitor ante. Curabitur leo erat, gravida sed, commodo eu," +"imperdiet porta, risus. Suspendisse molestie tortor sed odio. Nam\n" +"tellus. Etiam odio purus, pellentesque eget, sagittis eget, ornare a," +"odio. Nunc iaculis. Duis sed velit et est ornare ornare. Curabitur id\n" +"nunc. Sed malesuada purus vitae libero.\n" +); + + /* + * Draw a 1-pixel red border. + */ + + ScreenDraw_Border(0, 0, myScreen.size.width, myScreen.size.height, 0xFF0000, 1); + + /* + * Endlessly animate the gradient as fast as we can. This will be + * sync'ed closely with the host, because we have to keep waiting + * on our single DMA buffer to become available in + * ScreenDraw_Rectangle. You wouldn't want to do this in a real + * app, but it's a good stress-test for DMA operations. + */ + + while (1) { + static uint32 tick = 0; + tick++; + + const int width = 10; + const float rPhase = tick * 0.001; + const float gPhase = tick * 0.002; + const float bPhase = tick * 0.003; + + int x; + + for (x=50; x<400; x+=width) { + const float t = x * 0.05 + tick * 0.02; + + const uint8 r = sinf(t + rPhase) * 0x60 + 0x80; + const uint8 g = sinf(t + gPhase) * 0x60 + 0x80; + const uint8 b = sinf(t + bPhase) * 0x60 + 0x80; + + const uint32 color = (r << 16) | (g << 8) | b; + + ScreenDraw_Rectangle(x, 210, x+width, 240, color); + } + } + + return 0; +} diff --git a/examples/tiny-2d-updates/Makefile b/examples/tiny-2d-updates/Makefile new file mode 100644 index 0000000..b2d475b --- /dev/null +++ b/examples/tiny-2d-updates/Makefile @@ -0,0 +1,6 @@ +TARGET = tiny-2d-updates.img + +APP_SOURCES = main.c + +LIB_DIR = ../../lib +include $(LIB_DIR)/Makefile.rules diff --git a/examples/tiny-2d-updates/main.c b/examples/tiny-2d-updates/main.c new file mode 100644 index 0000000..d0a50f1 --- /dev/null +++ b/examples/tiny-2d-updates/main.c @@ -0,0 +1,81 @@ +/* + * Very tiny benchmark for very tiny 2D updates. + * + * This sets an SVGA video mode, and uses a sequence of very tiny 2D + * FIFO updates to repaint the screen pixel-by-pixel in a loop. To + * measure performance, attach mksPerfTool and view the amount of CPU + * time used by the MKS and the number of FIFO commands per second. + * Do *not* use the MKS "frames per second" as a performance metric + * for this test, as the MKS's "frames" are arbitrary and unrelated + * to our test's frames. + */ + +#include "svga.h" +#include "intr.h" + +/* + * paintScreen -- + * + * Repaint the screen once: Fill the framebuffer, + * and use very tiny FIFO updates to cover it all. + */ + +void +paintScreen(uint32 color) +{ + uint32 *fb = (uint32*) gSVGA.fbMem; + int x, y; + static uint32 fence = 0; + + /* + * Flow control: Before we re-write the beginning of the + * framebuffer, make sure the host has at least finished drawing + * the beginning of the last frame. + * + * This isn't as strict as it should be: For proper 2D flow + * control, we really need to either do a full sync at the end of + * each frame, or double-buffer (alternating buffers on every other + * frame). This method can produce glitches, but it's still decent + * for benchmarking purposes. + */ + + SVGA_SyncToFence(fence); + fence = SVGA_InsertFence(); + + /* + * Update the screen, pixel by pixel. + */ + + for (y = 0; y < gSVGA.height; y++) { + uint32 *row = fb; + fb = (uint32*) (gSVGA.pitch + (uint8*)fb); + + for (x = 0; x < gSVGA.width; x++) { + *(row++) = color; + SVGA_Update(x, y, 1, 1); + } + } +} + +/* + * main -- + * + * Main loop and initialization. + */ + +int +main(void) +{ + Intr_Init(); + Intr_SetFaultHandlers(SVGA_DefaultFaultHandler); + SVGA_Init(); + SVGA_SetMode(640, 480, 32); + + while (1) { + /* Alternate colors on each frame */ + paintScreen(0x747cba); + paintScreen(0xbebebe); + } + + return 0; +} diff --git a/lib/Makefile.rules b/lib/Makefile.rules index a296bd5..cdf922a 100644 --- a/lib/Makefile.rules +++ b/lib/Makefile.rules @@ -62,12 +62,15 @@ SOURCES := \ $(LIB_DIR)/util/matrix.c \ $(LIB_DIR)/util/svga3dutil.c \ $(LIB_DIR)/util/svga3dtext.c \ + $(LIB_DIR)/util/screendraw.c \ + $(LIB_DIR)/util/bitstream-vera-15.font.z.data.o \ $(LIB_DIR)/util/vmbackdoor.c \ $(LIB_DIR)/util/mt19937ar.c \ $(LIB_DIR)/util/png.c \ $(LIB_DIR)/refdriver/svga.c \ $(LIB_DIR)/refdriver/svga3d.c \ $(LIB_DIR)/refdriver/gmr.c \ + $(LIB_DIR)/refdriver/screen.c \ $(APP_SOURCES) ELF_TARGET := $(subst .img,.elf,$(TARGET)) diff --git a/lib/refdriver/screen.c b/lib/refdriver/screen.c new file mode 100644 index 0000000..eea329f --- /dev/null +++ b/lib/refdriver/screen.c @@ -0,0 +1,309 @@ +/********************************************************** + * Copyright 2008-2009 VMware, Inc. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + **********************************************************/ + +/* + * screen.c -- + * + * Utilities for creating, destroying, and blitting SVGA Screen Objects. + */ + +#include "svga.h" +#include "svga3d.h" +#include "screen.h" + + +/* + *----------------------------------------------------------------------------- + * + * Screen_Init -- + * + * Verify that we support SVGA Screen Objects. Panic if screen + * objects are not supported. + * + * Results: + * None. + * + * Side effects: + * Might panic. + * + *----------------------------------------------------------------------------- + */ + +void +Screen_Init(void) +{ + if (!SVGA_HasFIFOCap(SVGA_FIFO_CAP_SCREEN_OBJECT)) { + SVGA_Panic("Virtual device does not have Screen Object support."); + } +} + + +/* + *----------------------------------------------------------------------------- + * + * Screen_Define -- + * + * Create or modify an SVGA Screen Object. + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +void +Screen_Define(const SVGAScreenObject *screen) // IN +{ + SVGAFifoCmdDefineScreen *cmd = SVGA_FIFOReserveCmd(SVGA_CMD_DEFINE_SCREEN, + screen->structSize); + memcpy(cmd, screen, screen->structSize); + SVGA_FIFOCommitAll(); +} + + +/* + *----------------------------------------------------------------------------- + * + * Screen_Destroy -- + * + * Delete an SVGA Screen Object. + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +void +Screen_Destroy(uint32 id) +{ + SVGAFifoCmdDestroyScreen *cmd = SVGA_FIFOReserveCmd(SVGA_CMD_DESTROY_SCREEN, + sizeof *cmd); + cmd->screenId = id; + SVGA_FIFOCommitAll(); +} + + +/* + *----------------------------------------------------------------------------- + * + * Screen_DefineGMRFB -- + * + * Set the current GMRFB state. This is a guest-memory image which + * can be used as the source or destination for blits. This is a + * very light-weight operation, so it's perfectly fine to set the + * GMRFB state before every blit if that's necessary. + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +void +Screen_DefineGMRFB(SVGAGuestPtr ptr, // IN + uint32 bytesPerLine, // IN + SVGAGMRImageFormat format) // IN +{ + SVGAFifoCmdDefineGMRFB *cmd = SVGA_FIFOReserveCmd(SVGA_CMD_DEFINE_GMRFB, sizeof *cmd); + cmd->ptr = ptr; + cmd->bytesPerLine = bytesPerLine; + cmd->format = format; + SVGA_FIFOCommitAll(); +} + + +/* + *----------------------------------------------------------------------------- + * + * Screen_BlitFromGMRFB -- + * + * This is a rectangular DMA operation which copies pixels from + * a GMR region (defined in the current GMRFB) to zero or more Screens. + * + * The blit is performed asynchronously, in order with other FIFO + * commands. When the FIFO command is complete, the SVGA device is + * guaranteed to be done reading from the GMRFB. + * + * The destination rectangle can be specified relative to a screen + * origin, or relative to the virtual coordinate space's origin (if + * the screen ID is SVGA_ID_INVALID). + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +void +Screen_BlitFromGMRFB(const SVGASignedPoint *srcOrigin, // IN + const SVGASignedRect *destRect, // IN + uint32 destScreen) // IN +{ + SVGAFifoCmdBlitGMRFBToScreen *cmd = SVGA_FIFOReserveCmd(SVGA_CMD_BLIT_GMRFB_TO_SCREEN, + sizeof *cmd); + cmd->srcOrigin = *srcOrigin; + cmd->destRect = *destRect; + cmd->destScreenId = destScreen; + SVGA_FIFOCommitAll(); +} + + +/* + *----------------------------------------------------------------------------- + * + * Screen_BlitToGMRFB -- + * + * This is a rectangular DMA operation which copies pixels from + * zero or more screens back to a GMR region (defined in the current GMRFB). + * + * This command can be used to read back the contents of the + * device's front buffer. It includes all 2D and 3D rendering, but + * it does not include video or cursor overlays. + * + * The blit is performed asynchronously, in order with other FIFO + * commands. When the FIFO command is complete, the SVGA device is + * guaranteed to be done writing to the GMRFB. + * + * The source rectangle can be specified relative to a screen + * origin, or relative to the virtual coordinate space's origin (if + * the screen ID is SVGA_ID_INVALID). + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +void +Screen_BlitToGMRFB(const SVGASignedPoint *destOrigin, // IN + const SVGASignedRect *srcRect, // IN + uint32 srcScreen) // IN +{ + SVGAFifoCmdBlitScreenToGMRFB *cmd = SVGA_FIFOReserveCmd(SVGA_CMD_BLIT_SCREEN_TO_GMRFB, + sizeof *cmd); + cmd->destOrigin = *destOrigin; + cmd->srcRect = *srcRect; + cmd->srcScreenId = srcScreen; + SVGA_FIFOCommitAll(); +} + + +/* + *----------------------------------------------------------------------------- + * + * Screen_AnnotateFill -- + * + * Store an annotation for the next blit-to-Screen operation. + * + * This annotation is a promise about the contents of the next + * blit: The video driver is guaranteeing that all pixels in that + * blit will have the same value, specified here as a color in BGRX + * (0xRRGGBB) format. + * + * The SVGA device can still render the blit correctly even if it + * ignores this annotation, but the annotation may allow it to + * perform the blit more efficiently, for example by ignoring the + * source data and performing a fill in hardware. + * + * This annotation is most important for performance when the + * user's display is being remoted over a network connection. + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +void +Screen_AnnotateFill(SVGAColorBGRX color) // IN +{ + SVGAFifoCmdAnnotationFill *cmd = SVGA_FIFOReserveCmd(SVGA_CMD_ANNOTATION_FILL, + sizeof *cmd); + cmd->color = color; + SVGA_FIFOCommitAll(); +} + + +/* + *----------------------------------------------------------------------------- + * + * Screen_AnnotateCopy -- + * + * Store an annotation for the next blit-to-Screen operation. + * + * This annotation is a promise about the contents of the next + * blit: The video driver is guaranteeing that all pixels in that + * blit will have the same value as those which already exist at an + * identically-sized region on the same or a different screen. + * + * Note that the source pixels for the COPY in this annotation are + * sampled before applying the anqnotation's associated blit. They + * are allowed to overlap with the blit's destination pixels. + * + * The copy source rectangle is specified the same way as the blit + * destination: it can be a rectangle which spans zero or more + * screens, specified relative to either a screen or to the virtual + * coordinate system's origin. If the source rectangle includes + * pixels which are not from exactly one screen, the results are + * undefined. + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +void +Screen_AnnotateCopy(const SVGASignedPoint *srcOrigin, // IN + uint32 srcScreen) // IN +{ + SVGAFifoCmdAnnotationCopy *cmd = SVGA_FIFOReserveCmd(SVGA_CMD_ANNOTATION_COPY, + sizeof *cmd); + cmd->srcOrigin = *srcOrigin; + cmd->srcScreenId = srcScreen; + SVGA_FIFOCommitAll(); +} diff --git a/lib/refdriver/screen.h b/lib/refdriver/screen.h new file mode 100644 index 0000000..a687529 --- /dev/null +++ b/lib/refdriver/screen.h @@ -0,0 +1,84 @@ +/********************************************************** + * Copyright 2008-2009 VMware, Inc. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + **********************************************************/ + +/* + * screen.h -- + * + * Utilities for creating, destroying, and blitting SVGA Screen Objects. + */ + +#ifndef __SCREEN_H__ +#define __SCREEN_H__ + +#include "svga_reg.h" + + +/* + * Verify that we support SVGA Screen Objects. Panic if screen objects are not supported. + */ + +void Screen_Init(void); + +/* + * Creating/destroying screens + */ + +void Screen_Define(const SVGAScreenObject *screen); +void Screen_Destroy(uint32 id); + +/* + * Set the current GMRFB state. This is a guest-memory image which can + * be used as the source or destination for blits. This is a very + * light-weight operation, so it's perfectly fine to set the GMRFB + * state before every blit if that's necessary. + */ + +void Screen_DefineGMRFB(SVGAGuestPtr ptr, uint32 bytesPerLine, + SVGAGMRImageFormat format); + +/* + * Blits to and from screens. The screen ID can be specified as + * SVGA_ID_INVALID to indicate that the coordinates are relative to + * the virtual coordinate space origin rather than the screen origin. + */ + +void Screen_BlitFromGMRFB(const SVGASignedPoint *srcOrigin, + const SVGASignedRect *destRect, + uint32 destScreen); +void Screen_BlitToGMRFB(const SVGASignedPoint *destOrigin, + const SVGASignedRect *srcRect, + uint32 srcScreen); + +/* + * Blit annotations. These can be issued prior to a + * Screen_BlitFromGMRFB in order to give the SVGA device an extra + * guarantee about the content of the blit. + */ + +void Screen_AnnotateFill(SVGAColorBGRX color); +void Screen_AnnotateCopy(const SVGASignedPoint *srcOrigin, uint32 srcScreen); + + +#endif /* __SCREEN_H__ */ diff --git a/lib/refdriver/svga.c b/lib/refdriver/svga.c index 63daa8c..b6e594d 100644 --- a/lib/refdriver/svga.c +++ b/lib/refdriver/svga.c @@ -1548,8 +1548,13 @@ SVGA_BeginDefineAlphaCursor(const SVGAFifoCmdDefineAlphaCursor *cursorInfo, // void SVGA_MoveCursor(uint32 visible, // IN uint32 x, // IN - uint32 y) // IN + uint32 y, // IN + uint32 screenId) // IN { + if (SVGA_HasFIFOCap(SVGA_FIFO_CAP_SCREEN_OBJECT)) { + gSVGA.fifoMem[SVGA_FIFO_CURSOR_SCREEN_ID] = screenId; + } + if (SVGA_HasFIFOCap(SVGA_FIFO_CAP_CURSOR_BYPASS_3)) { gSVGA.fifoMem[SVGA_FIFO_CURSOR_ON] = visible; gSVGA.fifoMem[SVGA_FIFO_CURSOR_X] = x; diff --git a/lib/refdriver/svga.h b/lib/refdriver/svga.h index 3e4ca4d..eab98a6 100644 --- a/lib/refdriver/svga.h +++ b/lib/refdriver/svga.h @@ -37,6 +37,10 @@ #include "types.h" #include "pci.h" #include "intr.h" + +// XXX: Shouldn't have to do this here. +#define INLINE __inline__ + #include "svga_reg.h" #include "svga_escape.h" #include "svga_overlay.h" @@ -109,7 +113,7 @@ void SVGA_BeginDefineCursor(const SVGAFifoCmdDefineCursor *cursorInfo, void **andMask, void **xorMask); void SVGA_BeginDefineAlphaCursor(const SVGAFifoCmdDefineAlphaCursor *cursorInfo, void **data); -void SVGA_MoveCursor(uint32 visible, uint32 x, uint32 y); +void SVGA_MoveCursor(uint32 visible, uint32 x, uint32 y, uint32 screenId); void SVGA_BeginVideoSetRegs(uint32 streamId, uint32 numItems, SVGAEscapeVideoSetRegs **setRegs); diff --git a/lib/refdriver/svga3d.c b/lib/refdriver/svga3d.c index 30ea68e..126142d 100644 --- a/lib/refdriver/svga3d.c +++ b/lib/refdriver/svga3d.c @@ -1082,6 +1082,7 @@ SVGA3D_BeginSetRenderState(uint32 cid, // IN *states = (SVGA3dRenderState*) &cmd[1]; } + /* *---------------------------------------------------------------------- * @@ -1113,3 +1114,93 @@ SVGA3D_BeginPresentReadback(SVGA3dRect **rects, // OUT sizeof **rects * numRects); *rects = (SVGA3dRect*) cmd; } + + +/* + *---------------------------------------------------------------------- + * + * SVGA3D_BeginBlitSurfaceToScreen -- + * + * Begin a BLIT_SURFACE_TO_SCREEN command. This reserves space + * for it in the FIFO, and optionally returns a pointer to the + * command's clip rectangle array. This function must be paired + * with SVGA_FIFOCommitAll(). + * + * Copy an SVGA3D surface image to a Screen Object. This command + * requires the SVGA Screen Object capability to be present. + * Copies a rectangular region of a surface image to a + * rectangular region of a screen or a portion of the virtual + * coordinate space that contains all screens. + * + * If destScreenId is SVGA_ID_INVALID, the destination rectangle + * is in virtual coordinates rather than in screen coordinates. + * + * If the source and destination rectangle are different sizes, + * the image will be scaled using a backend-specific algorithm. + * + * This command may optionally include a clip rectangle list. If + * zero rectangles are specified, there is no clip region. The + * entire destination rectangle is drawn. If one or more + * rectangles are specified, they describe a destination clipping + * region in the same coordinate system as destRect. + * + * Results: + * None. + * + * Side effects: + * Writes to the Screen Object. + * Begins a new FIFO command. + * + *---------------------------------------------------------------------- + */ + +void +SVGA3D_BeginBlitSurfaceToScreen(const SVGA3dSurfaceImageId *srcImage, // IN + const SVGASignedRect *srcRect, // IN + uint32 destScreenId, // IN (optional) + const SVGASignedRect *destRect, // IN + SVGASignedRect **clipRects, // IN (optional) + uint32 numClipRects) // IN (optional) +{ + SVGA3dCmdBlitSurfaceToScreen *cmd = + SVGA3D_FIFOReserve(SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN, + sizeof *cmd + numClipRects * sizeof(SVGASignedRect)); + + cmd->srcImage = *srcImage; + cmd->srcRect = *srcRect; + cmd->destScreenId = destScreenId; + cmd->destRect = *destRect; + + if (clipRects) { + *clipRects = (SVGASignedRect*) &cmd[1]; + } +} + + +/* + *---------------------------------------------------------------------- + * + * SVGA3D_BlitSurfaceToScreen -- + * + * This is a convenience wrapper around + * SVGA3D_BeginBlitSurfaceToScreen, for callers who do not + * require a clip rectangle list. + * + * Results: + * None. + * + * Side effects: + * Writes to the Screen Object. + * + *---------------------------------------------------------------------- + */ + +void +SVGA3D_BlitSurfaceToScreen(const SVGA3dSurfaceImageId *srcImage, // IN + const SVGASignedRect *srcRect, // IN + uint32 destScreenId, // IN (optional) + const SVGASignedRect *destRect) // IN +{ + SVGA3D_BeginBlitSurfaceToScreen(srcImage, srcRect, destScreenId, destRect, NULL, 0); + SVGA_FIFOCommitAll(); +} diff --git a/lib/refdriver/svga3d.h b/lib/refdriver/svga3d.h index be49de0..22e87e1 100644 --- a/lib/refdriver/svga3d.h +++ b/lib/refdriver/svga3d.h @@ -44,6 +44,16 @@ void SVGA3D_Init(void); void SVGA3D_BeginPresent(uint32 sid, SVGA3dCopyRect **rects, uint32 numRects); void SVGA3D_BeginPresentReadback(SVGA3dRect **rects, uint32 numRects); +void SVGA3D_BlitSurfaceToScreen(const SVGA3dSurfaceImageId *srcImage, + const SVGASignedRect *srcRect, + uint32 destScreenId, + const SVGASignedRect *destRect); +void SVGA3D_BeginBlitSurfaceToScreen(const SVGA3dSurfaceImageId *srcImage, + const SVGASignedRect *srcRect, + uint32 destScreenId, + const SVGASignedRect *destRect, + SVGASignedRect **clipRects, + uint32 numClipRects); /* diff --git a/lib/util/bitstream-vera-15.font b/lib/util/bitstream-vera-15.font new file mode 100644 index 0000000..38009c5 Binary files /dev/null and b/lib/util/bitstream-vera-15.font differ diff --git a/lib/util/screendraw.c b/lib/util/screendraw.c new file mode 100644 index 0000000..7ed9122 --- /dev/null +++ b/lib/util/screendraw.c @@ -0,0 +1,582 @@ +/********************************************************** + * Copyright 2008-2009 VMware, Inc. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + **********************************************************/ + +/* + * screendraw.h -- + * + * ScreenDraw is a small utility library for drawing + * into SVGA Screen Objects. It supports fills and text. + * + * It uses no system memory framebuffer at all- instead, + * we have a small GMRFB which contains our font glyphs + * and a tile buffer for blits. + * + * For text rendering, we support the Metalkit Console API. + */ + +#include "types.h" +#include "svga_reg.h" +#include "datafile.h" +#include "gmr.h" +#include "svga.h" +#include "screen.h" +#include "screendraw.h" +#include "console_vga.h" + +DECLARE_DATAFILE(fontData, ______lib_util_bitstream_vera_15_font_z); + +#define TILE_SIZE 64 +#define TILE_BUFFER_PIXELS (TILE_SIZE * TILE_SIZE) +#define TILE_BUFFER_BYTES (TILE_BUFFER_PIXELS * sizeof(uint32)) + +#define MAX_FONT_SIZE 200000 + +#define BACKGROUND_COLOR 0x000000 // This should match our font's color scheme +#define MARGIN_SIZE 10 // Blank margin around the screen edge + +/* + * Our fontData begins with an array of CharMetrics, and is followed + * by raw image data for each glyph. + */ +typedef struct { + uint8 width; + uint8 height; + uint8 reserved[2]; + uint32 offset; +} CharMetrics; + +struct { + /* Dynamic state */ + SVGASignedPoint position; + uint32 screenId; + uint32 screenWidth; + uint32 screenHeight; + + /* Allocated resources */ + SVGAGuestPtr tilePtr; + uint32 *tileBuffer; + SVGAGuestPtr fontPtr; + CharMetrics *metrics; + + /* Tile buffer synchronization */ + uint32 tileFence; + struct { + enum { + TILE_OTHER, + TILE_FILL, + TILE_CHECKERBOARD, + } type; + uint32 color; + } tileUsage; + +} gScreenDraw; + +/* + * Console API + */ +static fastcall void ScreenDrawBeginPanic(void); +static fastcall void ScreenDrawClear(void); +static fastcall void ScreenDrawMoveTo(int x, int y); +static fastcall void ScreenDrawWriteChar(char c); +static fastcall void ScreenDrawFlush(void); + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDraw_Init -- + * + * Initializes the ScreenDraw module. Requires that the GMR and + * Heap modules are already initialized. + * + * This allocates memory, allocates a GMR, decompresses our font, + * and sets the current Metalkit console to our text renderer. + * + * Results: + * None. + * + * Side effects: + * Allocates memory from the Heap. + * Defines a private GMR (gmrId). + * Decompresses the font. + * + *----------------------------------------------------------------------------- + */ + +void +ScreenDraw_Init(uint32 gmrId) +{ + const uint32 gmrSize = TILE_BUFFER_BYTES + MAX_FONT_SIZE; + PPN gmrPages = GMR_DefineContiguous(gmrId, (gmrSize + PAGE_MASK) / PAGE_SIZE); + + gScreenDraw.tilePtr.gmrId = gmrId; + gScreenDraw.tilePtr.offset = 0; + gScreenDraw.tileBuffer = (uint32*)PPN_POINTER(gmrPages); + + gScreenDraw.fontPtr.gmrId = gmrId; + gScreenDraw.fontPtr.offset = TILE_BUFFER_BYTES; + gScreenDraw.metrics = (CharMetrics*) (TILE_BUFFER_BYTES + + (uint8*)PPN_POINTER(gmrPages)); + + DataFile_Decompress(fontData, (void*)gScreenDraw.metrics, MAX_FONT_SIZE); + + gConsole.beginPanic = ScreenDrawBeginPanic; + gConsole.clear = ScreenDrawClear; + gConsole.moveTo = ScreenDrawMoveTo; + gConsole.writeChar = ScreenDrawWriteChar; + gConsole.flush = ScreenDrawFlush; +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDraw_SetScreen -- + * + * Define the ID and size of the screen we're drawing to. + * + * The size affects the dimensions of the rectangle we blit + * when clearing the screen, and text will wrap at the right + * edge. + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +void +ScreenDraw_SetScreen(uint32 screenId, int width, int height) +{ + gScreenDraw.screenId = screenId; + gScreenDraw.screenWidth = width; + gScreenDraw.screenHeight = height; +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDrawTiledRectangle -- + * + * Internal function which blits multiple copies of the tile buffer + * to the screen in order to fill a rectangle. + * + * Results: + * None. + * + * Side effects: + * Updates the tile buffer fence. + * + *----------------------------------------------------------------------------- + */ + +static void +ScreenDrawTiledRectangle(int left, + int top, + int right, + int bottom) +{ + static const SVGAGMRImageFormat format = {{{ 32, 24 }}}; + Screen_DefineGMRFB(gScreenDraw.tilePtr, TILE_SIZE * sizeof(uint32), format); + + static const SVGASignedPoint srcOrigin = { 0, 0 }; + SVGASignedRect destRect; + + for (destRect.top = top; destRect.top < bottom; destRect.top += TILE_SIZE) { + destRect.bottom = MIN(bottom, destRect.top + TILE_SIZE); + + for (destRect.left = left; destRect.left < right; destRect.left += TILE_SIZE) { + destRect.right = MIN(right, destRect.left + TILE_SIZE); + + /* + * If this is a fill, annotate each blit. + */ + if (gScreenDraw.tileUsage.type == TILE_FILL) { + SVGAColorBGRX color; + color.value = gScreenDraw.tileUsage.color; + Screen_AnnotateFill(color); + } + + Screen_BlitFromGMRFB(&srcOrigin, &destRect, gScreenDraw.screenId); + } + } + + gScreenDraw.tileFence = SVGA_InsertFence(); +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDraw_Rectangle -- + * + * Draw a solid-color rectangle to the screen. The color + * is specified in hex RGB (0xRRGGBB) format. + * + * This implementation is only moderately efficient, and is + * provided mostly for simplicity and low memory usage. We have a + * single tile-sized DMA buffer. That buffer is cleared with the + * fill color, then we splat it onto the screen as many times as it + * takes to cover the rectangle. + * + * There are several ways this could be improved: + * + * - For small fills, we don't need to memset the entire tile buffer. + * + * - We could use multiple DMA buffers, so we'd sync less often. + * + * - If we really cared about framebuffer-less fill performance, + * we'd have an accelerated command for this- but we actually + * don't care that much. + * + * - If we wanted to cheat a bit, we could use a GMRFB + * bytesPerLine of zero. That should work in theory, but I + * don't think the SVGA device can guarantee that it will + * always work. + * + * Results: + * None. + * + * Side effects: + * May modify the tile buffer. If the tile buffer is busy, + * we will sync the FIFO. Modifies the GMRFB state. + * + *----------------------------------------------------------------------------- + */ + +void +ScreenDraw_Rectangle(int left, + int top, + int right, + int bottom, + uint32 color) +{ + if (gScreenDraw.tileUsage.type != TILE_FILL || gScreenDraw.tileUsage.color != color) { + SVGA_SyncToFence(gScreenDraw.tileFence); + gScreenDraw.tileUsage.type = TILE_FILL; + gScreenDraw.tileUsage.color = color; + memset32(gScreenDraw.tileBuffer, color, TILE_BUFFER_PIXELS); + } + + ScreenDrawTiledRectangle(left, top, right, bottom); +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDraw_Checkerboard -- + * + * Draw a gray checkerboard pattern within the specified rectangle. + * + * This is very similar to the implementation of + * ScreenDraw_Rectangle(), except that we fill the tile buffer with + * a checkerboard pattern instead of a solid color. + * + * Results: + * None. + * + * Side effects: + * May modify the tile buffer. If the tile buffer is busy, + * we will sync the FIFO. Modifies the GMRFB state. + * + *----------------------------------------------------------------------------- + */ + +void +ScreenDraw_Checkerboard(int left, + int top, + int right, + int bottom) +{ + if (gScreenDraw.tileUsage.type != TILE_CHECKERBOARD) { + const uint32 checkerSize = 8; + const uint32 color1 = 0x666677; + const uint32 color2 = 0x9999aa; + + SVGA_SyncToFence(gScreenDraw.tileFence); + gScreenDraw.tileUsage.type = TILE_CHECKERBOARD; + + uint32 *pixel = gScreenDraw.tileBuffer; + uint32 x, y; + + for (y = 0; y < TILE_SIZE; y++) { + for (x = 0; x < TILE_SIZE; x++) { + *(pixel++) = (x ^ y) & checkerSize ? color1 : color2; + } + } + } + + ScreenDrawTiledRectangle(left, top, right, bottom); +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDraw_Border -- + * + * Draw a border along the interior edge of a rectangle. + * + * If 'width' is 1, we fill the pixels along the 'left' and 'top' + * edge, and the pixels just left/above the right and bottom + * edges. This corresponds to the outermost pixels that would have + * been written by ScreenDraw_Rectangle(). + * + * If 'width' is greater than 1, we will cover additional pixels + * within these border pixels. + * + * Results: + * None. + * + * Side effects: + * May modify the tile buffer. If the tile buffer is busy, + * we will sync the FIFO. Modifies the GMRFB state. + * + *----------------------------------------------------------------------------- + */ + +void +ScreenDraw_Border(int left, + int top, + int right, + int bottom, + uint32 color, + uint32 width) +{ + ScreenDraw_Rectangle(left, top, right, top + width, color); + ScreenDraw_Rectangle(left, top, left + width, bottom, color); + ScreenDraw_Rectangle(right - width, top, right, bottom, color); + ScreenDraw_Rectangle(left, bottom - width, right, bottom, color); +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDrawBeginPanic -- + * + * Prepare for a Console_Panic(). This switches back to the VGA + * console, and asks it to prepare instead. + * + * Results: + * None. + * + * Side effects: + * Switches consoles. + * + *----------------------------------------------------------------------------- + */ + +fastcall void +ScreenDrawBeginPanic(void) +{ + ConsoleVGA_Init(); + gConsole.beginPanic(); +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDrawClear -- + * + * Reset the cursor location, and clear the screen. + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +fastcall void +ScreenDrawClear(void) +{ + ScreenDrawMoveTo(MARGIN_SIZE, MARGIN_SIZE); + ScreenDraw_Rectangle(0, 0, gScreenDraw.screenWidth, gScreenDraw.screenHeight, + BACKGROUND_COLOR); +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDrawMoveTo -- + * + * Set the cursor location, in pixels. + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +fastcall void +ScreenDrawMoveTo(int x, int y) +{ + gScreenDraw.position.x = x; + gScreenDraw.position.y = y; +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDrawWriteChar -- + * + * Write one visible glyph to the screen, and adjust the glyph position. + * + * Results: + * None. + * + * Side effects: + * May redefine the current GMRFB. + * + *----------------------------------------------------------------------------- + */ + +fastcall void +ScreenDrawWriteChar(char c) +{ + CharMetrics *cm = &gScreenDraw.metrics[(uint8)c]; + + if (c == '\n') { + gScreenDraw.position.x = MARGIN_SIZE; + gScreenDraw.position.y += gScreenDraw.metrics[(uint8)' '].height; + return; + } + + if (!cm->height) { + /* Character not present in this font */ + return; + } + + SVGAGuestPtr gPtr = gScreenDraw.fontPtr; + gPtr.offset += cm->offset; + + static const SVGAGMRImageFormat format = {{{ 32, 24 }}}; + + Screen_DefineGMRFB(gPtr, sizeof(uint32) * cm->width, format); + + SVGASignedPoint blitOrigin = { 0, 0 }; + SVGASignedRect blitDest = { + gScreenDraw.position.x, + gScreenDraw.position.y, + gScreenDraw.position.x + cm->width, + gScreenDraw.position.y + cm->height, + }; + + Screen_BlitFromGMRFB(&blitOrigin, &blitDest, gScreenDraw.screenId); + + gScreenDraw.position.x += cm->width; +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDraw_WrapText -- + * + * This is a utility function for word-wrapping text at runtime. We wrap + * a provided string in-place, by replacing spaces with newlines. + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +void +ScreenDraw_WrapText(char *text, // IN/OUT + int width) // IN +{ + char *word = text; + int x = 0; + + while (*word) { + + if (*word == '\n') { + x = 0; + } + + if (*word == ' ' && x > 0) { + /* + * We're pointing just prior to a word that we can wrap. Should we? + */ + + char *p = word + 1; + int wordWidth = 0; + + while (*p != ' ' && *p != '\0' && *p != '\n') { + wordWidth += gScreenDraw.metrics[(uint8) *p].width; + p++; + } + + if (x + wordWidth > width) { + x = 0; + *word = '\n'; + } + } + + word++; + x += gScreenDraw.metrics[(uint8) *word].width; + } +} + + +/* + *----------------------------------------------------------------------------- + * + * ScreenDrawFlush -- + * + * No-op. We don't need to flush after writing text. + * + * Results: + * None. + * + * Side effects: + * None. + * + *----------------------------------------------------------------------------- + */ + +fastcall void +ScreenDrawFlush(void) +{ + /* No-op */ +} diff --git a/lib/util/screendraw.h b/lib/util/screendraw.h new file mode 100644 index 0000000..4439f75 --- /dev/null +++ b/lib/util/screendraw.h @@ -0,0 +1,54 @@ +/********************************************************** + * Copyright 2008-2009 VMware, Inc. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + **********************************************************/ + +/* + * screendraw.h -- + * + * ScreenDraw is a small utility library for drawing + * into SVGA Screen Objects. It supports fills and text. + * + * It uses no system memory framebuffer at all- instead, + * we have a small GMRFB which contains our font glyphs + * and a tile buffer for blits. + * + * For text rendering, we support the Metalkit Console API. + */ + +#ifndef __SCREENDRAW_H__ +#define __SCREENDRAW_H__ + +#include "console.h" + +void ScreenDraw_Init(uint32 gmrId); +void ScreenDraw_SetScreen(uint32 screenId, int width, int height); +void ScreenDraw_WrapText(char *text, int width); + +void ScreenDraw_Rectangle(int left, int top, int right, int bottom, + uint32 color); +void ScreenDraw_Border(int left, int top, int right, int bottom, + uint32 color, uint32 width); +void ScreenDraw_Checkerboard(int left, int top, int right, int bottom); + +#endif /* __SCREENDRAW_H__ */ diff --git a/lib/vmware/svga3d_reg.h b/lib/vmware/svga3d_reg.h index 4d05c56..da51805 100644 --- a/lib/vmware/svga3d_reg.h +++ b/lib/vmware/svga3d_reg.h @@ -78,7 +78,7 @@ typedef uint32 SVGA3dBool; /* 32-bit Bool definition */ * human-readable names in GLUtil_GetFormatName. */ -typedef enum { +typedef enum SVGA3dSurfaceFormat { SVGA3D_FORMAT_INVALID = 0, SVGA3D_X8R8G8B8 = 1, @@ -141,6 +141,15 @@ typedef enum { SVGA3D_Z_D24X8 = 38, + SVGA3D_V16U16 = 39, + + SVGA3D_G16R16 = 40, + SVGA3D_A16B16G16R16 = 41, + + /* Packed Video formats */ + SVGA3D_UYVY = 42, + SVGA3D_YUY2 = 43, + SVGA3D_FORMAT_MAX } SVGA3dSurfaceFormat; @@ -591,6 +600,8 @@ typedef enum { SVGA3D_RT_INVALID = ((uint32)-1), } SVGA3dRenderTargetType; +#define SVGA3D_MAX_RT_COLOR (SVGA3D_RT_COLOR7 - SVGA3D_RT_COLOR0 + 1) + typedef union { struct { @@ -1012,7 +1023,8 @@ typedef enum { #define SVGA_3D_CMD_END_QUERY SVGA_3D_CMD_BASE + 26 #define SVGA_3D_CMD_WAIT_FOR_QUERY SVGA_3D_CMD_BASE + 27 #define SVGA_3D_CMD_PRESENT_READBACK SVGA_3D_CMD_BASE + 28 // Deprecated -#define SVGA_3D_CMD_MAX SVGA_3D_CMD_BASE + 29 +#define SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN SVGA_3D_CMD_BASE + 29 +#define SVGA_3D_CMD_MAX SVGA_3D_CMD_BASE + 30 #define SVGA_3D_CMD_FUTURE_MAX 2000 @@ -1102,6 +1114,10 @@ typedef enum { SVGA3D_SURFACE_HINT_DYNAMIC = (1 << 2), SVGA3D_SURFACE_HINT_INDEXBUFFER = (1 << 3), SVGA3D_SURFACE_HINT_VERTEXBUFFER = (1 << 4), + SVGA3D_SURFACE_HINT_TEXTURE = (1 << 5), + SVGA3D_SURFACE_HINT_RENDERTARGET = (1 << 6), + SVGA3D_SURFACE_HINT_DEPTHSTENCIL = (1 << 7), + SVGA3D_SURFACE_HINT_WRITEONLY = (1 << 8), } SVGA3dSurfaceFlags; typedef @@ -1279,6 +1295,29 @@ struct { } PACKED SVGA3dCmdSurfaceStretchBlt; /* SVGA_3D_CMD_SURFACE_STRETCHBLT */ +typedef +struct { + /* + * If the discard flag is present in a surface DMA operation, the host may + * discard the contents of the current mipmap level and face of the target + * surface before applying the surface DMA contents. + */ + uint32 discard : 1; + + /* + * If the unsynchronized flag is present, the host may perform this upload + * without syncing to pending reads on this surface. + */ + uint32 unsynchronized : 1; + + /* + * Guests *MUST* set the reserved bits to 0 before submitting the command + * suffix as future flags may occupy these bits. + */ + uint32 reserved : 30; +} PACKED +SVGA3dSurfaceDMAFlags; + typedef struct { SVGA3dGuestImage guest; @@ -1298,6 +1337,40 @@ struct { } PACKED SVGA3dCmdSurfaceDMA; /* SVGA_3D_CMD_SURFACE_DMA */ +/* + * SVGA3dCmdSurfaceDMASuffix -- + * + * This is a command suffix that will appear after a SurfaceDMA command in + * the FIFO. It contains some extra information that hosts may use to + * optimize performance or protect the guest. This suffix exists to preserve + * backwards compatibility while also allowing for new functionality to be + * implemented. + */ + +typedef +struct { + uint32 suffixSize; + + /* + * The maximum offset is used to determine the maximum offset from the + * guestPtr base address that will be accessed or written to during this + * surfaceDMA. If the suffix is supported, the host will respect this + * boundary while performing surface DMAs. + * + * Defaults to MAX_UINT32 + */ + uint32 maximumOffset; + + /* + * A set of flags that describes optimizations that the host may perform + * while performing this surface DMA operation. The guest should never rely + * on behaviour that is different when these flags are set for correctness. + * + * Defaults to 0 + */ + SVGA3dSurfaceDMAFlags flags; +} PACKED +SVGA3dCmdSurfaceDMASuffix; /* * SVGA_3D_CMD_DRAW_PRIMITIVES -- @@ -1608,6 +1681,53 @@ struct { } PACKED SVGA3dQueryResult; +/* + * SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN -- + * + * This is a blit from an SVGA3D surface to a Screen Object. Just + * like GMR-to-screen blits, this blit may be directed at a + * specific screen or to the virtual coordinate space. + * + * The blit copies from a rectangular region of an SVGA3D surface + * image to a rectangular region of a screen or screens. + * + * This command takes an optional variable-length list of clipping + * rectangles after the body of the command. If no rectangles are + * specified, there is no clipping region. The entire destRect is + * drawn to. If one or more rectangles are included, they describe + * a clipping region. The clip rectangle coordinates are measured + * relative to the top-left corner of destRect. + * + * This clipping region serves multiple purposes: + * + * - It can be used to perform an irregularly shaped blit more + * efficiently than by issuing many separate blit commands. + * + * - It is equivalent to allowing blits with non-integer + * source coordinates. You could blit just one half-pixel + * of a source, for example, by specifying a larger + * destination rectangle than you need, then removing + * part of it using a clip rectangle. + * + * Availability: + * SVGA_FIFO_CAP_SCREEN_OBJECT + * + * Limitations: + * + * - Currently, no backend supports blits from a mipmap or face + * other than the first one. + */ + +typedef +struct { + SVGA3dSurfaceImageId srcImage; + SVGASignedRect srcRect; + uint32 destScreenId; /* Screen ID or SVGA_ID_INVALID for virt. coords */ + SVGASignedRect destRect; /* Supports scaling if src/rest different size */ + /* Clipping: zero or more SVGASignedRects follow */ +} PACKED +SVGA3dCmdBlitSurfaceToScreen; /* SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN */ + /* * Capability query index. @@ -1636,78 +1756,87 @@ SVGA3dQueryResult; */ typedef enum { - SVGA3D_DEVCAP_3D = 0, - SVGA3D_DEVCAP_MAX_LIGHTS, - SVGA3D_DEVCAP_MAX_TEXTURES, /* See note (1) */ - SVGA3D_DEVCAP_MAX_CLIP_PLANES, - SVGA3D_DEVCAP_VERTEX_SHADER_VERSION, - SVGA3D_DEVCAP_VERTEX_SHADER, - SVGA3D_DEVCAP_FRAGMENT_SHADER_VERSION, - SVGA3D_DEVCAP_FRAGMENT_SHADER, - SVGA3D_DEVCAP_MAX_RENDER_TARGETS, - SVGA3D_DEVCAP_S23E8_TEXTURES, - SVGA3D_DEVCAP_S10E5_TEXTURES, - SVGA3D_DEVCAP_MAX_FIXED_VERTEXBLEND, - SVGA3D_DEVCAP_D16_BUFFER_FORMAT, /* See note (2) */ - SVGA3D_DEVCAP_D24S8_BUFFER_FORMAT, /* See note (2) */ - SVGA3D_DEVCAP_D24X8_BUFFER_FORMAT, /* See note (2) */ - SVGA3D_DEVCAP_QUERY_TYPES, - SVGA3D_DEVCAP_TEXTURE_GRADIENT_SAMPLING, - SVGA3D_DEVCAP_MAX_POINT_SIZE, - SVGA3D_DEVCAP_MAX_SHADER_TEXTURES, - SVGA3D_DEVCAP_MAX_TEXTURE_WIDTH, - SVGA3D_DEVCAP_MAX_TEXTURE_HEIGHT, - SVGA3D_DEVCAP_MAX_VOLUME_EXTENT, - SVGA3D_DEVCAP_MAX_TEXTURE_REPEAT, - SVGA3D_DEVCAP_MAX_TEXTURE_ASPECT_RATIO, - SVGA3D_DEVCAP_MAX_TEXTURE_ANISOTROPY, - SVGA3D_DEVCAP_MAX_PRIMITIVE_COUNT, - SVGA3D_DEVCAP_MAX_VERTEX_INDEX, - SVGA3D_DEVCAP_MAX_VERTEX_SHADER_INSTRUCTIONS, - SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUCTIONS, - SVGA3D_DEVCAP_MAX_VERTEX_SHADER_TEMPS, - SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_TEMPS, - SVGA3D_DEVCAP_TEXTURE_OPS, - SVGA3D_DEVCAP_SURFACEFMT_X8R8G8B8, - SVGA3D_DEVCAP_SURFACEFMT_MIN=SVGA3D_DEVCAP_SURFACEFMT_X8R8G8B8, - SVGA3D_DEVCAP_SURFACEFMT_A8R8G8B8, - SVGA3D_DEVCAP_SURFACEFMT_A2R10G10B10, - SVGA3D_DEVCAP_SURFACEFMT_X1R5G5B5, - SVGA3D_DEVCAP_SURFACEFMT_A1R5G5B5, - SVGA3D_DEVCAP_SURFACEFMT_A4R4G4B4, - SVGA3D_DEVCAP_SURFACEFMT_R5G6B5, - SVGA3D_DEVCAP_SURFACEFMT_LUMINANCE16, - SVGA3D_DEVCAP_SURFACEFMT_LUMINANCE8_ALPHA8, - SVGA3D_DEVCAP_SURFACEFMT_ALPHA8, - SVGA3D_DEVCAP_SURFACEFMT_LUMINANCE8, - SVGA3D_DEVCAP_SURFACEFMT_Z_D16, - SVGA3D_DEVCAP_SURFACEFMT_Z_D24S8, - SVGA3D_DEVCAP_SURFACEFMT_Z_D24X8, - SVGA3D_DEVCAP_SURFACEFMT_DXT1, - SVGA3D_DEVCAP_SURFACEFMT_DXT2, - SVGA3D_DEVCAP_SURFACEFMT_DXT3, - SVGA3D_DEVCAP_SURFACEFMT_DXT4, - SVGA3D_DEVCAP_SURFACEFMT_DXT5, - SVGA3D_DEVCAP_SURFACEFMT_BUMPX8L8V8U8, - SVGA3D_DEVCAP_SURFACEFMT_A2W10V10U10, - SVGA3D_DEVCAP_SURFACEFMT_BUMPU8V8, - SVGA3D_DEVCAP_SURFACEFMT_Q8W8V8U8, - SVGA3D_DEVCAP_SURFACEFMT_CxV8U8, - SVGA3D_DEVCAP_SURFACEFMT_R_S10E5, - SVGA3D_DEVCAP_SURFACEFMT_R_S23E8, - SVGA3D_DEVCAP_SURFACEFMT_RG_S10E5, - SVGA3D_DEVCAP_SURFACEFMT_RG_S23E8, - SVGA3D_DEVCAP_SURFACEFMT_ARGB_S10E5, - SVGA3D_DEVCAP_SURFACEFMT_ARGB_S23E8, - SVGA3D_DEVCAP_SURFACEFMT_MAX=SVGA3D_DEVCAP_SURFACEFMT_ARGB_S23E8 + 1, - SVGA3D_DEVCAP_MAX_VERTEX_SHADER_TEXTURES, - + SVGA3D_DEVCAP_3D = 0, + SVGA3D_DEVCAP_MAX_LIGHTS = 1, + SVGA3D_DEVCAP_MAX_TEXTURES = 2, /* See note (1) */ + SVGA3D_DEVCAP_MAX_CLIP_PLANES = 3, + SVGA3D_DEVCAP_VERTEX_SHADER_VERSION = 4, + SVGA3D_DEVCAP_VERTEX_SHADER = 5, + SVGA3D_DEVCAP_FRAGMENT_SHADER_VERSION = 6, + SVGA3D_DEVCAP_FRAGMENT_SHADER = 7, + SVGA3D_DEVCAP_MAX_RENDER_TARGETS = 8, + SVGA3D_DEVCAP_S23E8_TEXTURES = 9, + SVGA3D_DEVCAP_S10E5_TEXTURES = 10, + SVGA3D_DEVCAP_MAX_FIXED_VERTEXBLEND = 11, + SVGA3D_DEVCAP_D16_BUFFER_FORMAT = 12, /* See note (2) */ + SVGA3D_DEVCAP_D24S8_BUFFER_FORMAT = 13, /* See note (2) */ + SVGA3D_DEVCAP_D24X8_BUFFER_FORMAT = 14, /* See note (2) */ + SVGA3D_DEVCAP_QUERY_TYPES = 15, + SVGA3D_DEVCAP_TEXTURE_GRADIENT_SAMPLING = 16, + SVGA3D_DEVCAP_MAX_POINT_SIZE = 17, + SVGA3D_DEVCAP_MAX_SHADER_TEXTURES = 18, + SVGA3D_DEVCAP_MAX_TEXTURE_WIDTH = 19, + SVGA3D_DEVCAP_MAX_TEXTURE_HEIGHT = 20, + SVGA3D_DEVCAP_MAX_VOLUME_EXTENT = 21, + SVGA3D_DEVCAP_MAX_TEXTURE_REPEAT = 22, + SVGA3D_DEVCAP_MAX_TEXTURE_ASPECT_RATIO = 23, + SVGA3D_DEVCAP_MAX_TEXTURE_ANISOTROPY = 24, + SVGA3D_DEVCAP_MAX_PRIMITIVE_COUNT = 25, + SVGA3D_DEVCAP_MAX_VERTEX_INDEX = 26, + SVGA3D_DEVCAP_MAX_VERTEX_SHADER_INSTRUCTIONS = 27, + SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUCTIONS = 28, + SVGA3D_DEVCAP_MAX_VERTEX_SHADER_TEMPS = 29, + SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_TEMPS = 30, + SVGA3D_DEVCAP_TEXTURE_OPS = 31, + SVGA3D_DEVCAP_SURFACEFMT_X8R8G8B8 = 32, + SVGA3D_DEVCAP_SURFACEFMT_A8R8G8B8 = 33, + SVGA3D_DEVCAP_SURFACEFMT_A2R10G10B10 = 34, + SVGA3D_DEVCAP_SURFACEFMT_X1R5G5B5 = 35, + SVGA3D_DEVCAP_SURFACEFMT_A1R5G5B5 = 36, + SVGA3D_DEVCAP_SURFACEFMT_A4R4G4B4 = 37, + SVGA3D_DEVCAP_SURFACEFMT_R5G6B5 = 38, + SVGA3D_DEVCAP_SURFACEFMT_LUMINANCE16 = 39, + SVGA3D_DEVCAP_SURFACEFMT_LUMINANCE8_ALPHA8 = 40, + SVGA3D_DEVCAP_SURFACEFMT_ALPHA8 = 41, + SVGA3D_DEVCAP_SURFACEFMT_LUMINANCE8 = 42, + SVGA3D_DEVCAP_SURFACEFMT_Z_D16 = 43, + SVGA3D_DEVCAP_SURFACEFMT_Z_D24S8 = 44, + SVGA3D_DEVCAP_SURFACEFMT_Z_D24X8 = 45, + SVGA3D_DEVCAP_SURFACEFMT_DXT1 = 46, + SVGA3D_DEVCAP_SURFACEFMT_DXT2 = 47, + SVGA3D_DEVCAP_SURFACEFMT_DXT3 = 48, + SVGA3D_DEVCAP_SURFACEFMT_DXT4 = 49, + SVGA3D_DEVCAP_SURFACEFMT_DXT5 = 50, + SVGA3D_DEVCAP_SURFACEFMT_BUMPX8L8V8U8 = 51, + SVGA3D_DEVCAP_SURFACEFMT_A2W10V10U10 = 52, + SVGA3D_DEVCAP_SURFACEFMT_BUMPU8V8 = 53, + SVGA3D_DEVCAP_SURFACEFMT_Q8W8V8U8 = 54, + SVGA3D_DEVCAP_SURFACEFMT_CxV8U8 = 55, + SVGA3D_DEVCAP_SURFACEFMT_R_S10E5 = 56, + SVGA3D_DEVCAP_SURFACEFMT_R_S23E8 = 57, + SVGA3D_DEVCAP_SURFACEFMT_RG_S10E5 = 58, + SVGA3D_DEVCAP_SURFACEFMT_RG_S23E8 = 59, + SVGA3D_DEVCAP_SURFACEFMT_ARGB_S10E5 = 60, + SVGA3D_DEVCAP_SURFACEFMT_ARGB_S23E8 = 61, + SVGA3D_DEVCAP_MAX_VERTEX_SHADER_TEXTURES = 63, /* * Note that MAX_SIMULTANEOUS_RENDER_TARGETS is a maximum count of color * render targets. This does no include the depth or stencil targets. */ - SVGA3D_DEVCAP_MAX_SIMULTANEOUS_RENDER_TARGETS, + SVGA3D_DEVCAP_MAX_SIMULTANEOUS_RENDER_TARGETS = 64, + + SVGA3D_DEVCAP_SURFACEFMT_V16U16 = 65, + SVGA3D_DEVCAP_SURFACEFMT_G16R16 = 66, + SVGA3D_DEVCAP_SURFACEFMT_A16B16G16R16 = 67, + SVGA3D_DEVCAP_SURFACEFMT_UYVY = 68, + SVGA3D_DEVCAP_SURFACEFMT_YUY2 = 69, + + /* + * Don't add new caps into the previous section; the values in this + * enumeration must not change. You can put new values right before + * SVGA3D_DEVCAP_MAX. + */ SVGA3D_DEVCAP_MAX /* This must be the last index. */ } SVGA3dDevCapIndex; diff --git a/lib/vmware/svga3d_shaderdefs.h b/lib/vmware/svga3d_shaderdefs.h index 01a4c24..2078c4a 100644 --- a/lib/vmware/svga3d_shaderdefs.h +++ b/lib/vmware/svga3d_shaderdefs.h @@ -287,6 +287,7 @@ typedef enum { SVGA3DSAMPFORMAT_UYVY, /* UYVY video format */ SVGA3DSAMPFORMAT_Rx, /* R16F/32F */ SVGA3DSAMPFORMAT_RxGx, /* R16FG16F, R32FG32F */ + SVGA3DSAMPFORMAT_V16U16, /* SNORM all */ } SVGA3DShaderSamplerFormatClass; /* SVGA3D write mask */ @@ -316,11 +317,14 @@ typedef enum { /* SVGA3D source swizzle */ -#define SVGA3DSWIZZLE_NONE 0xE4 #define SVGA3DSWIZZLE_REPLICATEX 0x00 #define SVGA3DSWIZZLE_REPLICATEY 0x55 #define SVGA3DSWIZZLE_REPLICATEZ 0xAA #define SVGA3DSWIZZLE_REPLICATEW 0xFF +#define SVGA3DSWIZZLE_NONE 0xE4 +#define SVGA3DSWIZZLE_YZXW 0xC9 +#define SVGA3DSWIZZLE_ZXYW 0xD2 +#define SVGA3DSWIZZLE_WXYZ 0x1B /* SVGA3D source modifiers */ @@ -345,6 +349,11 @@ typedef enum { typedef struct { union { + struct { + uint32 comment_op : 16; + uint32 comment_size : 16; + }; + struct { uint32 op : 16; uint32 control : 3; diff --git a/lib/vmware/svga_escape.h b/lib/vmware/svga_escape.h index ee5272b..0d24582 100644 --- a/lib/vmware/svga_escape.h +++ b/lib/vmware/svga_escape.h @@ -65,10 +65,17 @@ * he host about the state of the guest or guest applications. The * host can use these hints to make user interface or performance * decisions. + * + * Notes: + * + * - SVGA_ESCAPE_VMWARE_HINT_FULLSCREEN is deprecated for guests + * that use the SVGA Screen Object extension. Instead of sending + * this escape, use the SVGA_SCREEN_FULLSCREEN_HINT flag on your + * Screen Object. */ #define SVGA_ESCAPE_VMWARE_HINT 0x00030000 -#define SVGA_ESCAPE_VMWARE_HINT_FULLSCREEN 0x00030001 +#define SVGA_ESCAPE_VMWARE_HINT_FULLSCREEN 0x00030001 // Deprecated typedef struct { diff --git a/lib/vmware/svga_overlay.h b/lib/vmware/svga_overlay.h index 43460d4..ebd69ab 100644 --- a/lib/vmware/svga_overlay.h +++ b/lib/vmware/svga_overlay.h @@ -32,6 +32,8 @@ #ifndef _SVGA_OVERLAY_H_ #define _SVGA_OVERLAY_H_ +#include "svga_reg.h" + /* * Video formats we support */ @@ -40,6 +42,13 @@ #define VMWARE_FOURCC_YUY2 0x32595559 // 'Y' 'U' 'Y' '2' #define VMWARE_FOURCC_UYVY 0x59565955 // 'U' 'Y' 'V' 'Y' +typedef enum { + SVGA_OVERLAY_FORMAT_INVALID = 0, + SVGA_OVERLAY_FORMAT_YV12 = VMWARE_FOURCC_YV12, + SVGA_OVERLAY_FORMAT_YUY2 = VMWARE_FOURCC_YUY2, + SVGA_OVERLAY_FORMAT_UYVY = VMWARE_FOURCC_UYVY, +} SVGAOverlayFormat; + #define SVGA_VIDEO_COLORKEY_MASK 0x00ffffff #define SVGA_ESCAPE_VMWARE_VIDEO 0x00020000 @@ -74,4 +83,125 @@ struct SVGAEscapeVideoFlush { } PACKED SVGAEscapeVideoFlush; + +/* + * Struct definitions for the video overlay commands built on + * SVGAFifoCmdEscape. + */ +typedef +struct { + uint32 command; + uint32 overlay; +} PACKED +SVGAFifoEscapeCmdVideoBase; + +typedef +struct { + SVGAFifoEscapeCmdVideoBase videoCmd; +} PACKED +SVGAFifoEscapeCmdVideoFlush; + +typedef +struct { + SVGAFifoEscapeCmdVideoBase videoCmd; + struct { + uint32 regId; + uint32 value; + } items[1]; +} PACKED +SVGAFifoEscapeCmdVideoSetRegs; + +typedef +struct { + SVGAFifoEscapeCmdVideoBase videoCmd; + struct { + uint32 regId; + uint32 value; + } items[SVGA_VIDEO_NUM_REGS]; +} PACKED +SVGAFifoEscapeCmdVideoSetAllRegs; + + +/* + *---------------------------------------------------------------------- + * + * VMwareVideoGetAttributes -- + * + * Computes the size, pitches and offsets for YUV frames. + * + * Results: + * TRUE on success; otherwise FALSE on failure. + * + * Side effects: + * Pitches and offsets for the given YUV frame are put in 'pitches' + * and 'offsets' respectively. They are both optional though. + * + *---------------------------------------------------------------------- + */ + +static INLINE Bool +VMwareVideoGetAttributes(const SVGAOverlayFormat format, // IN + uint32 *width, // IN / OUT + uint32 *height, // IN / OUT + uint32 *size, // OUT + uint32 *pitches, // OUT (optional) + uint32 *offsets) // OUT (optional) +{ + int tmp; + + *width = (*width + 1) & ~1; + + if (offsets) { + offsets[0] = 0; + } + + switch (format) { + case VMWARE_FOURCC_YV12: + *height = (*height + 1) & ~1; + *size = (*width + 3) & ~3; + + if (pitches) { + pitches[0] = *size; + } + + *size *= *height; + + if (offsets) { + offsets[1] = *size; + } + + tmp = ((*width >> 1) + 3) & ~3; + + if (pitches) { + pitches[1] = pitches[2] = tmp; + } + + tmp *= (*height >> 1); + *size += tmp; + + if (offsets) { + offsets[2] = *size; + } + + *size += tmp; + break; + + case VMWARE_FOURCC_YUY2: + case VMWARE_FOURCC_UYVY: + *size = *width * 2; + + if (pitches) { + pitches[0] = *size; + } + + *size *= *height; + break; + + default: + return FALSE; + } + + return TRUE; +} + #endif // _SVGA_OVERLAY_H_ diff --git a/lib/vmware/svga_reg.h b/lib/vmware/svga_reg.h index 5c5f94d..673bc75 100644 --- a/lib/vmware/svga_reg.h +++ b/lib/vmware/svga_reg.h @@ -170,6 +170,7 @@ enum { the use of the current SVGA driver. */ }; + /* * Guest memory regions (GMRs): * @@ -281,6 +282,94 @@ struct SVGAGuestPtr { SVGAGuestPtr; +/* + * SVGAGMRImageFormat -- + * + * This is a packed representation of the source 2D image format + * for a GMR-to-screen blit. Currently it is defined as an encoding + * of the screen's color depth and bits-per-pixel, however, 16 bits + * are reserved for future use to identify other encodings (such as + * RGBA or higher-precision images). + * + * Currently supported formats: + * + * bpp depth Format Name + * --- ----- ----------- + * 32 24 32-bit BGRX + * 24 24 24-bit BGR + * 16 16 RGB 5-6-5 + * 16 15 RGB 5-5-5 + * + */ + +typedef +struct SVGAGMRImageFormat { + union { + struct { + uint32 bitsPerPixel : 8; + uint32 colorDepth : 8; + uint32 reserved : 16; // Must be zero + }; + + uint32 value; + }; +} PACKED +SVGAGMRImageFormat; + +/* + * SVGAColorBGRX -- + * + * A 24-bit color format (BGRX), which does not depend on the + * format of the legacy guest framebuffer (GFB) or the current + * GMRFB state. + */ + +typedef +struct SVGAColorBGRX { + union { + struct { + uint32 b : 8; + uint32 g : 8; + uint32 r : 8; + uint32 x : 8; // Unused + }; + + uint32 value; + }; +} PACKED +SVGAColorBGRX; + + +/* + * SVGASignedRect -- + * SVGASignedPoint -- + * + * Signed rectangle and point primitives. These are used by the new + * 2D primitives for drawing to Screen Objects, which can occupy a + * signed virtual coordinate space. + * + * SVGASignedRect specifies a half-open interval: the (left, top) + * pixel is part of the rectangle, but the (right, bottom) pixel is + * not. + */ + +typedef +struct SVGASignedRect { + int32 left; + int32 top; + int32 right; + int32 bottom; +} PACKED +SVGASignedRect; + +typedef +struct SVGASignedPoint { + int32 x; + int32 y; +} PACKED +SVGASignedPoint; + + /* * Capabilities * @@ -376,6 +465,17 @@ enum { // Valid with SVGA_FIFO_CAP_RESERVE: SVGA_FIFO_RESERVED, /* Bytes past NEXT_CMD with real contents */ + /* + * Valid with SVGA_FIFO_CAP_SCREEN_OBJECT: + * + * By default this is SVGA_ID_INVALID, to indicate that the cursor + * coordinates are specified relative to the virtual root. If this + * is set to a specific screen ID, cursor position is reinterpreted + * as a signed offset relative to that screen's origin. This is the + * only way to place the cursor on a non-rooted screen. + */ + SVGA_FIFO_CURSOR_SCREEN_ID, + /* * XXX: The gap here, up until SVGA_FIFO_3D_CAPS, can be used for new * registers, but this must be done carefully and with judicious use of @@ -565,6 +665,56 @@ enum { * Pitch Lock -- Pitch lock register is supported * Video -- SVGA Video overlay units are supported * Escape -- Escape command is supported + * + * XXX: Add longer descriptions for each capability, including a list + * of the new features that each capability provides. + * + * SVGA_FIFO_CAP_SCREEN_OBJECT -- + * + * Provides dynamic multi-screen rendering, for improved Unity and + * multi-monitor modes. With Screen Object, the guest can + * dynamically create and destroy 'screens', which can represent + * Unity windows or virtual monitors. Screen Object also provides + * strong guarantees that DMA operations happen only when + * guest-initiated. Screen Object deprecates the BAR1 guest + * framebuffer (GFB) and all commands that work only with the GFB. + * + * New registers: + * FIFO_CURSOR_SCREEN_ID, VIDEO_DATA_GMRID, VIDEO_DST_SCREEN_ID + * + * New 2D commands: + * DEFINE_SCREEN, DESTROY_SCREEN, DEFINE_GMRFB, BLIT_GMRFB_TO_SCREEN, + * BLIT_SCREEN_TO_GMRFB, ANNOTATION_FILL, ANNOTATION_COPY + * + * New 3D commands: + * BLIT_SURFACE_TO_SCREEN + * + * New guarantees: + * + * - The host will not read or write guest memory, including the GFB, + * except when explicitly initiated by a DMA command. + * + * - All DMA, including legacy DMA like UPDATE and PRESENT_READBACK, + * is guaranteed to complete before any subsequent FENCEs. + * + * - All legacy commands which affect a Screen (UPDATE, PRESENT, + * PRESENT_READBACK) as well as new Screen blit commands will + * all behave consistently as blits, and memory will be read + * or written in FIFO order. + * + * For example, if you PRESENT from one SVGA3D surface to multiple + * places on the screen, the data copied will always be from the + * SVGA3D surface at the time the PRESENT was issued in the FIFO. + * This was not necessarily true on devices without Screen Object. + * + * This means that on devices that support Screen Object, the + * PRESENT_READBACK command should not be necessary unless you + * actually want to read back the results of 3D rendering into + * system memory. (And for that, the BLIT_SCREEN_TO_GMRFB + * command provides a strict superset of functionality.) + * + * - When a screen is resized, either using Screen Object commands or + * legacy multimon registers, its contents are preserved. */ #define SVGA_FIFO_CAP_NONE 0 @@ -575,6 +725,7 @@ enum { #define SVGA_FIFO_CAP_CURSOR_BYPASS_3 (1<<4) #define SVGA_FIFO_CAP_ESCAPE (1<<5) #define SVGA_FIFO_CAP_RESERVE (1<<6) +#define SVGA_FIFO_CAP_SCREEN_OBJECT (1<<7) /* @@ -632,6 +783,8 @@ enum { SVGA_VIDEO_PITCH_1, SVGA_VIDEO_PITCH_2, SVGA_VIDEO_PITCH_3, + SVGA_VIDEO_DATA_GMRID, // Optional, defaults to SVGA_GMR_FRAMEBUFFER + SVGA_VIDEO_DST_SCREEN_ID, // Optional, defaults to virtual coords (SVGA_ID_INVALID) SVGA_VIDEO_NUM_REGS }; @@ -662,9 +815,49 @@ typedef struct SVGAOverlayUnit { uint32 dstWidth; uint32 dstHeight; uint32 pitches[3]; + uint32 dataGMRId; + uint32 dstScreenId; } SVGAOverlayUnit; +/* + * SVGAScreenObject -- + * + * This is a new way to represent a guest's multi-monitor screen or + * Unity window. Screen objects are only supported if the + * SVGA_FIFO_CAP_SCREEN_OBJECT capability bit is set. + * + * If Screen Objects are supported, they can be used to fully + * replace the functionality provided by the framebuffer registers + * (SVGA_REG_WIDTH, HEIGHT, etc.) and by SVGA_CAP_DISPLAY_TOPOLOGY. + * + * The screen object is a struct with guaranteed binary + * compatibility. New flags can be added, and the struct may grow, + * but existing fields must retain their meaning. + * + */ + +#define SVGA_SCREEN_HAS_ROOT (1 << 0) // Screen is present in the virtual coord space +#define SVGA_SCREEN_IS_PRIMARY (1 << 1) // Guest considers this screen to be 'primary' +#define SVGA_SCREEN_FULLSCREEN_HINT (1 << 2) // Guest is running a fullscreen app here + +typedef +struct SVGAScreenObject { + uint32 structSize; // sizeof(SVGAScreenObject) + uint32 id; + uint32 flags; + struct { + uint32 width; + uint32 height; + } size; + struct { + int32 x; + int32 y; + } root; // Only used if SVGA_SCREEN_HAS_ROOT is set. +} PACKED +SVGAScreenObject; + + /* * Commands in the command FIFO: * @@ -692,6 +885,13 @@ typedef enum { SVGA_CMD_FRONT_ROP_FILL = 29, SVGA_CMD_FENCE = 30, SVGA_CMD_ESCAPE = 33, + SVGA_CMD_DEFINE_SCREEN = 34, + SVGA_CMD_DESTROY_SCREEN = 35, + SVGA_CMD_DEFINE_GMRFB = 36, + SVGA_CMD_BLIT_GMRFB_TO_SCREEN = 37, + SVGA_CMD_BLIT_SCREEN_TO_GMRFB = 38, + SVGA_CMD_ANNOTATION_FILL = 39, + SVGA_CMD_ANNOTATION_COPY = 40, SVGA_CMD_MAX } SVGAFifoCmdId; @@ -705,12 +905,23 @@ typedef enum { * (GFB) at BAR1 + SVGA_REG_FB_OFFSET to any screens which * intersect with the provided virtual rectangle. * + * This command does not support using arbitrary guest memory as a + * data source- it only works with the pre-defined GFB memory. + * This command also does not support signed virtual coordinates. + * If you have defined screens (using SVGA_CMD_DEFINE_SCREEN) with + * negative root x/y coordinates, the negative portion of those + * screens will not be reachable by this command. + * * This command is not necessary when using framebuffer * traces. Traces are automatically enabled if the SVGA FIFO is * disabled, and you may explicitly enable/disable traces using * SVGA_REG_TRACES. With traces enabled, any write to the GFB will * automatically act as if a subsequent SVGA_CMD_UPDATE was issued. * + * Traces and SVGA_CMD_UPDATE are the only supported ways to render + * pseudocolor screen updates. The newer Screen Object commands + * only support true color formats. + * * Availability: * Always available. */ @@ -893,4 +1104,265 @@ struct { } PACKED SVGAFifoCmdEscape; + +/* + * SVGA_CMD_DEFINE_SCREEN -- + * + * Define or redefine an SVGAScreenObject. See the description of + * SVGAScreenObject above. The video driver is responsible for + * generating new screen IDs. They should be small positive + * integers. The virtual device will have an implementation + * specific upper limit on the number of screen IDs + * supported. Drivers are responsible for recycling IDs. The first + * valid ID is zero. + * + * - Interaction with other registers: + * + * For backwards compatibility, when the GFB mode registers (WIDTH, + * HEIGHT, PITCHLOCK, BITS_PER_PIXEL) are modified, the SVGA device + * deletes all screens other than screen #0, and redefines screen + * #0 according to the specified mode. Drivers that use + * SVGA_CMD_DEFINE_SCREEN should destroy or redefine screen #0. + * + * If you use screen objects, do not use the legacy multi-mon + * registers (SVGA_REG_NUM_GUEST_DISPLAYS, SVGA_REG_DISPLAY_*). + * + * Availability: + * SVGA_FIFO_CAP_SCREEN_OBJECT + */ + +typedef +struct { + SVGAScreenObject screen; // Variable-length according to version +} PACKED +SVGAFifoCmdDefineScreen; + + +/* + * SVGA_CMD_DESTROY_SCREEN -- + * + * Destroy an SVGAScreenObject. Its ID is immediately available for + * re-use. + * + * Availability: + * SVGA_FIFO_CAP_SCREEN_OBJECT + */ + +typedef +struct { + uint32 screenId; +} PACKED +SVGAFifoCmdDestroyScreen; + + +/* + * SVGA_CMD_DEFINE_GMRFB -- + * + * This command sets a piece of SVGA device state called the + * Guest Memory Region Framebuffer, or GMRFB. The GMRFB is a + * piece of light-weight state which identifies the location and + * format of an image in guest memory or in BAR1. The GMRFB has + * an arbitrary size, and it doesn't need to match the geometry + * of the GFB or any screen object. + * + * The GMRFB can be redefined as often as you like. You could + * always use the same GMRFB, you could redefine it before + * rendering from a different guest screen, or you could even + * redefine it before every blit. + * + * There are multiple ways to use this command. The simplest way is + * to use it to move the framebuffer either to elsewhere in the GFB + * (BAR1) memory region, or to a user-defined GMR. This lets a + * driver use a framebuffer allocated entirely out of normal system + * memory, which we encourage. + * + * Another way to use this command is to set up a ring buffer of + * updates in GFB memory. If a driver wants to ensure that no + * frames are skipped by the SVGA device, it is important that the + * driver not modify the source data for a blit until the device is + * done processing the command. One efficient way to accomplish + * this is to use a ring of small DMA buffers. Each buffer is used + * for one blit, then we move on to the next buffer in the + * ring. The FENCE mechanism is used to protect each buffer from + * re-use until the device is finished with that buffer's + * corresponding blit. + * + * This command does not affect the meaning of SVGA_CMD_UPDATE. + * UPDATEs always occur from the legacy GFB memory area. This + * command has no support for pseudocolor GMRFBs. Currently only + * true-color 15, 16, and 24-bit depths are supported. Future + * devices may expose capabilities for additional framebuffer + * formats. + * + * The default GMRFB value is undefined. Drivers must always send + * this command at least once before performing any blit from the + * GMRFB. + * + * Availability: + * SVGA_FIFO_CAP_SCREEN_OBJECT + */ + +typedef +struct { + SVGAGuestPtr ptr; + uint32 bytesPerLine; + SVGAGMRImageFormat format; +} PACKED +SVGAFifoCmdDefineGMRFB; + + +/* + * SVGA_CMD_BLIT_GMRFB_TO_SCREEN -- + * + * This is a guest-to-host blit. It performs a DMA operation to + * copy a rectangular region of pixels from the current GMRFB to + * one or more Screen Objects. + * + * The destination coordinate may be specified relative to a + * screen's origin (if a screen ID is specified) or relative to the + * virtual coordinate system's origin (if the screen ID is + * SVGA_ID_INVALID). The actual destination may span zero or more + * screens, in the case of a virtual destination rect or a rect + * which extends off the edge of the specified screen. + * + * This command writes to the screen's "base layer": the underlying + * framebuffer which exists below any cursor or video overlays. No + * action is necessary to explicitly hide or update any overlays + * which exist on top of the updated region. + * + * The SVGA device is guaranteed to finish reading from the GMRFB + * by the time any subsequent FENCE commands are reached. + * + * This command consumes an annotation. See the + * SVGA_CMD_ANNOTATION_* commands for details. + * + * Availability: + * SVGA_FIFO_CAP_SCREEN_OBJECT + */ + +typedef +struct { + SVGASignedPoint srcOrigin; + SVGASignedRect destRect; + uint32 destScreenId; +} PACKED +SVGAFifoCmdBlitGMRFBToScreen; + + +/* + * SVGA_CMD_BLIT_SCREEN_TO_GMRFB -- + * + * This is a host-to-guest blit. It performs a DMA operation to + * copy a rectangular region of pixels from a single Screen Object + * back to the current GMRFB. + * + * Usage note: This command should be used rarely. It will + * typically be inefficient, but it is necessary for some types of + * synchronization between 3D (GPU) and 2D (CPU) rendering into + * overlapping areas of a screen. + * + * The source coordinate is specified relative to a screen's + * origin. The provided screen ID must be valid. If any parameters + * are invalid, the resulting pixel values are undefined. + * + * This command reads the screen's "base layer". Overlays like + * video and cursor are not included, but any data which was sent + * using a blit-to-screen primitive will be available, no matter + * whether the data's original source was the GMRFB or the 3D + * acceleration hardware. + * + * Note that our guest-to-host blits and host-to-guest blits aren't + * symmetric in their current implementation. While the parameters + * are identical, host-to-guest blits are a lot less featureful. + * They do not support clipping: If the source parameters don't + * fully fit within a screen, the blit fails. They must originate + * from exactly one screen. Virtual coordinates are not directly + * supported. + * + * Host-to-guest blits do support the same set of GMRFB formats + * offered by guest-to-host blits. + * + * The SVGA device is guaranteed to finish writing to the GMRFB by + * the time any subsequent FENCE commands are reached. + * + * Availability: + * SVGA_FIFO_CAP_SCREEN_OBJECT + */ + +typedef +struct { + SVGASignedPoint destOrigin; + SVGASignedRect srcRect; + uint32 srcScreenId; +} PACKED +SVGAFifoCmdBlitScreenToGMRFB; + + +/* + * SVGA_CMD_ANNOTATION_FILL -- + * + * This is a blit annotation. This command stores a small piece of + * device state which is consumed by the next blit-to-screen + * command. The state is only cleared by commands which are + * specifically documented as consuming an annotation. Other + * commands (such as ESCAPEs for debugging) may intervene between + * the annotation and its associated blit. + * + * This annotation is a promise about the contents of the next + * blit: The video driver is guaranteeing that all pixels in that + * blit will have the same value, specified here as a color in + * SVGAColorBGRX format. + * + * The SVGA device can still render the blit correctly even if it + * ignores this annotation, but the annotation may allow it to + * perform the blit more efficiently, for example by ignoring the + * source data and performing a fill in hardware. + * + * This annotation is most important for performance when the + * user's display is being remoted over a network connection. + * + * Availability: + * SVGA_FIFO_CAP_SCREEN_OBJECT + */ + +typedef +struct { + SVGAColorBGRX color; +} PACKED +SVGAFifoCmdAnnotationFill; + + +/* + * SVGA_CMD_ANNOTATION_COPY -- + * + * This is a blit annotation. See SVGA_CMD_ANNOTATION_FILL for more + * information about annotations. + * + * This annotation is a promise about the contents of the next + * blit: The video driver is guaranteeing that all pixels in that + * blit will have the same value as those which already exist at an + * identically-sized region on the same or a different screen. + * + * Note that the source pixels for the COPY in this annotation are + * sampled before applying the anqnotation's associated blit. They + * are allowed to overlap with the blit's destination pixels. + * + * The copy source rectangle is specified the same way as the blit + * destination: it can be a rectangle which spans zero or more + * screens, specified relative to either a screen or to the virtual + * coordinate system's origin. If the source rectangle includes + * pixels which are not from exactly one screen, the results are + * undefined. + * + * Availability: + * SVGA_FIFO_CAP_SCREEN_OBJECT + */ + +typedef +struct { + SVGASignedPoint srcOrigin; + uint32 srcScreenId; +} PACKED +SVGAFifoCmdAnnotationCopy; + #endif