From 8abbc1b1a948cefa6ce1a18aa99e15f29eada042 Mon Sep 17 00:00:00 2001 From: Arnold van der Meulen <arnold@roqua.nl> Date: Tue, 26 Sep 2017 11:05:47 +0200 Subject: [PATCH] Move vcr cassettes to default location --- .../animation_flip_coin_getters.json | 0 .../animation_flip_coin_graphics.json | 0 .../vcr_cassettes/bad_request.json | 0 .../vcr_cassettes/description.json | 0 .../vcr_cassettes/digest_hmac.json | 0 .../vcr_cassettes/flip_coin.json | 0 .../github_package_not_found.json | 0 .../no_endpoint_configured.json | 0 .../vcr_cassettes/prepare.json | 0 .../response_with_na_values.json | 0 mix.exs | 17 +- .../animation_flip_coin_getters.json | 186 ------------------ .../animation_flip_coin_graphics.json | 114 ----------- .../bad_request.json | 40 ---- .../description.json | 40 ---- .../digest_hmac.json | 42 ---- .../http_potion_vcr_cassettes/flip_coin.json | 42 ---- .../github_package_not_found.json | 37 ---- .../http_potion_vcr_cassettes/prepare.json | 42 ---- .../response_with_na_values.json | 42 ---- .../vcr_cassettes/no_endpoint_configured.json | 1 - test/opencpu/client_test.exs | 1 - test/opencpu/delayed_calculation_test.exs | 1 - 23 files changed, 11 insertions(+), 594 deletions(-) rename {test/fixtures => fixture}/vcr_cassettes/animation_flip_coin_getters.json (100%) rename {test/fixtures => fixture}/vcr_cassettes/animation_flip_coin_graphics.json (100%) rename {test/fixtures => fixture}/vcr_cassettes/bad_request.json (100%) rename {test/fixtures => fixture}/vcr_cassettes/description.json (100%) rename {test/fixtures => fixture}/vcr_cassettes/digest_hmac.json (100%) rename {test/fixtures => fixture}/vcr_cassettes/flip_coin.json (100%) rename {test/fixtures => fixture}/vcr_cassettes/github_package_not_found.json (100%) rename {test/fixtures/http_potion_vcr_cassettes => fixture/vcr_cassettes}/no_endpoint_configured.json (100%) rename {test/fixtures => fixture}/vcr_cassettes/prepare.json (100%) rename {test/fixtures => fixture}/vcr_cassettes/response_with_na_values.json (100%) delete mode 100644 test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_getters.json delete mode 100644 test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_graphics.json delete mode 100644 test/fixtures/http_potion_vcr_cassettes/bad_request.json delete mode 100644 test/fixtures/http_potion_vcr_cassettes/description.json delete mode 100644 test/fixtures/http_potion_vcr_cassettes/digest_hmac.json delete mode 100644 test/fixtures/http_potion_vcr_cassettes/flip_coin.json delete mode 100644 test/fixtures/http_potion_vcr_cassettes/github_package_not_found.json delete mode 100644 test/fixtures/http_potion_vcr_cassettes/prepare.json delete mode 100644 test/fixtures/http_potion_vcr_cassettes/response_with_na_values.json delete mode 100644 test/fixtures/vcr_cassettes/no_endpoint_configured.json diff --git a/test/fixtures/vcr_cassettes/animation_flip_coin_getters.json b/fixture/vcr_cassettes/animation_flip_coin_getters.json similarity index 100% rename from test/fixtures/vcr_cassettes/animation_flip_coin_getters.json rename to fixture/vcr_cassettes/animation_flip_coin_getters.json diff --git a/test/fixtures/vcr_cassettes/animation_flip_coin_graphics.json b/fixture/vcr_cassettes/animation_flip_coin_graphics.json similarity index 100% rename from test/fixtures/vcr_cassettes/animation_flip_coin_graphics.json rename to fixture/vcr_cassettes/animation_flip_coin_graphics.json diff --git a/test/fixtures/vcr_cassettes/bad_request.json b/fixture/vcr_cassettes/bad_request.json similarity index 100% rename from test/fixtures/vcr_cassettes/bad_request.json rename to fixture/vcr_cassettes/bad_request.json diff --git a/test/fixtures/vcr_cassettes/description.json b/fixture/vcr_cassettes/description.json similarity index 100% rename from test/fixtures/vcr_cassettes/description.json rename to fixture/vcr_cassettes/description.json diff --git a/test/fixtures/vcr_cassettes/digest_hmac.json b/fixture/vcr_cassettes/digest_hmac.json similarity index 100% rename from test/fixtures/vcr_cassettes/digest_hmac.json rename to fixture/vcr_cassettes/digest_hmac.json diff --git a/test/fixtures/vcr_cassettes/flip_coin.json b/fixture/vcr_cassettes/flip_coin.json similarity index 100% rename from test/fixtures/vcr_cassettes/flip_coin.json rename to fixture/vcr_cassettes/flip_coin.json diff --git a/test/fixtures/vcr_cassettes/github_package_not_found.json b/fixture/vcr_cassettes/github_package_not_found.json similarity index 100% rename from test/fixtures/vcr_cassettes/github_package_not_found.json rename to fixture/vcr_cassettes/github_package_not_found.json diff --git a/test/fixtures/http_potion_vcr_cassettes/no_endpoint_configured.json b/fixture/vcr_cassettes/no_endpoint_configured.json similarity index 100% rename from test/fixtures/http_potion_vcr_cassettes/no_endpoint_configured.json rename to fixture/vcr_cassettes/no_endpoint_configured.json diff --git a/test/fixtures/vcr_cassettes/prepare.json b/fixture/vcr_cassettes/prepare.json similarity index 100% rename from test/fixtures/vcr_cassettes/prepare.json rename to fixture/vcr_cassettes/prepare.json diff --git a/test/fixtures/vcr_cassettes/response_with_na_values.json b/fixture/vcr_cassettes/response_with_na_values.json similarity index 100% rename from test/fixtures/vcr_cassettes/response_with_na_values.json rename to fixture/vcr_cassettes/response_with_na_values.json diff --git a/mix.exs b/mix.exs index 34e720b..9a2452c 100644 --- a/mix.exs +++ b/mix.exs @@ -2,12 +2,17 @@ defmodule OpenCPU.Mixfile do use Mix.Project def project do - [app: :opencpu, - version: "0.1.0", - elixir: "~> 1.4", - build_embedded: Mix.env == :prod, - start_permanent: Mix.env == :prod, - deps: deps()] + [ + app: :opencpu, + version: "0.1.0", + elixir: "~> 1.4", + build_embedded: Mix.env == :prod, + start_permanent: Mix.env == :prod, + deps: deps(), + preferred_cli_env: [ + vcr: :test, "vcr.delete": :test, "vcr.check": :test, "vcr.show": :test + ], + ] end # Configuration for the OTP application diff --git a/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_getters.json b/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_getters.json deleted file mode 100644 index 62822ef..0000000 --- a/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_getters.json +++ /dev/null @@ -1,186 +0,0 @@ -[ - { - "request": { - "body": "{}", - "headers": { - "Content-Type": "application/json" - }, - "method": "post", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/library/animation/R/flip.coin/" - }, - "response": { - "body": "/ocpu/tmp/x0f284ca594/R/flip.coin\n/ocpu/tmp/x0f284ca594/R/.val\n/ocpu/tmp/x0f284ca594/graphics/1\n/ocpu/tmp/x0f284ca594/graphics/2\n/ocpu/tmp/x0f284ca594/graphics/3\n/ocpu/tmp/x0f284ca594/graphics/4\n/ocpu/tmp/x0f284ca594/graphics/5\n/ocpu/tmp/x0f284ca594/graphics/6\n/ocpu/tmp/x0f284ca594/graphics/7\n/ocpu/tmp/x0f284ca594/graphics/8\n/ocpu/tmp/x0f284ca594/graphics/9\n/ocpu/tmp/x0f284ca594/graphics/10\n/ocpu/tmp/x0f284ca594/graphics/11\n/ocpu/tmp/x0f284ca594/graphics/12\n/ocpu/tmp/x0f284ca594/graphics/13\n/ocpu/tmp/x0f284ca594/graphics/14\n/ocpu/tmp/x0f284ca594/graphics/15\n/ocpu/tmp/x0f284ca594/graphics/16\n/ocpu/tmp/x0f284ca594/graphics/17\n/ocpu/tmp/x0f284ca594/graphics/18\n/ocpu/tmp/x0f284ca594/graphics/19\n/ocpu/tmp/x0f284ca594/graphics/20\n/ocpu/tmp/x0f284ca594/graphics/21\n/ocpu/tmp/x0f284ca594/graphics/22\n/ocpu/tmp/x0f284ca594/graphics/23\n/ocpu/tmp/x0f284ca594/graphics/24\n/ocpu/tmp/x0f284ca594/graphics/25\n/ocpu/tmp/x0f284ca594/graphics/26\n/ocpu/tmp/x0f284ca594/graphics/27\n/ocpu/tmp/x0f284ca594/graphics/28\n/ocpu/tmp/x0f284ca594/graphics/29\n/ocpu/tmp/x0f284ca594/graphics/30\n/ocpu/tmp/x0f284ca594/graphics/31\n/ocpu/tmp/x0f284ca594/graphics/32\n/ocpu/tmp/x0f284ca594/graphics/33\n/ocpu/tmp/x0f284ca594/graphics/34\n/ocpu/tmp/x0f284ca594/graphics/35\n/ocpu/tmp/x0f284ca594/graphics/36\n/ocpu/tmp/x0f284ca594/graphics/37\n/ocpu/tmp/x0f284ca594/graphics/38\n/ocpu/tmp/x0f284ca594/graphics/39\n/ocpu/tmp/x0f284ca594/graphics/40\n/ocpu/tmp/x0f284ca594/graphics/41\n/ocpu/tmp/x0f284ca594/graphics/42\n/ocpu/tmp/x0f284ca594/graphics/43\n/ocpu/tmp/x0f284ca594/graphics/44\n/ocpu/tmp/x0f284ca594/graphics/45\n/ocpu/tmp/x0f284ca594/graphics/46\n/ocpu/tmp/x0f284ca594/graphics/47\n/ocpu/tmp/x0f284ca594/graphics/48\n/ocpu/tmp/x0f284ca594/graphics/49\n/ocpu/tmp/x0f284ca594/graphics/50\n/ocpu/tmp/x0f284ca594/source\n/ocpu/tmp/x0f284ca594/console\n/ocpu/tmp/x0f284ca594/info\n/ocpu/tmp/x0f284ca594/files/DESCRIPTION\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:40 GMT", - "Content-Type": "text/plain; charset=utf-8", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=d49043b98d7d00baea49afd7e564d1fdc1499110599; expires=Tue, 03-Jul-18 19:36:39 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=300, public", - "X-ocpu-session": "x0f284ca594", - "Location": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:40 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "EXPIRED", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b7f7b7c147f-AMS" - }, - "status_code": 201, - "type": "ok" - } - }, - { - "request": { - "body": "", - "headers": [], - "method": "get", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/R/.val" - }, - "response": { - "body": "Redirect to http://public.opencpu.org/ocpu/tmp/x0f284ca594/R/.val/print\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:40 GMT", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=dbb3e74966f073b1d6d87474ef844af661499110600; expires=Tue, 03-Jul-18 19:36:40 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=86400, public", - "Location": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/R/.val/print", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:40 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "MISS", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b83f99e2b28-AMS" - }, - "status_code": 302, - "type": "ok" - } - }, - { - "request": { - "body": "", - "headers": [], - "method": "get", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/R/.val/print" - }, - "response": { - "body": "$freq\n 1 2 \n0.56 0.44 \n\n$nmax\n[1] 50\n\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:40 GMT", - "Content-Type": "text/plain; charset=utf-8", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=df42114f69454ed088aad31189ee82a0c1499110600; expires=Tue, 03-Jul-18 19:36:40 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=86400, public", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:40 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "MISS", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b86bb7b0c89-AMS" - }, - "status_code": 200, - "type": "ok" - } - }, - { - "request": { - "body": "", - "headers": [], - "method": "get", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/info" - }, - "response": { - "body": "Redirect to http://public.opencpu.org/ocpu/tmp/x0f284ca594/info/print\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:41 GMT", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=df42114f69454ed088aad31189ee82a0c1499110600; expires=Tue, 03-Jul-18 19:36:40 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=86400, public", - "Location": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/info/print", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:41 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "MISS", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b883c3a0c89-AMS" - }, - "status_code": 302, - "type": "ok" - } - }, - { - "request": { - "body": "", - "headers": [], - "method": "get", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/info/print" - }, - "response": { - "body": "R version 3.4.1 (2017-06-30)\nPlatform: x86_64-pc-linux-gnu (64-bit)\nRunning under: Ubuntu 16.04.2 LTS\n\nMatrix products: default\nBLAS: /usr/lib/openblas-base/libblas.so.3\nLAPACK: /usr/lib/libopenblasp-r0.2.18.so\n\nlocale:\n [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 \n [4] LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=C \n [7] LC_PAPER=C LC_NAME=C LC_ADDRESS=C \n[10] LC_TELEPHONE=C LC_MEASUREMENT=C LC_IDENTIFICATION=C \n\nattached base packages:\n[1] stats graphics grDevices utils datasets methods base \n\nother attached packages:\n[1] animation_2.5 opencpu_2.0.3.1\n\nloaded via a namespace (and not attached):\n [1] Rcpp_0.12.11 lattice_0.20-35 mime_0.5 plyr_1.8.4 \n [5] grid_3.4.1 gtable_0.2.0 sys_1.4 jsonlite_1.5 \n [9] unix_1.3 magrittr_1.5 scales_0.4.1 evaluate_0.10.2 \n[13] ggplot2_2.2.1 rlang_0.1.1 stringi_1.1.5 curl_2.7 \n[17] lazyeval_0.2.0 webutils_0.6 tools_3.4.1 stringr_1.2.0 \n[21] munsell_0.4.3 parallel_3.4.1 sendmailR_1.2-1 compiler_3.4.1 \n[25] colorspace_1.3-2 base64enc_0.1-3 openssl_0.9.6 tibble_1.3.3 \n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:41 GMT", - "Content-Type": "text/plain; charset=utf-8", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=d31e8c2abd099fd108ffc890a5497070a1499110601; expires=Tue, 03-Jul-18 19:36:41 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=86400, public", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:41 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "MISS", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b8939cd2bee-AMS" - }, - "status_code": 200, - "type": "ok" - } - } -] \ No newline at end of file diff --git a/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_graphics.json b/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_graphics.json deleted file mode 100644 index 843e3e6..0000000 --- a/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_graphics.json +++ /dev/null @@ -1,114 +0,0 @@ -[ - { - "request": { - "body": "", - "headers": [], - "method": "get", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/graphics/50/png" - }, - "response": { - "body": "‰PNG\r\n\u001a\n\u0000\u0000\u0000\rIHDR\u0000\u0000\u0003 \u0000\u0000\u0002X\b\u0002\u0000\u0000\u0000\u0015\u0014\u0015'\u0000\u0000 \u0000IDATxϓÃy\\Mùÿ\u0007ðw»–›6\tE–\u0012ƒ,¡ÂTv!ƒlY¦¤\u0018»‘]c÷µ±ŒÂÈÞ-Â…L™\u0018K13veK{))-´Þûû#¿ºÂ“îéœ{ëõ|ôGçs>Âó*‡Þ>çs>GF(\u0014\u0012\u0000\u0000\u0000\u00000G–ë\u0000\u0000\u0000\u0000\u0000õ\r\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u000eøùù™˜˜¨ªªÚØØDDD\u00147\u001e8pÀÃÃPEEÅÚÚ:22²âWyyy\u0005\u0005\u0005\u0011Ñ?ÿüÓ½{wMMMGGǼ¼¼rÃ\u0006\u000f\u001eÜèÿÂ\u001c9²¸111qèáêêêæææ/_¾$¢³gÃz{{×á7\tߨҫ¢ÒFQ5¼*ŠEFFª©©Uӈ«\u0002\u0000€1B`WRR\u0012ÂÇ\u000b\b\bøôéÓêÕ«;uê$\u0014\n_¿~  \u0010\u001c\u001cœ””4gÃŽ\u001c\u001b\u001b›r_õåË\u0017kk뢢¢‚‚‚æÛ\u001f>|8!!aà À¿üòK¹ž-[¶¼qãFDDDDDDlllqcÞ=·mۖ””´hÑ\"kkk¡P˜——geeUXXX֧1ü·J¯ŠJ\u001bEÕüª\u0010\nÂ…Â…Â…Â…\u0016\u0016\u0016rrrÕ4âª\u0000\u0000`\n\n,¶ùúúöÃÛ·øó¼¼<\u0019\u0019™Â\u001f?&&&òx¼°°°ÌÌL77·±cǖû*///OOO¡P\u0018\u001c\u001cÜ¡C‡âÆÃÃP###ÑnùùùJJJ\u0005\u0005\u0005¢ÂÂ\u001e=211\u0011\b\u0004B¡077÷ñãÇÅÃîîîÞÞÞuð-Â7«ôª¨´Qô«jxU\u0014Û±cǸqãÊ\u0015X\u0015\u001bqU\u0000\u00000\u0002·\bÙ6`À€‹\u0017/\u0016\u001e\u0016\u0016fhh¨¡¡Ñ¬Y3\u000f\u000f\u000fssóÆÂ\u001b\u001f=zôÀÂ\u0003å¾*00°ÿþDôöÃÛÎÂ;\u00177vêÔéûw\u0002 ¤[ll¬²²ò˜1cÚ¶m;iÒ¤øøx\"zòäIûöÃgÃŽÂœillìà à  ¡¡QÜÙÆÆ&00°®¿_¨‰J¯ŠJ\u001bE¿ª†WEq‡ýû÷ÿúë¯ÿو«\u0002\u0000€\u0011(°ØÆãñtuuÂ…B¡ŸŸŸƒƒÃ®]»ddd\"##7nÃœxïÞ½œœœ\u00193f899•ûªçß·mۖˆÒÓÓy<^q£ººzaaavvvI·ääd==½™3g\u0006\u0006\u0006***ÂŽ\u001f?žˆÞ¿ùòå\u001e=z\u0004\u0006\u00066oÞ|„\tÃ…ÂÛ¶mûìÙ36¾gø/•^\u0015•6Š~U\r¯\nÂ@à âââéé©®®^}#áª\u0000\u0000`ˆ<×\u0001\u001a¢´´4\u0017\u0017—ØØX>ŸoffFD—/_\u001e6l˜¹¹9\u0011Â[·®qãƟ>}jܸqqÿ¬¬¬ÜÜÜâß šššYYY%Ãrrr¢Ó–ûôéS2\u0015zïÞ½êêê©©©Â\u001a5úþûïgÃŽÂœID[·nUSSûð჎ŽN‹\u0016-¢££\u000b\n\n\u0014\u0014\u0014Xüî¡r\u0015¯Šª\u001a‹Õüª8tèPóæÇ\u000f\u001fþáÇê\u001b‰\bW\u0005\u0000\u0000#0‚Ŷ¼¼¼Ãƒ\u0007wèÃ!<<¼äWfQQQÉ=\u001d¡PX<˸Ò/oÓ¦MI\t\u0015\u0019\u0019ihh(+[ú‡\u0018\u001e\u001e\u001e\u001a\u001aZü¹¢¢¢œœœ‚‚‚ÂÂAI\u0007YYYYYY999\"*7\u001c\u0002\u001cªôª¨´±RÕ_\u00157nÜð÷÷×ÑÑ166.**ÒÑÑ\t\u000b\u000b«´‘pU\u0000\u00000\u0004\u0005\u0016Ûø|~QQ‘‹‹K\\\\\\ttttttQQÑðáÃ}}}oúõéÓ§•+WöéÓGt¶\rÂÇkÔ¨Qñ\u0010…µµuZZšŸŸß—/_<==§L™RÜç…\u000b\t\t\t_¾|\u0019=zôÃÛ·?}úäîîÞ·o_\r\rÂÃ\u0007?}úôìÙ³™™™îîîææ暚šD”ÂÂ`hhˆÂ\nIPéUQicɗÔüªø÷ß^¼xñèÑ£ÃÃPYYÙGÂ\u001euëÖÂÃ’FÂU\u0001\u0000À\u0014N§Ø7DK—.-÷Gšš*\u0014\nÞ=kll¬¦¦6|øð’å\u0015J\f\u001b6ìáÇş߿¿K—.ÚÚڎŽŽ¹¹¹Åªªª—/_\u0016\n…žžžÃš5ãñx£FÂJHH(Þû×_uéÒEMMmèá111Ã…Âþùç¤I“Xø–á?UzUTu©”¨ùUQ,55µÜS„\u0015\u001bqU\u0000\u00000BFXÃ…Â(Â(¿ýö[^^ÞÃ?ÿÌà 1׬YcddT2Ú\u0001R\u0007W\u0005\u0000ۀBÂ%\u001drss‡\r\u001b\u0016\u0012\u0012\":·F\u001cùùùƒ\u0007\u000f\u000e\u000e\u000e–—ǃ\u000eÃ’\nW\u0005\u0000€Ä’[»v-×\u0019à ¿ÉËËggggdd´k׎‘\u0003^¸p¡k×®]»veähÀ\t\\\u0015\u0000\u0000\u0012\u000b#X\u0000\u0000\u0000\u0000\fÃS„\u0000\u0000\u0000\u0000\fCÂ\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\fCÂ\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\f“²Õn>|øðçŸrÂB\"DDD¤¤¤(**r\u001d\u0004$Hvvö Aƒ¸N\u0001\u0000 \u001ddeeÃììêèå`RV`øqÃÃÃÃÊʊë Ãœ{ÿþ}jjª’’\u0012×A@‚|úô)==Âë\u0014\u0012aɒ%[·nÃ¥:\u0005\u0000H´\u0013'NtÃÚµmÛ¶uqp)+°ˆ¨OŸ>®®®\\§\u0000\u0000‰¶lÙ2üC\u0001\u0000Õ»ÿ~Ã\u001d\u001cs°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€a(°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€a(°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€a(°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€a(°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€a(°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€aÒ÷²g\u0000\u0000h rs)$„^¾¤ÔTÒÕ¥Ž\u001dÉƆ\u0014\u0015¹Ž\u0005P\tÂŒ`\u0001\u0000€ÄË̤U«hÀ\u0000zôˆŒÂiäHj׎îÃ#kkÚ°Â>æ:\u001f@y\u0018Ã\u0002\u0000\u0000Éöú59:Ò…´q#ÉȔ¶Â\u001cI¿üBÞÞ4d\bÂ<I††œ%\u0004¨\u0000\u0005\u0016\u0000ÔCªªª\\G\u0000†$%ÑÂ?ÒɓԶm%{eeiÚ423#\u0007\u0007º|™´µYÃ\u0007P9é+°¢¢¢¼½½¹N\u0001\u0012¤oß¾†øŸ+”%+‹ù\u000fõÅ̙äåUZ]ùùѲe\u0014\u0017G½zÑÞ½Ô¡\u0003\u0011Qǎ´e\u000býô\u0013Â;ÇaR\u0000QÃ’W`…‡‡{zzrÂ\u0002$ˆÂÂ\u000f\n,('++‹ë\bÀ„ÃP20 îÿn&'ÓÔ©äãCýúÑÖÂ4~<=}úuWß¾tð =x@={r\u0015V\\YY\u0014\u0017G¹¹Ô´)µhÃu\u001a\u0010—ô\u0015X\u0000\u0000ÃPx{Ó…¥›aadjJÇ\u0013\u0011¹»Ó¦M”žNšš_÷ΚE>>Ã’W`\t\u0004tæ\f\u001d;F²²Ô®\u001d))Qr2½{G––´t)éêrÂ\u000fj\t\u0005\u0016\u0000\u0000Hª×¯©S§ÒÃ\u0001\u0003ÈÒòëçaadhH\u001a\u001aÂ¥{{÷¦•+YÂ'¾ÄDš6Âúõ£\u000b\u0017H]½´](¤ \u001a3†\u0016, qã¸Ë\u0007µ‡\u0002\u000b\u0000\u0000$U¹¹t<\u001eñx$\u0014’¿?ÙCûö•y¨Pê&Þ%&񯱫w/uëV~—Œ\f\r\u001dJÖÖ4c\u0006}üH3gr‘\u000fĂ\u0002\u000b\u0000\u0000¤GZ\u001a¹¸Pl,ñùdfÆu\u001a1\b\u00044m\u001aÃÛG]»VÙ§Q#:~Âœ~øºt!\u000b\u000b\u0016Ã\u0001\u0003¤ÂÞ\u0007\u0000۠C  t3/Â\u0006\u000f¦\u000e\u001d(<¼’ê*?_š\u0006±¼½ÉƦLuåçG&&¤ªJ66\u0014\u0011ñµQNŽöãի9É\bâžk\u0011\u0000\u0000\u001ašîÃ)<¼t“ç¢\"rq¡¸8ŠŽ¦èh***Ã{ó&õéÃ~ÆZ:~Âœ\u0016,(Ã,~@Òӓ’’¨o_\u001a?¾t—¾>\u0019\u0019ÑÇìg\u0004q À\u0002\u0000\u0000IåèH»v•nþû/=~LÂ[—~¤§—îó‡¦Ne?cm¤¥‘š\u001a©©•¶”< ©®Nîîôüy™oÃΎ®^e?&ˆ\u0003\u0005\u0016\u0000\u0000H*SSRQ¡ÀÀ¯›\u001e\u001e$\u0014–ùÃÑùºëìY24$##®’~›ØØò\u000bÓ\u000f\u0018@\u0017/~ý¼â\u0003’ÆÆôî\u001d{ñ€\t˜ä\u000e\u0000\u0000\u0012lÃ\u001e²µ¥Æ©oß*ûüñ\u0007ýþ{i\u001d&ùrr¨Üۜª@RU•rrXÃŽ\bbBÂ\u0005\u0000\u0000\u0012LU•|}iòdêӇ~þ™TTÊìÃÊ\"\u000f\u000fzþœ|}©Q#ÂŽ\"~;==JJ*ßXÃ\u0003’‰‰Ô¬\u0019ké€\u0011(°\u0000\u0000@²iiQ` Â<IC‡R«VÔ½;ijÒÇÂôà \u0001%&Ã’Âœ9´aC™ñ\u001eÉצ\rEF–i)~@rèP:žääÊ÷¿y“ÌÃYK\u0007ÂŒ@Â\u0005\u0000\u0000\u0012OV–~ü‘~ü‘Þ¼¡ˆ\búðÂÂŒÂiÃŒ\u0018’ð÷ÂæåÑÂ[\u0014\u0013CÙÙÔ´)õîMmÚ\u0010\u0011ÉÊRçÎtûvé}OÑ\u0007$‹\u0019\u0018|´\u0004\u0002âó) €‹o\u0000j\u000f\u0005\u0016\u0000\u0000HÂvè];®CÔÀ‡\u000f´q#ýû/\r\u0018@Ãڑ®.%%ÑêՔ”DK–ÂÂ-Â\\I?þHׯ“¼<‘È\u0003Â’%RS¿Ná?z”\u0006\r*ó\"\u001dÂ\u0006Ã’W`éêê\u000e\u001c8Âë\u0014 Aš6mÊu\u0004Â8ÊÊÊ\\G€\u0006,,ÂŒ\u0016-¢_~¡Â;Ë´ÃÂœI\u001f>»;ùù‘—\u0017MžLóæÑÞ½$#C\u001e\u001eäáQù¡||¤iþ>ü?é+°455¤åA\\`…––\u0016×\u0011@â(**r\u001d\u0001\u001aª‡\u000fiÙ2ò÷§&M*Ù«£CûöÑáÃ4}:Â8A\u001f?҄\t´woéz\u0013%„B:~œ¼½ÉLJ””X\b\u000e̒¾\u0002ëå˗‡\u000f\u001fæ:\u0005H®]»šššrÂ\u0002$˧OŸ¸Ž\u0000\rRn.ÙC\u0017/V^]•pv¦˜\u0018:x–,¡Â\u0010\u001a=šzõ¢\u0011#Èؘ””()‰nÞ¤óçÉƆ\u0002\u0003\u001bBu%\u0010\bRRRRSSµ´´tuu\u0015\u0014\u0014¸NÄ\u0000é+°\u0000\u0000\u0000$Ô¾}ääTfI\u0005??Z¶Œââ¨W/Ú»—:tøÚ¾j\u0015Y[ÓÔ©4`\u0000ÙØý{tÃ\u001a\u001d9BÙÙ¤¯OææÄ瓦&'ß\u0004›Þ¾}»uëÖ'Ož\u0018\u001a\u001ajkkgddÄÆÆ6oÞüçŸîÙ³'×éĂ\u0002\u000b\u0000\u0000€!—.Qppéfñ\u001b\u0006}|¨_?򼥮§§O¿îRR\";;úã\u000f²³#YYêÓGš^¤ÈÂ_ý544tÃÚµæe\u0017¡xýúõÚµkÕÕÕwÃÚ%½·ûñª\u001c\u0000\u0000Â\u0002………‰‰‰\u0011\u0011\u0011\u001f>|à :K\u0015ÒÓIK«Ì\u001d½êß08d\bøÃà ù322^¼xñêÕ«\u001ciXö}þüù¹¹¹W¯^5¯°Ä—‘‘Ñ©S§,--ǎ\u001d[PPÀI<ña\u0004\u000b\u0000\u0000$ÚÂ;wvÃڕœœÜ²eK55µÔÔÔ¤¤$sss77·æÛsÂNDB\u0002µlY¦eÀ\u0000²´üúyÃ…7\f¶jEññâŸ6''ÇËË+00PCC£e˖ùùùqqqÂ…Â…Â…\u000e\u000e\u000eÓ¦M“«¸l©\u00048|ø°‚‚ÂÚµk«é3uêԂ‚‚e˖mß¾ÂÂ\\LBÂ\u0005\u0000\u0000\u0012ê˗/³fÃ’““óððh-²F”P(üóÃ?\u001d\u001c\u001c\u001c\u001c\u001c\\]]9Lø\u001fªÃ \u0013nß¾Ãææ6{öìà à `Ñ»iYYY¿ýö[ÿþýÂ\u001e=Ú¦xuS‰‘••uèá›7oŠ6\nÂ…B\u000b\u000b‹cǎ™˜˜”4NŸ>ÃÎÎîŋ\u0017\u001d;vd=¦¸p‹\u0010\u0000\u0000$Qnnî¨Q£FÂ\u001auäÈ\u0011Ñꊈdddú÷ï\u001f\u001c\u001cüôéÓõë×s•°¼\u0016-(6¶|cZ\u001aÂ\u001dK\u001b6\u0010ŸO#G–Ù\u0015\u0013Cúúâœ0((hÆ\rÂÂÂÓ¦M+7W䂋-_¾ü÷ߟ2eÊ˗/Ã…9\u000bãÎÂ;çèè(\u001a8$$ÄÙÙ9<<¼bçe˖\u001d<xÂÃ…tÂŒAÂ\u0005\u0000\u0000Â’hîܹ®®®cƌ©ªƒ¼¼üž={¢¢¢ø|>›Ãª¤©Ié锛[ÚRü†Ã\u000e\u001d(<¼üû›‰èÚ5\u001a0 Ög‹ŽŽÞ´iӅ\u000b\u0017´µµ«êÓ¾}{ooïéÓ§ùò¥Ö'bܕ+W~øá\u0007і‡\u000f\u001fª¨¨¨”{“7\u0011\u0011YXXüóÃ?lEc\u0012\n,\u0000\u0000Â8\u000f\u001e<ÈË˳··\u0017m\u0014\n…æææ‘e_“ìåååáᑗ—ÇnÀ*ÂŒ\u001eM'O–nŠ¾a0:š¢£©¨è뮼<\n\b 1^L²jÕªÂ[·òx¼’–J>mÚ´qvvÞ½{wÂOĸÂ\u001f?–{\u0003‡›››———feËRÈÊÊÊËË\u000bÂ…B¶Ò1\u0006\u0005\u0016\u0000\u0000Hœ½{÷._¾\\´¥ª»HjjjvvvW®\\a1]Õ~ú‰Ž\u001e¥¤¤¯›%o\u0018,ù(yŠpÓ&rr¢Ú¾ÓéÇ\u000fééé½{÷.i©æ.ÛÂ?þèçç'Â5J1%%%I) ¿\u0005\n,\u0000\u0000Â8¯_¿þî»ïD[ª¹‹4jÔ(I)°\u001a5¢ß~£IҬx-\t\u000f\u000f\u0012\nË|”¼¿ùÃ;š1£Öç\t\n\n\u001a1b„hK5?\u001f99¹.]º<þ¼Ö§c–ŒŒŒ@ ¨yÿ/_¾4jÔ¨îòÔ\u0011\u0014X\u0000\u0000 Y²³³+Þ-ªæ.’±±qtt4\u001bÉj¢[7Ú¼™FŽ¤  Jö¦¥Ñœ9tï\u001e\u001d>,ÃŽ\u0013…ïÞ½kß¾½hK5?\u001f\"jß¾}TTTÂOǬ®]»†……Õ°óÇÂ\u001fÕÔÔê4O\u001dÃ2\r\u0000\u0000 Y²²²¾éwª¼¼|aaaÃåùf––äïO\u001b6ÃæÃ4`\u0000\u0019\u0019\u0011ÂG‰‰të\u0016ÅÇӒ%4|¸˜gÈÎÎþ¦\u001f‘ššZVV–˜'eŠ½½ý‰\u0013',KV\b«ÖéÓ§GÂ\u001aUבê\u0002F°\u0000\u0000@²4iÃ’$55µæý333EçzK„&Mh÷n\n\n\"\u000b\u000bÊ̤W¯HU•Ö£ÃPñ«+\"jÚ´irrrÃû'%%5\u0013}CbÂåää¼zõ***ŠÃç\u0010---\u0013\u0012\u0012ž={öŸ=ÓÒÒNŸ>ýãÂ?2uj6Iß\b–®®î@1\u001e»€ú§ÜÓ(\u0000D$Â36 DñˆTnnn\rÿ\u001cÿúë¯^½zÕuªÚhԈ\u0006\rª‹\u0003÷êÕË××·æC;֔Û7o^ÅöÂÂÂäää÷ïßëèè4oÞ\\AA¡¸=77÷ÀÂ\u0003¾¾¾***-Z´(,,LHH‘‘™4iÒÔ©SÃ…_\u001dÞËËËÃÃÃ××WWW·¤1¾ìºö¹¹¹S¦LÙºu«”¾ŽPú\n,===\tý‹\u0004\u001cÑÓÓã:\u0002H\u001cåÚ>Âœ\u0005\u0012bèá—.]rpp¨IçS§NÂZµª®#I\u0014\u000b\u000b\u000b77·\u001aÖ 111\n\n\nå¦gEDDxxx¼yó¦M›6Mš4IKK‹ŽŽnÚ´éâŋeddæßïäätõêUÑ¿J™™™{֔Ãß¿ÿ‘#GÚ¶m+NþVÂZÃÚµë‡\u001f~صkWÞ=+vx֔ÃÂŒ\u00193æÎÂÛGzßÂ-”*gÞÃÛ·/×?3Â,>>>\\_˜ q444¸Ž\u0000bÉÌÌ´°°ÈÎÎ.×Þ¢E‹ˆˆ\bі»wïNš4‰Åh’âà Û6m*×Xñç#\u0014\n'L˜\u0010\u0016\u0016V²)\u0010\bV¯^=räÈGÂ\u001e•ëùúõëÂ\u0003\u0007¶hÑ\"..®ªó¾|ùÒÂÂâŋ\u0017âÅ\u0017\n…¸¸¸I“&Â\u001f?þâŋñññyyy‰‰‰×¯_wuu\u001d2dȓ'OÄ?EõœÂÂß¼ySG\u0007—¾\u0011,\u0000\u0000¨÷x<ÞªU«\u001c\u001d\u001d}||äåKU•»‹\u0014\u001f\u001f¿xñb___Ö\u0003roúôécǎ½zõê°aÃJ\u001aã+¼=zÛ¶mmÚ´\u0011]1kƌ\u0019&&&þþþ\u0015©¢¢òå˗U«VÙ3çâŋ¢?ù\u0012ÆÆƧOŸvppøãÂ?TUUÅù\u0016ôõõOŸ>ýúõk>ŸÃçóß¿¯ÂÂmllìêêÚ£G\u000fqÂŽ,\u0011ê¨p«#\u0018Š0‚\u0005\u0015a\u0004«~8räˆÂÂmbbbÂ¥{oúeaañôéS–SIŽÌÌL[[Û={ö\u0014\u0015\u0015Uܛ““³páŸ~úItïîûÃÃë:à ôéÓÿüóO¡Pxà ÀÂ%K–\bÂ…BÂ@ûwbÇÂ\u001fß°a\u0003#ß\u0005‡0‚\u0005\u0000\u0000\r‘““SûöÃ\u001d\u001c\u001cºuë6zôè\u000e\u001d:hhh¼ÿþîû>>>êêê|>_t–tCÃãñüüü¶nÃjee5a„\u0001\u0003\u0006´lÙ²  **êʕ+ÂÂÂsçÎÂ<yrIÿÂ\u001f?ž;w.44Tô B¡ÃÂÂâرcÚ5‹Âµ¶¶&\"WW×áǟ8q\"44´ÒÕá§L™Ò·oߕ+WÊÊb9‚Ê¡À\u0002\u0000\u0000ÉeiiyãÆÂ;wî\u0004\u0006\u0006îܹ3++«iÓ¦]»v-¾óÅu:îÉË˯X±böìÙÅ?ŸÄÄD999CCÃÂ\u0003\u0007º¹¹•›\u0002úôi\u0017\u0017\u0017Ñg\u0000CBBNÂ:U\\B\u0005\u0007\u0007ÛÚږìrss[¿~ýwß}Wéêð²²²fffÂ\u001e=êÞ½{Â}sÃ’\r\u0005\u0016\u0000\u0000H4\u0019\u0019™¾}ûb~H5\u001a7nìà à ðŸ\u000f]\u0006\u0005\u0005Â8qB´Eô\u0005;QQQ¢¯'úþûï\u0005\u0002——\u0017ŸÃ¯ôh&&&oß¾EÂU\u0015\u0014X\u0000\u0000\u0000\rBÃ…w\u0010¹¹¹\u0011Qq\tUnux99¹êoÿñx<ÉY\u001d^\u0002qpë4555##ƒýó\u0002\u0000\u0000@U*®\u000e/''WTTTUÿ¤¤$,CX\r6\n¬‘#GÆÅÅ\u0011Q||¼………žžž®®nÿþý\u0013\u0013\u0013Y8;\u0000\u0000\u0000\u0014\u0013\nÂ…UÃêÙ³çÃÛ·E[\n\u000b\u000b«Y´ýÎÂ;¸?X\r6\n¬?þø#''‡ˆ\u0016/^lbb’•••““Ó³gùsç²pv\u0000\u0000\u0000 ¢ï¾ûîŸþ©j¯™™Ùƒ\u0007\u000f>þ\\¼Y¼*UUÂ\u0013\u0013\u0013óóó1‚U\rVo\u0011þý÷ß˗/WQQQPPX±bEHH\b›g\u0007\u0000\u0000hÈÆÂ\u001bwìرªöÊÈÈ̚5këÖÂśÇÂ\u001f\u001f3fLUÂW®\\¹|ùrÆ\u0013Ö',\u0015XIII………ß}÷ÃÛ·o‹[ž>}*:™\u000e\u0000\u0000\u0000ꔕ•UTTTDDDU\u001d¦NÂúôéӀ€€äädÿ‰\u0013'\u0012Q||¼‰‰‰h·}ûöihhXYYÕybiÆÆS„ßÿ½££ãû÷•_¿~mkk\u001b\u001a\u001a:zôè_~ù……³\u0003\u0000\u0000@±½{÷Nž<™Ãç7iÒ¤¤±ä\u0005;²²²ÇŽ\u001d\u001b7n\\TTÔ©S§*NÀÊËË[¿~}bbâÃ\u0007Ù\u000b-ÂØ(°®_¿ND\u0005\u0005\u0005±±±ÅO((++ûúú\u0016/\u0017\u000b\u0000\u0000\u0000ì044ܱcǨQ£vîÜÙ«W¯Š\u001dâãã³³³---\u0017-Z4iÒ¤Â\u0003\u0007¶lÙ²¨¨(**êêÕ«|>ßÙÙyÓ¦Mì'—:샥  Ã¶mÛ¶mÛ\u0012QïÞ½\u0013\u0012\u0012\u0002\u0002\u0002FÂŒ\u0018QUÿ´´´èèèr¯^½ÒÔÔ¬\u000fï€\u0004æhiiq\u001d\u0001$Ž¢¢\"×\u0011\u0000$T¯^½ÎÂ;·té҂‚‚ñãÇ÷ìÙSGG'##ãßÿ½xñbFFÆáÇÂÂÂ322\u0002\u0002\u0002¶lْ””$++k``0`À€à à à J\u0017v‡Š8[hôÞ½{ŽŽŽÙÙÙUuxúôéµk×Ê5Þ¸qÃÌ̬OŸ>uÂœ\u000e¤‰ÂÂ\u0001×\u0011@â`Š'@5ôõõOŸ>\u001d\u0015\u0015åçç\u0017\u0018\u0018øáÃ\u0007--Â\u000e\u001d:,Y²¤S§NÃ…}444¦L™2eÊ\u0014n£J/™j–ÄÂ@‹\u0016-ºÿþûw¹\u000e\u0002\u0012ÄÇǧx&&@\tMMÃôôt®S\u0000€D›1cƊ\u0015+ŠïÂ1ŽÕe\u001a\u0004\u0002Aff¦@ `ó¤\u0000\u0000\u0000\u0000,c£ÀÊÃÃ]³f±±±’’RãÆÂ\u0015\u0015\u0015ÂŒŒÖ®]›——ÇÂÙ\u0001\u0000\u0000\u0000XÆFÂåêêzïÞ½ƒ\u0007\u000f&''çç秤¤\u001c?~üɓ'³gÃfáì\u0000\u0000\u0000\u0000,cc’»¿¿DDD³fÊ7µ´´,--½½½[µjÅÂÙ\u0001\u0000\u0000€5\u0002Â@V–Õ\tH’‰Â\u0002ËÃÃðÚµkNNN¢ÂAAAxø\u000b\u0000\u0000 \u001exõêÕÃ\u0007ÃÂÂ\u0014\u0014\u0014ˆH(\u0014òx¼±cÇ:88\u0014·4@l\u0014X‡\u000e\u001d²³³Û¶m[§NÂx<^VVVDDDZZš¿¿?\u000bg\u0007\u0000\u0000€:RXX¸|ùòÈÈÈ%K–üúë¯%‹¿§¤¤œ<yÒÊÊjǎ\u001d½{־6$'Ø(°ÌÌÌbccCCC£¢¢ÒÓÓ555]\\\\¬ÂÂåå9[Â…\u000b\u0000\u0000\u0000ĔŸŸooo_<†Rn—®®îâŋ§NÂ:yòä\u0005\u000b\u0016T³®x}Ã…R‰#//?pà @vÃŽ\u0005\u0000\u0000\u0000,X°`øqã¦NÂZU\u0007]]]???[[ÛÖÂ[÷Ãwlfã\u001c¦¡\u0001\u0000\u0000À7»ÿ~vvv¹êJ(\u0014š››GFF–´¨¨¨\u001c<xpéÒ¥¬\u0007ä\u0018\n,\u0000\u0000\u0000øfÛ·o_³fÂhKHHˆ³³sxxx¹žFFFM›6}üø1‹é¸‡\u0002\u000b\u0000\u0000\u0000¾MAAARRR»vÃD\u001b\u001f>|¨¢¢RéÛ ÃÃÃ/_¾ÌV:‰€\u0002\u000b\u0000\u0000\u0000¾MbbbëÖÂË5º¹¹yyyijjVìojj*zß°!@Â\u0005\u0000\u0000\u0000ß&##CCC£æý\u001bà û×¥o¡\u000455µ6mÚpÂ\u0002$ˆšš\u001a×\u0011@â`\u0015\u0018€:¥££óáǚ÷OIIÑÕÕ»<\u0012Húþ\r211\u0019;v,×)@‚tèÃÂë\b q¾éÿÖ\u0000ðÂôôô¢££kÞÿï¿ÿîܹsÂőDÃ’W`ýý÷ß»wïæ:\u0005H\u0010\u001f\u001f٦mÛrÂ\u0002$Ë7ýß\u001a\u0000¾•œœœ‰‰É?ÿüÓ£Gšô?{ö쯿þZש$\næ`\u0001\u0000\u0000À7[ºté/¿ü\"\u0014\nÿ³gxx¸’’RCûŸ0\n,\u0000\u0000\u0000øfÆÆÆ\u0016\u0016\u0016›7o.×\u001e\u001f\u001fobbR²™’’²hÑ\"\u000f\u000f\u000fvÓq\u000f\u0005\u0016\u0000\u0000@C”šš\u001a\u0010\u0010pøðá\u0013'Nܼy3??ÿ[°jÕª¸¸¸\u0015+V\u0014\u0016\u0016VÚáùóç£GÂÞµkW‹\u0016-ÄÎ+eP`\u0001\u0000\u00004,ááá#GÂŽÂœ>}zddd£FÂ\u0004\u0002Ãõë×\u0007\u000e\u001c8þüÔÔԚ\u001fGFFfÿþý-[¶´²²:zôhZZZq»P(¼ÿþìÙ³—-[vúôéž={ÖÃ÷!ѤoÂ’;\u0000\u0000\u0000ԎP(\\¿~ýÓ§O÷ìÙchhXnoPPÂÂÂï¿þjeeUócþôÓO“&M:s挓“SvvvQQ‘œœ\\çÎÂ\u001d\u001c\u001cúöÃËdz©‚\u0002\u000b\u0000\u0000 ¡X¹r¥’’Òùóçedd*î\u001d2dH¯^½ÆÂ\u001b'//ߧOŸš\u001fVCCcÖ¬Y³fÃb.©ÔCÂ\u0005\u0000 ®”””äädYYÙ\u0016-ZTúž\u0010\u0000Ipåʕ÷ïß\u001f9r¤š>šššgÞ\u001d>|øõë×ÕÕÕYËVÿ À\u0002\u0000¨¥ìììÂ;w^»vMOOO___ \u0010DGGgffN˜0aƌ\u0019\n\n\n\\\u0007\u0004JÂF±\u0000\u0000 \u0000IDAT(%\u0014\n7oÞìïï_®ÑÂÂâرc¢Ãýikk/^¼xÛ¶mëׯg=fýÂIî\u0000\u0000µqëÖÂÂ\u0003\u0007¶iÓ&44ô…\u000b;wîܽ{·¿¿ÿÕ«Wóóómll\u001aÚ«mAÂ=xð GÂ\u001eZZZ%-!!!ÎÎÎááá\u0015;ÛÛۇ„„ÔdÂ+¨\n\n,\u0000€ovõêÕÛ7_½zÕÃáÜ{\u000f•••\u0017,XpòäIggç§OŸr•\u0010 œ\u001b7n\f\u00192D´åáÇ******\u0015;ËÈȘ˜˜¼~ýšÂtõ\u0010\n,\u0000€o\u0013\u001d\u001dý¿ÿýï…\u000bÕL·júõ™3g\\]]³³³ÙÌ\u0006P•øøøVÂZ‰¶¸¹¹yyyUu\u0019\u001b\u001a\u001aÆÅű\u0012Â~BÂ\u0005\u0000ðmV¯^Ãé驦¦VÃ’\"\u0014\nÃÃÃËÃ\u0013400˜;w®§§'ë\u0001\u0001*!\u0010\bde¿á—¾¬¬¬@ ¨»<õ\u001e\n,\u0000€o––öñãGх\u0013«™È2iÒ¤  ü–\u0002IâE‹ØØؚ÷ÂÂÂÕ×ׯ»<õžô=E¨¨¨ˆ§ A”¢¢\"×\u0011@â|ÓÿÔ¿É\u001füakk+ÚRÃD\u0016YYY33³GÂ\u001euïÞ½Žò\u0000Ôµµµ¯¯o¹iXÕxþü¹è£…ð¤¯À233›={6×)@‚4̗0@õtttêèÈïÞ½ëÑ£‡h‹››\u001b\u0011ñùüJû\u001b\u001b\u001b¿{÷\u000e\u0005\u0016pÎÂÂbɒ%YYY<\u001eï?;\u0007\u0006\u0006ZXXTº\u0018)ÔÂô\u0015XwïÞöm\u001b×)@‚øøøLÂœ8‘ë\u0014 YRRRêèÈ999•\u000eVUEUU5''§ŽÂ\u0000Ԝ¬¬ìÃ?ÿ¼zõê]»vUß3++kÓ¦M—/_f'X}Â…9X\u0000\u0000ß@OO/99¹æý\u0013\u0013\u0013õôôê.\u000f@ÃÙÛÛ\u0017\u0014\u0014ìÙ³G´1>>^ôVà çß\u001d\u001c\u001cÖ¬Y£ÂÂÃzÀz\u0005\u0005\u0016\u0000À7èû÷Â[·jÞÿÎÂ;Ã¥n)\u0002ph֔ï_¿vuuýðáCŽ\u000f\u001e<\u00186l˜‹‹Kçj‰+3“Σµkiî\\Z»–Îœ¡Œ\f–N]Ǥï\u0016!\u0000\u0000‡ÌÌÌ\u0016,X““£ªªúŸÂcbbäåå1\u0012\u0000Â’C^^~֔ÃW¯^\u001d7nÂœÂÂÂÂÂMóæÃóóóß¼y\u0013\u0014\u0014¤££süøqCCC6¢¤§ÓÆÂôÃ?4j\u0014õïOšš”‘A\u000f\u001fҘ1Ô¹3ýò\u000bIù_\u001c\u0014X\u0000\u0000ß@FFföìÙ¿þúë†\r\u001bþ³óÒ¥KWÂZÃ…B*€o2lØ°aƽ~ýúîû\u000f\u001e<PUUmժՙ3g444XJ\u0010\u0019IÓ§ÓòåTn¡¸~ýhþ|ºz•FŒ ß§ÎÂYÊS\u0007P`\u0001\u0000|›É“'Oš4éÒ¥Kcƌ)iÂŒÂÂ/×m˖-FFF½{÷f7\u001d@M\u0019\u0019\u0019\u0019\u0019\u0019qpâ¤$š>ÂNŸ¦ª†Ê†\r£ÎÂiüx:s†Z¶d5\u001bs0\u0007\u000b\u0000à ÛÈÈÈ\u001c9rÄÛÛ{˖-Â…Â…Â…\u0015;äää̛7/..nýúõìÇ\u0003Ât³f‘—WiuåçG&&¤ªJ66\u0014\u0011ñµQ_Ÿ~ÿÂ\\]9ŠÈ\u0000\u0014X\u0000\u0000ßLEEå…\u000bŠŠŠVVV[·n}ôèQjjjrrrXXؚ5k\u0006\u000e\u001cد_¿={öÔÃz§\u0000ÒêÎ\u001dÒÓ£’•á’“iêTòô¤¤$êۗÆÂ/ÃÙ©\u0013uè@üÃILñá\u0016!\u0000@mÈÊÊ.\\¸ÃÅÅåÚµkǎ\u001d‹‹‹SPP000\u00184hêU«ð‚\u0001€ÊÂ>]f\\*,ÂŒLMiøp\"\"wwÚ´‰ÒÓ©ä}-..äéIƒ\u0006qÂSl(°\u0000\u0000jOUUuìرcǎå:\b€”xþœD_l0`\u0000YZ~ý<,ÂŒ\f\rIt¢}ǎôæ\r«ñ˜ƒák\u0000\u0000\u0000`‹Œ\f‰¾Â‡Ç#]]\u0012\nÉÃÂ\u001c\u001ch×.*÷~\u001e©½ÃÂŽ\u0011,\u0000\u0000\u0000à NZ\u001a¹¸Pl,ñùdfÆu\u001aÆHka\b\u0000\u0000\u0000Ã’GNŽòòJ7óòhð`êÃÂÂÃ+©®ŠŠH(d3\u001dƒP`\u0001\u0000\u0000\u0000[úõ£\u001b7J7ù|**\"\u0017\u0017Š‹£èhŠŽ¦¢¢Ò½·o“¹9û\u0019\u0019Â\u0002\u000b\u0000\u0000\u0000Ø2m\u001aÃÞ]ºùï¿ôø1µn]ú‘ž^ºwÇ\u000ertd=\"3¤o\u000e–µµõºuë¸N\u0001\u0012¤OŸ>”ž.½ÃÈP\u0017:vìÈu\u0004\u0000¨LëÖÔ¹3\u001d=JNNDD\u001e\u001eäáQyÃ3gÈÀ€LLØLÇ é+°BCC7oÞÌu\n 111-{÷¦äd®ƒ€\u0004ɯGSe\u0001ê›M›ÈΎ45é‡\u001fªìsõ*\u001d>L\u0001\u0001,Æb\u0018n\u0011\u0002\u0000\u0000\u0000‹\u0014\u0014èâE:{–\u0016, \u000f\u001fÊïMO'77:r„|}II‰‹|̾\u0011,\u0000\u0000\u0000Ân**äãCW¯’ƒ\u0003)+S×®¤£Ciiôø1eeÑüùdgÇuDq¡À\u0002\u0000\u0000\u0000.\f\u001bFÆQJ\n½|Iïߓ©)ýô\u00135mÊu,f À\u0002\u0000\u0000\u0000îè꒮.×!˜‡9X\u0000\u0000\u0000\u0000\fCÂ\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\fCÂ\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\fCÂ\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\fCÂ\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\fCÂ\u0005\u0000\u0000\u0000À0é{UÎà ÃwïÞÃu\n zzz\u0014\u0014D\u0005\u0005\\\u0007\u0001\t¢8>×\u0011\u0000 A“¾\u0002ëúõëk×®å:\u0005H˜˜˜–C†Pr2×A@‚ä›™q\u001d\u0001\u0000\u001a4Ãœ\"\u0004\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†Iß$w\u0000\u0000©‘›KB!)+s£a{ñ‚\u0002\u0003éåKÊÌ$]]ê҅FŽ¤føŽ\u0005õ\u001c\n,\u0000\u0000¦\u0005\u0004É\u0013””D<\u001eÉÈPf&5kFS¦ÂÂ\u001d×É\u001a˜\u0017/hÙ2ÒÔ¤±cé‡\u001fHS“RR(,Œœœ¨M\u001bÚ¸‘´´¸Ž\bõ\u00167\u0005VXXX·nÔ””89;\u0000@]IH éÓ©K\u0017Ú¶ÂZ¶,m‹#//òò¢Ã‡ÉÀ€»|\r‰¿?mßN¿ÿNÆÆ¥Â::Ô±#MŸNAA4b\u0004\u001d9B&&ÃœE„úŒ›\u0002kĈ\u0011Â\u001e=Ò××çäì\u0000\u0000uâÃ[š2…öï'SÓò»\f\fÈÞ>Â¥\t\u0013èèQjߞ‹|\rÉÂ;´w/]¹B**•w\u00182„Ú·§I“ˆÃ§¦MÙ\r\u0007\r\u0002\u001b“ÜÕÔÔäËJKKkÕª•¼<nP\u0002@}ñù3ýø#Â8QIuU¢sgòö¦éÓ)+‹Åd\rO^\u001e-YB§N•VW~~dbBªªdcC\u0011\u0011_\u001b\r\riûvZ°€«˜P¿±Q`=xð W¯^cƌyõêUrrrrr²¦¦æÇ\u000f“±ô6\u0000Ô\u001b;v«+\u0019\u0019•¶TúK½M\u001bš;—<=9ÉØP\u001c9BS¦Â¶ö×Ãädš:•<=))‰úö¥ñãK{ZXÂÂœ\u001c=yÂIL¨ßØ(°:tèð×_YZZÚÚÚÞ¿_GGGVVVKKKGG‡…³\u0003\u0000Ô¹¢\"\n\b )SJ[ªù¥>q\"]¿N……ìÇl(|}Éát3,ÂŒLMiøpRW'wwzþœÒÓK÷::Ã’Â…\u000bìg„zÂÂ¥u°äää\u0016.\\\u0018\u0018\u0018¸uëÖ©S§æçç³s^\u0000\u00006„‡SŸ>$+ò/j5¿ÔedÈښîÜá$iƒÂŸO\u001a\u001a¥›\u0003\u0006Ãŋ_?\u000f\u000b#CÃ2{ûõ£û÷YÂ\u0007\r\u0003«³ Ú¶m\u001b\u0012\u0012rèá‚‚\u0002e,\f\u0003\u0000õÆ«WÔ¹s™–\u0001\u0003ÈÒòëç\u0015©wêD¯^‘•\u0015{\t\u001bÂŽO٬qã2-<\u001eñx$\u0014’¿?ÙCûö‘ŒLéÞFÂ(/ÂåŒÃ\u0010°½’»¬¬¬««ë™3grss\u0003\u0002\u0002X>;\u0000@¨ô—º®.\t…äçG\u000e\u000e´kW™_ê\u001a\u001aeîR\u0001ƒ”•)7·|cZ\u001aÂ\u001dK\u001b6\u0010ŸO#Gr\u0011\u000b\u001a\u001cΞã»w£cvvvU\u001dÃŽÂ;·e˖rÂñññ?ýôÓîÃȑ8\u001dH\u0013===\n\n¢‚\u0002®ƒ€\u0004QÂœ?ŸÕó5iB))Ã¥\u001bÓÒÈŅbc‰Ã'3³2»RR¸_\u001aà Þ=âóéùsÊÊ\"55jߞF¢ï¿/S\bJ#EEÊÉ)Ӓ—Gƒ\u0007Óátþ<Éɕï\u001f\u0017Gzz¬¥ƒ\u0006D(U\u0016.\\hY2ê\u000e@DD111B==!\u0011>ðQòaffÆê¿MÞ\t§O/Ӓ›+ìÞ]¸r¥°°°’þ³f\t\u001f>d'Z%ž=\u0013\u000e\u001e,Âœ=[xó¦0'G(\u0014\n?\u0016Þ»'\\´Hhc#üûo΂1eÆ\fáãÇ¥›gÃŽ\bMM…ïޕ~ˆþ¡üö›ðøqö3‚$pvv~óæM\u001d\u001dœÕ\u0011,Â@¦¦&+‹—L\u0003@=òÃwôò%åäªê×\u0016>ŸŠŠÈŅâ⾶\u0018\u0018|\u001d>ùò…ž<¡®]¹‰zÃ\u001aýïtô(µiSÚ¨¬LæædnNññäèH3gÒ¸qÜÄcĬYäáA§N}Ãü÷_zü˜Z·.ÚJűç瓷7\u0005\u0005q\u0010\u0012ê;6\nÂÜÜÜ5kÖ\u0018\u001b\u001b+))5nÃœXQQÑÈÈhÃÚµy˜W\b\u0000õÆO?‘謆’_ê%\u001f%“®<=iÆ\fN2Ò£GäáAW®”©®DéëS` \u001d9BýÅn2FõèAÊÊäëûuÓÄÂ2\u001f%‹\u0004Â\\I..Äãq•\u0014ê16\n,WW×{֔\u001d<x0999???%%åøñãOž<™={6\u000bg\u0007\u0000`äIôäIéXHU¿ÔoÜ û÷éÇ\u001f9H(\u0010Ã…äÃ]:ÃŒVéR¨JJäÃM˖I÷¼Æ={Èˋ\u0002\u0003«ì \u0014Ò¦Môå\u000b99±\u0018\u000b\u001a\u00106\n,ÿãÇÂ[YYikk+((hiiYZZz{{ûûû³pv\u0000\u00006ÈÊ҉\u0013äéIǎUÙÇۛ6o¦\u0013'ˆ“i\u0012\u0001\u0001Ô¯\u001fµhñu³š¥PµµiܸÒ[lÃ’HY™üüèÄ\tš;—Þ¿/¿÷É\u0013\u001a9’„Bòòâ\"\u001c4\blü%744¼vÃZ¹Æ  \u0003¼R\u001e\u0000ê\u0013\u001eÂ\u0002\u0002(2Â’\u0006\r¢óçéÓ§¯Ã™™tþ<\r\u0019BOžP``™\u0005±ØtéR™µæ«_ßÜÃÂø|ö32IMÂΞ%;;š1ƒ\u0006\r¢9shÃ…\nrv¦~ýÈӓ¶m£Õ«¥þ‘IÂ`lLr?tèÂÂÂömÛ:uêÄãñ²²²\"\"\"Ã’Ã’Ã’0‚\u0005\u0000õ¢\"ýú+%$ùs4eÊח:óxdmM‡\u000e\u0011·ÿ«Œ‰¡öÃK7«_\nµiÓÒ\u0002Qª\r\u001eLƒ\u0007ÓçÃ\u0014\u001dM\u0019\u0019¤«K††$ÃÙ\u0012EÃp°q‘™™™ÅÆƆ††FEE¥§§kjjº¸¸X[[Ëã\u0012\u0007€z©E\u000bZ´ˆ\u0016-â:Gµª_ß¼˜PXOÆxTT¨cG®C@ÃÂR‰#//?pà @vÃŽ\u0005\u0000\u00005RÃR¨ÅêGu\u0005À\u0005¬G\u0005\u0000Ã0¨©ÑÇÂ¥›Åë›wè@áá•TW¹¹ÜÌÄ\u0007¨/ð÷\u0007\u0000 a\u0018:”Dg¾Š.Â…\u001a\u001dMÑÑTTTº÷úu²±a?#@½ÂYP\u0000\u0000\rôidkK“'“‚\u0002Qµë›\u000b…´};ùøp“\u0013 ^À\b\u0016\u0000@ÃÀ㑣#-[öu³šõÃ7n¤\u0011#¨Y3®’\u0002Ô\u0003(°\u0000\u0000\u001a\fgg\u0012\bhÕ*\u0012\bªìãáAQQ´x1‹±\u0000ê!\u0014X\u0000\u0000\rÉΤÂMƒ\u0006џ–)³„Bºs‡†\r£ü|:r\u0004Ã\u000f\u0002ˆIúæ`Y[[¯[·Žë\u0014 AtuuéìYÊÃç:\bH\u0010Ã…5k¸Ž Ã~þ™Æ§Â;iõjÃ’Ã mmúø‘>~¤\u001e=è·ßª|\u000f4\u0000|\u000bé+°BCC7oÞÌu\n 111-'L äd®ƒ€\u0004ɯtU'(¡¯OÛ¶\u0011\u0011}ùòun»Š\nי\u001a¨Â\u001f?¾xñ\"%%EKK«]»vúúú\\'\u0002fH_Â\u0005\u0000\u0000ÂŒQV¦–-¹\u000eÑ@üys˖-B¡ÃÌÌLGGçÙ³gûöÃKNNvqqqppÂÃ…:dR\u000e\u0005\u0016\u0000\u0000\u0000«\n\n\næÛWPPpðà ÃæÛ‹îÊÉÉñôô´µµõööÖ)y®\u0013¤\u0010\n,\u0000\u0000\u0000ö\b\u0004‚É“'\u000f\u001b6ÌÉÉ©â^UUÕ_~ùåîû?üðC@@€†è\u001b¸Aª`\u0004\u0012\u0000\u0000€=žžž={ö¬´º*aii¹~ýzWWWÖR\u0001ãP`\u0001\u0000\u0000°äÇ\u000f—/_^\\v™1¡Phnn\u001e\u0019\u0019)ÚØ¿ÿÆÂ\u001bÿõ×_ì\u0006\u0004Æ À\u0002\u0000\u0000`ÉùóçÂÂÂE'°‡„„8;;‡‡‡Wì¼xñâÇ\u000f³˜\u000e˜„\u0002\u000b\u0000\u0000€%ׯ_\u001f>|¸hËÇ\u000fUTTT*[&ÃÄÄäÃÛ·lE\u0003†aÂ’;\u0000\u0000\u0000K222Ê=\u001bèææFD|>¿Òþ***yyyJJJl„\u0003Fa\u0004\u000b\u0000\u0000@B)**\u0016\u0014\u0014pÂ\u0002j\u0003#X\u0000\u0000\rTaaáŋ\u0017/]º”ššZTT$''§®®>bÄ\b\u0007\u0007\u0007•¢\":r„®^¥ü|**\"99RT$[[š>ÂÔÔ¸\u000e.Ŕ””¾|ù¢¬¬\\Ãþ™™™jøÂK'ÂŒ`\u0001\u00004D7oÞ´²²ŠŽŽÞ²eËÂ\u001b7nÞ¼yãÆÂßÿ½  à ×®]?š™QãÆtö,øA7oÃ’Â\u001btö,©«Ó Atî\u001c×Ù¥XŸ>}nܸQÃÎ)))šššuš\u0007ê\u000eF°\u0000\u0000\u001aÂœS§NÂ>}úòåËZZZ¢Ãººº?}úTdaáZTÔ.)iEãÆ¥û\u001a7&GGš8‘~ú‰¢¢hùr¶C×\u000bãÇÂ_¹re¹yîU9|øð¸qãê:\u0012Ô\u0011ÂŒ`\u0001\u00004,·oß>}ú4ŸÃ/W]\u0011\u0011Â?O/_Ê\u001d?~ØÛûÛ7§OŸ.ß¡Q#:z”\"#éüyvÒÖ3ÃÛ·×ÔÔ\f\n\núÞ111W¯^Â8q\"\u000b© . À\u0002\u0000h@ŠŠŠ–/_~âÄ\t\u0005\u0005…’Ư\u000b]>|H;vþ}Ã…ÂûöÃ{¼~½ÀؘTUÉƆ\"\"J²?mßN99,‡¯\u001f¶oß¾aƧOŸŠ6ÆÇǛ˜˜”l¦¥¥MÂ:uÿþýrrr¬\u0007\u0004fHß-BkkëuëÖqÂ\u0002$ˆ®®.Â=Kùù\\\u0007\u0001\t¢¸f\r×\u0011$”¿¿ÿÂ!C´µµKZBBBNÂ:\u0015\u001e\u001eN|>MŸNÂ\u001a\u0015·+~ü¸1&†ïà 0fÇ\u000e򼥮§’š Q#rv¦\u0013'觟Øÿ\u0016¤ÂºººÂÂÃäɓ]\\\\¦L™\"##S®ÃÃÛ·—.]ºmÛ¶Ž\u001d;rÂ’\u0010\u0018!}\u0005VhhèæÛ¹N\u0001\u0012$&&¦å„\t”œÌu\u0010 ùff\\GÂP|>ÕªU¢-Â¥\u000b]ÞºE\u0017.Ӕ\b\u000b“ÃÖm_lì\u0018uurw§M›(=ÂJæ\\Â\u001eMÂŽÂŽ(°jÇÀÀà Úµk[¶léׯ߈\u0011#z֔äI“ŒŒŒgÞñùü\u0016-Z\\¼x±Y³f\\Ç\u0004±H_Â\u0005\u0000\u0000µ\u0016\u001b\u001bkll,ÚRºÃåçÃ$2²E\u0003\u0006ÈYZ\u0016N˜@D\u0014\u0016F††¤¡QºW[›²³Y‰\\?©¨¨¬]»vÙ²eüñÇ_ýõþý{mmm###ooïr+‘‚”BÂ\u0005\u0000\u0000•áñˆÇSTP(ºtInþ|Ú·Â*ÜÌ\u00021)++ÛÙÙÙÙÙq\u001d\u0004˜‡\u0002\u000b\u0000\u0000ªÂ–¶úáC¹Ã›‰Ã'Ãœu\u0005ø\u0016xŠ\u0010\u0000 \u0001iÞ¼ù»wï*ßÇãQJJéf^ž`à À855\n\u000f¯¤ºzÿžDWÉ\u0002€²P`\u0001\u00004 vvvçªZŠÃƦÌ*Ã|~VFFƸq\u0014\u0017GÑÑ\u0014\u001dMEEÂ¥{/\\ ÜØ\u0002¨\u001a\n,\u0000€\u0006d̘1þþþŸ>}ªd߈\u0011tútÉÔuÃß7ŽŽž½u+µnýõ#=ýkÃìl:uŠ\u001c\u001cØJ\r }P`\u0001\u00004 \n\n\nëÖÂsrr\u0012\b\u0004¢Ãñññ&¦¦äîNÓ§“@@D‹òó\u000f\u001f:DBaéGñÓm\u0002\u000199‘»{ɊY\u0000P\u0011&¹\u0003\u00004,\u0003\u0007\u000e|óæÄ\t\u0013ÂŽ\u001e=ª¦¦Vfß°aôîÂpüø¥::Ê\u001a\u001aÎÎÎå¿8+‹œœ¨\u001a6ŒµÀ\u0000Ã’\b\u0005\u0016\u0000@ƒ3kÖ,\u0003\u0003ƒAƒ\u00069::ÚÛۗ,ìžÂÂ}YS󟈈eyyMæã„\u0004jÑâë×$$Ãùótî\u001cÂYCC†p\u0016\u001d@J À\u0002\u0000hˆ†\u000f\u001fÞ¿ÿ\u0013'NL›6Ã˗/EEErrròòòC†\fYuû¶¦Š\nÂ=K\u000b\u0016ÃÇÂ$\u0010¬,ii‘Â\u001dýù'))qÂ\u001d@\n À\u0002\u0000h ”••gÃŽÂœ9sæÌÊwO›FÓ¦±›\b þÀ$w\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†Iß\u001c,kkëuëÖqÂ\u0002$ˆ®®.Â=Kùù\\\u0007\u0001\t¢¸f\r×\u0011\u0000 A“¾\u0002+44tóæÃ\\§\u0000\t\u0012\u0013\u0013ÓrÂ\u0004JNæ:\bHÂ|¼™\u0018\u00008Â…[„\u0000\u0000\u0000\u0000\f“¾\u0011,\u0000\u0000©‘‘A±±”žNººÔ¶-)*r\u001d\b\u0000X‚\u0002\u000b\u0000 \u000eðù´o\u001fÉ˓‘\u00115nL))ôâ\u0005µlI+WR‡\u000e\\‡\u0003€:‡\u0002\u000b\u0000€Q\u0019\u00194m\u001a™˜ÂÂ\u000fii•Ùõô)-YBææ´j\u0015ÉÈp”\u000f\u0000؀9X\u0000\u0000ÌÉÊ\";;Z´ˆ¶l)_]\u0011QçÎtù2\tÂ…4>\u0017á\u0000€=(°\u0000\u0000˜ãêJ«W“ÂM•\u001dddÈÃÂäåéøq\u0016c\u0001\u0000ÛP`\u0001\u00000äÖ-RS£ÃƒK[üüÈĄTUÉƆ\"\"JÛÿ÷?Ú¿ŸrrØÃ\b\u0000ì@Â\u0005\u0000ÀÂ\u0003\u0007hÙ²ÒÃädš:•<=))‰úö¥ñãKw5jD\u0013&¿?û\u0019\u0001€\u001d(°\u0000\u0000\u0018\u0012\u0013CÃڕn†…‘©)\r\u001fNêêäîNßSzzéޑ#)(¨’ƒ\bÂ…už\u0013\u0000êžXO\u0011Ο?ßÞÞ¾OŸ>rrrL\u0005\u0002\u0000ÂJYYÃ¥gµ\u000f\u0018@––_?\u000f\u000b#CCÃ’Ã(ÃkhHqq_?\u0017\bèÂ\u0005:žRSIV–ˆ¨ €ºw'ggê҅…ì\u0000À8±\n,MMÃyóæ½ÿ~̘1ööößÿ½¼<Ö}\u0000€\u0006éógRV.ÓÂã\u0011ÂGB!ùûӜ9´o_™¥\u0019ääH \"zñ‚fâÂ\u0003iÇ\u000eÒ×ÿºW(¤ðpZ¿ž´µi×.jԈÂo\u0003 !\u001a1b„’’RçÎÂç߯UñùßZ\u0011«\u001eZ·núu뢢¢ø|þÚµk_½zegggooocc£  ÀH>\u0000\u0000éä\t¥¦–oLK#\u0017\u0017ŠÂ%>ŸÊ½\u001e1#ƒÔÕéÎ\u001dZ±‚Nž¤VÂÊ앑!ssºpÂ.\\ʇ̃ÃÂÔÔê6?@\u00036tèP%%Â¥NÂ:ñx<¦ŽÉÀ€“–––ÂÂAÛ¶mŸ={v֔ÃgÞ999yyyÂ\u001e=Züƒ\u0003\u0000H\u0007YY’‘¡¬,*ù\u0007:/Â\u0006\u000f¦¡Céüyª8Â\"4”¾ûŽ–.¥Ë—+Y1«„½=©¨Â“\u0013Â?_WÉ\u0001\u001a¼¹sç\u0016òæÛ–-[\nÂ…B__ßìììiÓ¦)Öö\rWbMrߺu«µµµ¾¾þ¡C‡ºwïþÃ?ÿ\u0014×X§Nš={¶8G\u0006\u0000Â>£Fљ3¥›|>\u0015\u0015‘‹\u000bÃ…Ã…Qt4EGSQQéÞ\u0013'(\"‚¶o/®ªZÓÃ֖ôõ)0•ï\u0001 áZ¿~}§NÂ233wïÞÃáá±ÿþ’«\u0016Ä\u001aʈˆ˜?þ AƒÊ\r©õìÙsïÞ½â\u001c¹\u001a–––\u000b\u0017.¬£ƒƒ4ÒÑѡߧÜ\\®ƒ€\u0004Qرƒƒ³ººRÿþ4vìךéßéñcjú´Cj*éè\u0010\u0011\u0005\u0007“’\u0012egSïÞ_w\u0015¯éà ãCýúÑÖÂ4~<=}Zú…«VÑäÉ4|8kß\n@\u0003´k×®°°0mmÃ}ûöùúú6nܸGÂ\u001e¿ÿþ{ÃÂŽ&VµÿþC‡\u000e…‡‡\u000f\u001c8ÂÃç¿yófÞ¼yJJJªªªuwðï¿ÿ>|øp\u001d\u001d\u001c¤Ñ“'OT–,¡”\u0014®ƒ€\u0004)hۖƒ³6jD[¶ÃäÉté\u0012)+“‡\u0007yxTÃ’ÃÃ¥KZ³†ÆÂ+óPaɚ\u000eDäîN›6Qz:ij~ë£CòòeZ\u0000€iEEE\u001a\u001a\u001aOž<\u0011\b\u0004]ºtIHHÈÃïõÑÄ*°\\\\\\ž={và À\u0001\"júµ§§ç‹\u0017/ÂŽ\u001c9\"ÃŽ1ÿS~~~ºèZ2Ãà \t\u0004\u0002úô‰pU€$èۗfÃ\"[[Ú¿ŸÚ·¯¤ƒ¯/mßNÞÞ´g\u000fYY•¶W¿¦\u0003\u0011}÷\u001d½yC={ÖYt۠nÒ¤IC†\f\u0011\b\u0004\u000b\u0016,ˆ‹‹³³³ëß¿ÂÂ&VÂuéÒ¥ÇÂ\u001f·iӆˆLMMOÂ:Õ¥K—º.°\u0000\u0000$Ú¨QddDK–º:Â\u0019C\u001d:¦&½OwïÒùóÔ½;\u0005\u0006’º:ed”)¡ª_Óˆ´´èãG–¿\u0015€\u0006eÞ=|>¿°°ÃÞÞ>..nòäÉ3gάõÑÄ*°š6mšššZ\\`\u0011Qbb¢¶¶¶8\u0007\u0004\u0000¨\u000f:v$zõŠ._¦à `JO§¦M©{w:žJþ‘ÔÑ¡\u000f\u001fÊÌêfM\u0007\"JI!]]–ò\u00034Hòòòöööş·nÃzɒ%b\u001dMÂœ/Þ¸qãðáÃ\u001d\u001c\u001cZµj\u0015\u001f\u001fïÃýmÛ6q\u000e\b\u0000P\u0018\u001bUîÃܙ\u001e<(½åWýš\u000eDôì\u0019\u0019\u0019ÕIN\u0000 \"¢ÂÂ\u0010ww÷Âe‡Š###kw4±\n¬‰\u0013'vëÖÃܹs¯_¿nÚ´ipp°©©©8\u0007\u0004\u0000h(†\u000f§qã¨dE\u001bÑ5\u001dŠ\u0019\u0018”VZ±±¤¢‚µF\u0001êÔôéÓ'Mš4eÊ\u0014F^K#î!Ú·oïîî.~\u000e\u0000۠EK‹:w¦+WÈ֖¨Ú5\u001dˆhõjZ¶ŒƒÂ\u0000\rIAAÚ5k”˽óª¶ÄZh4$$ÄÒÒÒ¤¬š|a^^ž8ç\u0005\u0000¨\u000fÖ¬¡M›(:šˆÈÄÂ2\u001f%ÕՑ#¤®N\u0016\u0016Ãœ\u0005\u0005h\u0010~þùç]»v\u0015\u0016\u00162r4±F°j8˜–ššºvÃÚ'OžXXX,^¼xÈÂ!Â\u001f?633óññi×®Â8\u0001\u0000\u0000¤˜¦&\u001d>L“&ÑîÕ¯¿ \u0014’§'ÿO§N±\u001e\u000e ÃáóùÂ\u001e=Ú¼ys³fÃdþÿ1^næ`Õp0mƌ\u0019Ÿ?ž;wîµk׺uë¶`Â?ÿüsÓ¦Móæûzõª8\u0001\u0000\u0000¤›‰\tùúҜ9Ô¸19;“…\u0005ÉÊ\u0012\u0011efҕ+´?\r\u001dJgÃŽ|m\u0004ۼtèÃ!\u0006Â&VÂU<˜æææVý\bVHHȋ\u0017/Z¶lijjzìØ1\u0017\u0017\u0017MMßþ¹†÷\u0013\u0001\u0000ê3==ºx‘\u001e< sçÈÃÂ\n\u000bI^ž\u001a5¢AƒèìYjڔë|\u0000\r\u0005³e‰X\u0005V\r\u0007Ó´µµSRRZ¶lill|æÌ\u0019---\"ÊÌÌTUU\u0015çì\u0000\u0000õGÞXÂ¥\u001d€+Â\u001a5:räÈúõë+îâæ\u0016a\r\u0007ÓÖ®]Û¯_?33³ÃÃÃ\t\u0013&\u0010ÑÞ½{7mÚ4cÆ\fqÃŽ\u000e\u0000\u0000\u0000 >>Ÿß¥K—îû3xL±\n‰Ã´¢¢¢””\u0014===™r/vøNNNýúõ»{÷nI\u0007EEÅß~ûmÔ¨Qâœ\u001d\u0000\u0000\u0000@|C‡\u000e%¢æÛ\u0013QQQQjjªŽŽŽ˜«a‰5q2))iàA<\u001eÃØØ8&&ÆÜÜ<**ªÒžÃÚµ›6mšìÿÃӜ1cFÞ=\u0003\u0003\u0003Ã…9;\u0000\u0000\u0000\u0000SÞ¿?~üøFÂ\u001aµmÛVYYÙÞÞ>%%¥ÖG\u0013«:[¼xq»vÃüüüÚ´iÓ²eË!C†¸¸¸„„„Ôäkïûçèè˜ÂéùòÂ\u0000\u0000 \u0000IDATÂ]U‡€€€\u0013'N”k|ôèѨQ£\u0016.\\(Nl¨gtttè÷ß)7—ë A\u0014vìà :\u0002\u0000H™™3gjii%&&6iÒäÇ\u000fK–,™9s¦¯¯oÃÂŽ&#\u0014\nk\u001dE[[ûÃÛ·\u001a\u001a\u001azzzÉÉÉéééúúú999µ> ¨ÃŸ?'''—kܸqcBB›7o\u00189\u0005Ô\u000fýõWó1c(5•ë Azikß¿Ÿë\u0014\u0000 Ñf̘±bŊ¶mÛ\u0016oª««ÇÄÄhjj\u0016o~üø±uë֟>}ªÃÃÃ…\u001aÃÒ×׿}ûöˆ\u0011#Š7\u001f=zÔZô=\u000f\u0015\b\u0004‚ììl555Ù\u001a¬é¢¢¢Ò¦M›rÂÂ\u001b7~ùòeU7\"¡a*,,¤˜\u0018ªPÂŽCC&ÔÒâ:\u0002\u0000H\u0019==½ÿýw\u0001ś\u000f\u001f>lÖ¬YÂÂ&Vµ{÷î±cÇÚØØdff:99\u0005\u0006\u0006V¼©GD¹¹¹ÿûßÿ|||Þ½{WXX(''׺uëɓ'¯X±BIIIÂœ\u0000\u0000\u0000\u0000\u0000ŒØ¼yóرcGÂ\u001eêU«˜˜\u0018__ßÇ\u000f×úhbMr·²²zùòåˆ\u0011#V®\\Ù§OŸÇÂ\u001f\u0017ÃÃ/ÇÕÕõÞ½{\u0007\u000f\u001eLNNÃŽÃÃOII9~üø“'Of—¼F\u001e\u0000\u0000\u0000€Söööÿþû¯©©inn®©©é?ÿü3vìØZ\u001fM¬\u0011,\"ÒÖÖþñÇ\u001f«ïãïï\u001f\u0011\u0011Q2Φ¥¥eiiéÃÃêU+1Ã\u000e\u0000\u0000\u0000Àˆüüük×®uêÔiá…|>ß××wÞ¼yµ¾Õ&VÂenn^±1,,¬\\‹¡¡áµkלœœD\u001bƒ‚‚\f\f\fÄ9;\u0000\u0000\u0000\u0000S\\\\\\ž={và À\u0001\"júµ§§ç‹\u0017/ÂŽ\u001c9R»£‰U`Ãܹ³ø\u0013¡P\u0018\u001f\u001fÿÛo¿Ã™3§b·C‡\u000eÙÙÙmÛ¶ÂS§N<\u001e/+++\"\"\"--Ãßß_œ³\u0003\u0000\u0000\u00000åÒ¥KÂ\u001f?.~ÀÎÔÔôÔ©S]ºtá¦À*7‚5`À€þýûÂ\u001b7®\\733³ØØØÃÃ訨ôôtMMM\u0017\u0017\u0017kkk1×H\u0005\u0000\u0000\u0000`JÓ¦MSSSKV0HLLÔÖÖ®õј,qâââªZ@A^^~à ÀÂ\fž\u000b\u0000\u00008ôðáÃk×®½}ûöóçúºº½{÷\u001e6l˜††\u0006×¹@º}ùò%%%EGGGUU•ý³oܸqøðá\u000e\u000e\u000eÂZµŠÂÂ÷ööÞ¶m[ÂÂÆØ\bVaaáãÇÂçÎÂ+ÃŽ\u0001\u0001\u0000@…‡‡¯ZµªM›6?üðƒ½½=ÂÇKNN¾uë–••Õʕ+•••¹Î\bR&!!açÎÂwïÞÕÃÃÃÖÖNOOÿøñc—.]\u0016.\\ؾ}{ÖbLÂœ8±[·nçÎÂ{ýúuÓ¦MƒƒƒMMMk}4fæ`\u0015ÓÃÃ`ó\u0007\u0001\u0000\u0000,;|øð¥K—Ž\u001e=*ú”’žž^×®]çÛwòäI[[[\u001f\u001f\u001f===\u000eC‚tÙ³g¯¯ïʕ+=<<D×!¿ÿ¾››[—.]6lØP“õÉÅ1bÄ\b%%¥ÎÂ;ß?ßÃÑc2ÿ\u0014!\u0000\u0000ÔK—.]\n\u000e\u000eöóó«t\u0006ÂŒŒÌ´iÓ:vì8qâÄ+W®¨¨¨°Ÿ\u0010¤Î²eË\u0004\u0002ApppÃ…\u0012ªW¯^—/_Þµkה)S¼½½ë´Æ\u001a:t¨’’Rñ£xL\u001dS¬¸úúúššš\u001aU`*\"\u0000\u0000p.--mûöÃGÂŽ\u001c\u0011®„B¡¹¹ydddI‹™™Ù̙3×Â[ÇEFÂ2'OžÌÉÉÙºuk5Åӂ\u0005\u000bzôè±aÆ:M2wî\\\u0017\u0017\u0017\u000b\u000b\u000b\u0005\u0005\u0005¦Ž)VÂåîîÞµk×ÀÀÀˆˆˆk×®õìÙsúuÑÿ¡„\u0000\u0000À=OOÃå˗‹Î¯\n\t\tqvv\u000e\u000f\u000f/×sÒ¤Iÿýw*Þ¿\u000eÕÊÎÎÞ»w¯§§§hcŒˆ\u0016/^|ïÞ=©{\r±X\u0005ÖÆÂ\u001b½½½ûôéÓ¬Y3ssóâùö\u0018Ã\u0002\u0000¨BCCmmmE[\u001e>|¨¢¢RéÂÀ‰\u0013'^¾|™Âh •Îœ9ãèè(ºNzU%;\u0011ýüóÃâ¼\u0016Â\u0013bÃÃ’‘‘‰ŠŠjÑ¢EñæÛ·o\u0005\u0002\u0001\u0013©ªcfföŸ/çÂ\u0006EKKܦn¥ß¹\u000e\u0002\u0012DáØ1®#ԕ‚‚‚””\u0014\u001e§®®ÎÚISSS[´hQî>Ž››\u001b\u0011ñùüŠý¬¬¶mÛ6}út–òÂ\u0014ºråʾ}ûD[ª)Ùmll6oÞÌB*¡PøæÛ„„„fÚ\u0019\u0019\u0019‰3ñK¬\u0002kõêÕ?üðƒ««kÛ¶m£¢¢\u000e\u001c8°lÙ2q\u000eX\u0013‘‘‘\u0001\u0001\u0001u}\u0016Â\"#FÂŒPóò\"ÃœÂ\u0000\u0011Â…b,\u000f(™²²²¼¼¼‚‚‚äååõôô²²²ÒÒÒÚ´i3gΜ޽{×õٓ““KÞ'[\u0013Û7OJJª»<P\u000f¤§§7mÚT´¥š’ÂéQՈˆˆ˜8qbBBB«VÂâââôôôÎÂ;gbbR»£‰U`¹ººvÃÚõìÙ³ÃÃÃMš49{öì€\u0001\u0003Ä9`MdggKÃÂX¨SÂ…Â…Â…\u0014\u0013CÉÉ\\\u0007\u0001\t\"ÔÒâ:\u0002“\u0002\u0002\u00026mÚ4þü  Ñ[*‘‘‘›7oÞ¿ÿÞ½{ëtõ)eeÃ¥/_¾Ô¼ÿçÃٱ\u001a\u00160KAA¡°°°Nß\u00013}út[[Ûõë×\u0017ŸkÃÚµÎÎÎwîÜ©ÃÑÄ\rÚ«W¯\u001e=z¤¤¤èééÉÈȈy4\u0000\u0000(çرc\u0001\u0001\u0001ÃÃÃ\u0015׶6119qℯ¯ïȑ#ýýýëne„\u0016-Z|Ó£K¯_¿.yß\b\u0000#꺺\"¢ˆˆˆË—/\u0017–ÉËË»¹¹ÃÞ½»ÖG\u0013kÂ’{RRÃ’Â Aƒx<ž±±qLLŒ¹¹9Ɩ\u0000\u0000\u0018\u0014\u0016\u0016vþüù3gÃŽTóæÂÑ£Gß?ßÕÕõÿØ»ó¸\u001aÓ6\u000eà ¿öõDiC)I\nc\r1¡D\u001aÃcɖ-Y²¼–fB“uìY\"Û`„²Ó)I\"ËXÃÈ:ÅØZ¨PQÑÞyÿ¨©S*Â¥sžçœº¾Ÿþè¹ÃÃ<?ó¾¸zÃŽ}_·ðb(((ÈÈȤ¥¥ÕrþéÓ§mll„—‡4\u0000ÃÚµ{ðà A-'§§§3ÃYÃÎÎîèÑ£<\u001e¯ä’ËåZ[[÷»Õ«Àš?¾¡¡á‡\u000f\u001f”””Zµj5xð`ww÷ú¼!!„Â2<\u001eÃÛÛ{×®]5·ž\u0002à à à    pñâEᅙ<yr-ÃeKOO¿~ýzß¾}Â…\u0017†4\u0000C‡\u000e=xð`-'\u001f9rÄÑÑQ¨y\u0000(((̙3§S§NNNNûwŸ8qâ—/_Fþ§®ïV¯§mçÎÂ{ñâEIQ)))9gΜú\u001c‹H\b!„ßÂ[·:tè ££S6\u0012\u0015\u0015\u0015\u0014\u0014TÃ¥>öß~ûmÞ¼y\u0003\u0006\f\u0010R\u0018ggç={öDGGWZSŸ””ÄÉãñf̘±xñb)))!%!\ràAƒÖÂ[÷êÕ«ÖÂ[×<óãÇ—.]\u0012v$+++\u0001.%¯WÂ¥££sÃÚ5;;»’Ëû÷ïó?\u0013!„ÂZ\n\u000b\u000bûùçŸùGjØÇ®§§—––VPP ¤ýV\u0012\u0012\u0012û÷ïwttôóóëÑ£G•s\n\u000b\u000bç̙ӹsçAƒ\u0006\t#\u0003i`¶lÙ2~üø°°0þž#•Jö‚‚\u0002WW×U«Vñoï\u0010’ïxLUƒz}D¸e˖\t\u0013&\f\u001f><33sâĉ...ô\u0004‹\u0010B\u0004åùóçÃÛ·ç\u001fñôôô÷÷WUUÂr¾¾¾þÛ·o…—GCC#88ø·ß~[²dIfffÂ¥W¯_¿nmmùsç\u0005\u000b\u0016\b/\u0003iHLLL–-[fkkûôéÓ*'¼}ûÖÎÎnÔ¨Q\u0016\u0016\u0016BM\"//èÃ!ãª|÷{Öë\tVÿþýŸ>}\u001a\u0016\u0016Ö¹sgmmÃU«VÕ©Q\n!„Â\u001adeeÕéèY\u0015\u0015•OŸ>\t/\u000f\u0000--ˆˆˆ£GÂ\u000e\u001d:TNNÃŽÃÃÂÃá¼}û666¶sçÎû÷ï×ÕÕ\u0015j\u0000ÒÀXZZîÙ³gÞ¼y:::...={öTVVÎÉÉyøðáñãÇÿþûïuëÖUրT€¸\\n§Nºuë&À÷¬WÂÕ©S§  ê«N\b! ©©ùîÃ;==½ZÃŽOMMÕÖÖ\u0016j$\u0000\u0012\u0012\u0012%k~322\u0012\u0012\u0012233›7oÞºukZtE¾O»vÃÃŽÂœ9s֔ÃS§NmÞ¼ùÓ§OÊÊÊFFF\u000e\u000e\u000eëׯg¦\u0003Tɦ×\u0016-Z\bð=ëU`Â\u00181bǎ\u001d›7o–••\u0015T B\b!%ºvÃzãÆÂZ\u0016X<\u001e/))ICCCةʨªªV÷a%!uejjjjjÊÖûtéRÃK÷ïßÿ¾÷¬WÂuá…û÷ï\u0007\u0006\u0006jii•ýìRió0!„Âïãää4kÖ¬Q£FÕfò•+WzôèA\rŸ\tù\u000e\u0001B8½´^\u0005ÖÎÂ;\u0005•ƒ\u0010BH%zzzZZZ—.]²´´¬yfaaá²eË\u0002\u0003\u0003™\tFH\u0003cnnž””Ô´iS\u0000‡\u000e\u001drppPVV®ç{~ç.BeeÃ¥Â\u001f?–,°¿wŽNý×Û\u0013B\b©dõêÕÞÞÞñññüƒIII•þ²Â7oÞ¨Q£Z¶lÉl:B\u001aˆÃŸ?—}ïááñáÇú¿çw\u0016XˆB\b!¤\u0012uuõ½{÷Ž\u001c9òÚµkUNÈÎÎ\u001e?~¼ºººPÂÊ!„Ô•pÃM\u0014†ÎÂ;;88°Â‚ˆÂ¦M›ÂÛ\u001b|E?!Ã’\\.Û\u0011\u0004ÆÄÄ$$$dÞ¼y[·nuuuÃÛ·o“&M\n\u000b\u000bŸ={ÆårÃÂÂ\u0016,X@+\u0012\"jįÀJLL¼}û6Û)ˆ\b\u0019?~¼ÊéÓ¨õ1´¤1(’¬W\u0017eQ£©©\u0019\u0018\u0018\u0018\u0017\u0017wòäÉ?þø#;;[RRÒÀÀ`ÈÂ!žžž´Â›Âú‹‰‰)i;WXXøðáòÂæ¾{oã÷\u0017X\u0002ÂRKéééÿý·PoAÄK~~>\u001e>DJ\nÛAˆ\bá±·ß[xŒ½½½ÙNA\u0004&??ÿÞ½{oß¾åñx-[¶ìÖÂ\u001bÕÊliÖ¬ÙðáÃK¾———Ÿ4iRÙKß½\bê;\u000b,aD!„\u0010B\u001aƒ7oÞ¬X±âŸþ133+é}\u001f\u001d\u001dý믿¶oß~ñâłmwIjC\u0018¥Ëw\u0016XTE\u0011B\b!ßÂËånØ°aåʕýúõ«ôÒå˗GÂŒ\u0018ñË/¿8::²’Â\bÂøÂÃ\"„\u0010BÄÔɓ'ƒ‚‚ÎÂ;§¨¨øõ«\u0016\u0016\u0016‘‘‘cǎ-,,\u001c:t(óñˆ\u0000QÂE\b!„0áå˗þþþgÞ•——¯nŽ¢¢bPPÂÂÂM×®]\r\f\f˜ŒG\u0004«Am´!„\u0010BDÖâŋׯ__©ºâñxfffü§Ì)((øúú.^¼˜ñ€D¨À\"„\u0010B„.33óûw•6ÚGEE¹¹¹EGGWšÜ£GÂwïÞeff2\u0018Â\b\u0018}DH\b!ÂÆóç\b\rœ'ÈȀª*:t€ƒ\u0003\f\rَÕ(\\¹reà À•\u0006cbb\u0014\u0015\u0015«\\Âeeeõ×_ÙÙÙ1Â’ÂŽ\b\u001e\u0015X„\u0010Ã’\b¼~Â_\u0005€\u0011#à è\b55¤§#&\u0006‹\u0016AB\u0002ëÖAOÂÈ\r\\bb¢¾¾~Ùeqq1—˽sçNjjjQQ‘«««’’R¯^½ÜÜ܌ŒŒ\u0000\u0018\u0018\u0018$$$°\u0016—Ô\u001b\u0015X„\u0010Ã’Ã]»\u0006//øû£k×òAUU´iƒaÃpï\u001eFºu07g/bÃWXX(##Sòý?ÿü3}út\u000b\u000b‹uëÖééééèè\u001c<x°mÛ¶W¯^Â?¾¡¡áºuëddd\n\n\nØÃLêƒ\n,B\biÃbc±h\u0011 ªZõ„nÃpæ\f\u001c\u001cðÇ\u001f01a6\\#Ò¢E‹¤¤$\u0000×®][´hÑÃ\u0007õ*>5”’’²°°°°°\b\b\bppp\u00188p \u001e=V\u0014g´ÈÂ\u0010B\u001a.\u001e\u000f3fà ÀÂòê*$\u0004ÆÆPR‚¥%bcK\u0007UUqà \u0000<<À㱕´ÃëÛ·ïŋ\u0017\u0013\u0012\u0012¼¼¼¸\\n\rÅӄ\t\u0013ÜÜÜüüüÌ院8£\u0002‹\u0010B\u001a®°0˜™¡léOJ\n\\]±a\u0003’“anÂŽ\u0011#Êg¶nÂÞ½\u0011\u0016ÆFÊFAKK+??öìÙ~~~jjjeã<\u001eïýû÷/_¾äŸljj*!!\u0011[V\u0001\u00131D\u0005\u0016!„4\\ǎa„òË[·Ã¹3lm¡¢\u0002\u001fŸÒÄe&MÂñãŒGlD¦NÂzçÎÂîû—”´iÈÃÃçŸÆãñæß¿cǎÂ\u001b72ž‘\bοÂÃ211éÛ·/Û)ˆ\bQQQÃ̙ÈÊb;\b\u0011!Ã’W®°\u001dA4$&ÂȨüÒÊ\n}ú”~ë\u0016ôõÑ´iù«†† mk”˜˜hnnîÃýrÃ¥J\t\t\tðµi(kÚÎãñ¼½½»wï>dÈÂÛ7ggg+++³šš|'ñ+°222âããÙNADH~~>\u001e>Dz:ÛAˆ\b)..f;‚h¨pÉá€Ã\u0001‡ÃP̘Â\u001d;*O¨tI\u0004*66ÖÇÇçäɓ£GÂÞ´i“¶¶¶§§'\u0000.—[2!99yÞ¼y&&&\u000b\u0017.\u0004þ}û\u0017/^tîܙÃÃä{‰_•’’rãÆ\r¶S\u0010\u0011’››‹¿þBJ\nÛAˆ\b)®Ø/›”KKƒ»;\u0012\u0012Àå‚þ+1+##CMMmɒ%—.]\u001a=z´žžÞà Ã[µj•ŸŸ\u001f\u001e\u001e¾fÚ„„„%K–ôïß¿d¾ššZ:ýè(¶Ä¯À\"„\u0010R[RRÈÃEÙáwyy°¶†Â\rÂŽ\u001f‡”Tåɹ¹U\f\u0012ÃQWWÿðáC‹\u0016-,-----ãââ.^¼øðáÃÜÜÜOŸ>-X°ÀØؘþ»wï455ÙJKê‰\n,B\bi¸,,\u0010\u0019\t\u0007‡ÒK.\u0017EEpwGbb鈮nyQuþ<,-Y\bÙhtìØñï¿ÿîÔ©SÉ¥±±qIEuà ÀÂQ£FUª®\u0000ÄÆƖÂÃ\"b‡v\u0011\u0012BHÃ5a\u0002üüÊ»[û‡\u0007\u000fúuùWÙ.B\u001e\u000f›7WØrH\u0004ÃÎÎîxÂ÷i¾|ùRUUUAAA¨‘ˆðPÂE\b!\r—Ž\u000e,,°yséåÚµà ñ*|©«—¾´i\u0013,-Ѳ%[I\u001bľÃ›ëèè\\¾|¹6“ûÃ7///!'\"BD\u0005\u0016!„4hÞÞ¸q\u0003»w×4g÷nܺ…E‹˜ÊÔxýþûï‹\u0016-zûö-ÿ`RRRÂ¥Ã\u0007wïÞ©©Ù£G\u000ffÓ\u0011A¢\u0002‹\u0010B˜Â——wà ÀÂaÆ\r\u00180 ÿþ\u0003\u0006\føùçŸ\u0003\u0002\u0002rssÂ…{cII\u001c>΂Â1r$þý·ò«ÃžaäHüó\u000f\u000e\u001d‚$ý‹ tššš;vì\u00186lØÇ\u000f«œÀãñ|}}/\\¸à ëëËp6\"X´ÈÂ\u0010B„.\"\"bÙ²e...[¶liÑ¢EÉ`rròñãÇ---½½½Ãìì„x{iiøùáï¿áピ\u0014\u0018\u0018@S\u0013ïÞáÅ\u000b4oÂŽ_E·nB¼;©¨sçÎGÂ\u001eÂ>}z«VÂÜÜܺuëVÃ’t4;;ûìÙ³Û¶m³±±9räˆ\u0004õ$\u0013sT`\u0011BˆpÃܹóüù󑑑\u001c\u000e‡¼yóæ³gÞ4i’››Û˗/gÞ-Ãœ\u001cûãÈ\u0011\u0014\u0014 !\u0001ééPSC«V‘\u0011îMIUtuuî^½ºoß¾ùóçKJJ\u0016\u0017\u0017+((XYY\u001d9rD[[›Ã€D\u0000¨À\"„\u0010!Šˆˆ¸páÂñãÇ%«ù\u0000NYYùȑ#%m'\u001d\u001d\u001dÂ…\u001eHF\u0006mÚ M\u001b¡ßˆ|Kß¾}éä·\u0006ÂŒ\n,B\b\u0011–¼¼¼å˗GFF¦¤¤„‡‡ÿóÃ?™™™êêê'Ož\f\n\nêÙ³gÉ4\t\t‰½{÷ZYY\r\u001a4HQQ‘Ã̄\u0010 %„\u0010\",‡\u000f\u001f¶¶¶ž6mÚ´iÓ¤¥¥ÇŒ\u0019caañäɓçßÚ5kÞ¼y\u001f?~,™©¨¨8a„\u0003\u0007\u000e°\u001b˜\u0010\"(ô\u0004‹\u0010B„eß¾}Ÿ?Þ¾}{ÙêK—.ééé)**îß¿ÿÙ³g¶¶¶ûöÃ322\u00020lØ°\t\u0013&L›6ÂÕȄ\u0010à\u0002‹\u0010B„âñãÇ\u000f\u001f>|ñ⅚šZÙ §§'\u0000.—\u000bÀÃácǎcǎår¹šššÃš5ËÎÎf-.!D Ä¯ÀjÓ¦Mǎ\u001dÙNADˆ²²2ƎEf&ÛAˆ\b‘zð€Ã\u0000Ã…Ã…Ã…\u001e\u001e\u001e&&&üÕ\u0015ÂÇëûw@@@وÂÂÆ\r\u001bfÃŽÂœyìØ1\u0016R\u0012B„Fü\n¬‚‚\u0002¡÷å#b¥¸¸\u0018Ÿ>῵,„ˆ‚£GÂ\u000e\u001e<ø…\u000be#QQQAAAÑÑѕföîÃ{ǎ\u001d111]»ve6#!\" )\tÃÈŽFr2\u0014\u0015¡¯\u000f\u001b\u001b\f\u001a\u0004YY¶“Õ—ø\u0015X\t\t\t7nÃœ`;\u0005\u0011!¾¾¾8}\u001a))l\u0007!\"¤ÈԔÃ\u0000ǎ\u001dÛ¾}ûÂ;wÞ½{§©©\t &&FQQ±ÊM‚“&M:vìXëÖÂéd_҈dfbÑ\"¼x\u0001WW¬Y\u0003mmäåáéS„…á÷ßáå\u0005''¶#Ö\u000bÃ\"$„\u0010ÃKOOoÞ¼¹ÂÂÃɓ'KF<==ýýýUUU¿žlnn~ûöÃà à à !C†0\u001b“\u0010–$&ÂÖ\u0016ƒ\u0007ãìYÂŒ\u001e\r\u001d\u001dHKCI\túañbDF\"$\u0004>>l§¬\u0017*°\b!DÀ\n\n\näää\u0000ÂŒ\u00193æÀÂ\u0003_¾|©y¾´´taaáîû'L˜ÀD>BؕÂÂ1c°c\u0007ìëžÀá`ß>ääÀÃÂÙd‚D\u0005\u0016!„\b˜””Taa!\u0000\u0005\u0005\u0005//¯)S¦ðx<þ\tIIIÆÆÆü#Þ=›3gŽ²²2£A\taÅòå˜=\u001beûÕBB`l\f%%XZ\"6¶|Úºu\b\u000bÃ˗¬d¬?*°\b!DÀ$%%\u000b\n\nJŠ*''§®]»Ž\u001b7®ºÃ9yyycǎmÚ´éˆ\u0011#˜ÂI\b\u001bÃ’Ã’p÷.†\r+½LI«+6l@r2ÃŒÃÃÿ§@R\u0012+WbÕ*VbÖ\u001f\u0015X„\u0010\"xÂ:uúûï¿K¾Ÿ?¾“““¥¥åŸþY\\\\\\6çÓ§Oû÷ï·´´TUUÂ1c\u0006KI\taVX\u0018†\u000f/¿¼u\u000bÂ;ÃÖ\u0016**ðñÓ'ÈÈ(µgOÄÆ¢°Âù˜õG\u0005\u0016!„\bÞäɓ}}}Ë.‡\u000e\u001dzá…œœœŒŒŒ\t\u0013&XXX\f\u00180ÀÅÅåÓ§OgÞ}ðà ‹‹\u000b‹i\taν{øñÇòK++ü·\u0011\u0004·nA_\u001fM›V˜ß¾=^¿f,Â\u00001צ!##£iÓ¦\u0012\u0012\u0012%—EEE\u0019\u0019\u0019êêêŒ\u0005 „\u0010ÆtÃڕÃáp¹\\§ÿ¶š+))Ø1ãë'UkÖ¬qppÃÃÃ`<#!lHM…–Vù%‡\u0003\u000e\u0007<\u001eBC1c\u0006vìÀuB)mm¤¤ÀÃÂá˜õÇÄ\u0013¬ØØ؎\u001d;6kÖÌÃÃ0,,¬d011‘þB!„4`[¶lÙ²e˹sçj˜óÇ\u001f<xð`þüùŒ¥\"„e\u001c\u000e²²*Œ¤¥aèP¬X\u0001.·Š}Â…YYà p\u0018K'@L\u0014XÓ¦MûùçŸsss÷ÃÛ7mÚ´»wï2pSB\ba—‚‚BHHÈ®]»<==ÓÓÓ+½\u001a\u001f\u001f?vìØ'Ož\u001c<xP¢ÒÂì„4`\u0006\u0006ˆ‹+¿Ì˃µ5LL\u0010\u001dÂ*û\u0003?{\u0006}}¦Â\t\u0012\u0013\u001f\u0011Þ¹s',,LVV¶_¿~Û¶m›6mÚׇE\u0010BHÃÃápNÂ:uúôéQ£FÉÈÈtèÃAMM-55õÑ£GJJJ\u000b\u0017.ìÕ«\u0017Û\u0019\ta–Â-¶lÂÂ]é%—‹¢\"¸»#1±tDW\u0017RR¥ßgd ¨\bMš°Â³Þ˜(°tuuÿúë/[[[\u0000\u000e\u000e\u000e\u0001\u0001\u0001‹\u0017/vwwgà ք\u0010Â:{{{{{ûŒŒŒ§OŸ~úôICCÃÈȈZ^‘FªS'¼yƒ—/a`\u0000\u0000÷îáÃ\u0003´n]>áý{”ÂÃ^»\u0016Ó¦±\u0010R\u0010˜øˆpÃÚµ#GŽìÛ·ï»wï$$$vïÞ}öìYggg\u0006nM\b!\"BUUÕÌÌlðà Ãúu£êŠ4j«Vaútäç\u0003ÀÚµà ñ*|•UW×®áÉ\u0013ˆmµÀÄ\u0013,''§ÿý÷ÖÂ[%瘪««ß¼y“ËåÞ»w»\u0013B\b!D„tÊqã0r$\u000e\u001c@u?l\\¹\u0002oo„†2›LÂ\u0018jÓ ÂÂÃÄw,¶œœœ¹¹¹’’R\r¿äÙ³g\u000f\u001e<¨4øï¿ÿêêê\u000eçïQF\u001a=EEEØÛããG¶ƒ\u0010\u0011\"•ÂÀv\u0004Bj%...\"\"âõë×yyyZZZfff–––%gY6dcÆ@U\u0015ƒ\u0006aî\\8;CF¦ü¥·o±v-\u0012\u0013qú4ª:\u001c]\\0×\u0007«’›7oN˜0!;;ȼ\tyyy\u0019üÃ\\\u0001\u0000¹¹¹jjj%OÂ\b)!))‰&M*·N!Â\u001c\u0015XDäý{×ÛÛ[[[ÛÎÎn\u0001rrrÉÉɗ/_^ºté˜1c<<<¤ÊÖz7HC†ÀÜ\u001c[¶ÀÊ\n\u001c\u000e´µ‘—‡„\u0004¨«cÊ\u0014Øذ¯¾$*\u001dA*âæÎÂ{ûöÃ\u001b7n°\u001d„ˆÂøøøV½z!%Â…Ã D„ô05½sç\u000eÛ)\b©ÖŸþyâĉÃÛ·ëՃ   ÀÃÃﯿþ\n\f\fTQQa#\u001dã¾|ÃÛ·PT„–\u0016\u0018,+'Ož¼páÂ6mÚ\bãÃ\u0019}‚U\\\\œ¬¬,)IGô\u0010B\bi¤Ž\u001f?~á…ÃÃPié*þ\u0015–‘‘ñôôìرãèÑ£¹\\n•s\u001a\u001aEEqìÕ^3&\nÂÜÜÜ%K–\u0018\u0019\u0019ÉÉÉ5iÃ’DVV¶mÛ¶K—.ÃËËcà î„\u0010BˆèHMMòe˟þÉ_9ñx<33³8¾\u000eÂœ666\u0003\u0007\u000eôóóc##\u0011\u0000&\n¬)S¦Ü¼ys֔Ã)))ùùùïÞ½Û¿ÿÇ\u000f=<<\u0018¸;!„\u0010\":Ö¬Y³xñbyyù²‘¨¨(77·¯[pÃÂœ9óäɓ_¾|a6 \u0011\f&\u001e<†††ÆÆÆ6oÞ¼äRMMÂOŸ>ÂÂÂzzz\fÃœÂ\u0010B\b\u0011\u0011<\u001eïöÃÛ\u001b7nä\u001fŒ‰‰QTTTTT¬4YZZÚÃÃ!22Â’\u001b~Ãñè\u0011\u000e\u001dÂÃÛ(*\u0002Â\u0007YYüø#ƌAÛ¶l'\u0013\f&ž`éëëGDDT\u001a<w®.\u0003w'„\u0010BDÄ«W¯ŒŒŒ*Â>ééééïï¯ZUK‚\u0001\u0003\u0006\\¿~©tLùô\tãÆaÃ¥JX[#2\u0012—/ãÊ\u0015Âœ9ƒÞ½1o\u001efÃŽDn.Û\u0011\u0005€‰'X{öìqppðõõÃر#‡ÃÉÊʊÂÂMKK\u000b\u0015ç\u0006b„\u0010BH]%''·hÑ¢öóuttÞ¾}+¼<,xû\u0016#F`É\u0012\f\u001aTa\\V\u0016ƒ\u0007cð`\u001c;†!Cpê\u0014š6e)¢`0Q`™šš&$$\\¾|ùå˗\u0019\u0019\u0019ªªªîîî\u0016\u0016\u0016Âbg\u0004!„\u0010ò\u001fyyù:mðÊÃÃÃ¥_Â%öòò0v,¶nE×®ÕÎ\u00191\u0002\u001a\u001a\u0018;\u0016¡¡\u0010çž\u0003\f•8Ã’Ã’Ã’\u0003\u0007\u000edæ^„\u0010BˆhjÕªÕ˗/k?ÿùóç_7Ê\u0012cþþpq)¯®BBà å…ÄDôì‰ÃÛabR:ni‰«W\u0011\u0014\u0004WW¶’ÖŸ\u0018׆„\u0010BˆxÑÃÃHOOÃÂõ\u001a£°°°Ãƒ\u0007\u000b5\u0012sŠŠpâ\u0004ÜÜJ/SRà êŠ\r\u001bÂÂœ\fssÂŒ\u0018Qaòüùص‹ùŒ\u0002D\u0005\u0016!„\u0010œQ£FÃر£63ß½{ֈ Ã\u001e=z\b;\u0012C®_G¿~([\u001dtë\u0016:w†Â-TTà ãƒ'OÀ>žèqôJ\u0000\u0000 \u0000IDATÂ’\u0012\f\rñô)+I\u0005‚\n,B\b!„9nnn\\.÷Ù³g•Æ“’’ŒÂÂË.y<Þ̙3—-[&Ñ`\u000eZ}ü\u0018¦¦å—VV8y²ôû[· ¯_yU»©)\u001e?f.ž QÂE\b!„0GZZzß¾}ãÇÂÿ÷ß«›SXX8kÖ,SSS\u000b\u000b\u000b\u0006£\tYZ\u001aš5+¿äp ©\t\u001e\u000f!!\u0018=\u001a~~¨TJjhà ý{†3\n\u0010Ãã#„\u0010Ã’Â=zôèðáÃÑÑÑ<\u001e\u000f€œœÜÀÂ\u0003GÂ\u001e]Öþšy\u0006\u0006\u0006\u0007\u000f\u001eÂœ0a¨Q£¦L™\"##ÃÿêÂ;w\u0016.\\8|øð©S§²•P(TU+|\b\b -\rîîHH\u0000—[ááV‰\u000f\u001f ©ÉX:Â\u0013¿\u0002«U«V-[¶d;\u0005\u0011!ŠŠŠ°·ÇÇÂl\u0007!\"D2>žÃ\b„}ééé³fÃ*..ž<yòòåËKz\u0003eeeÂ={v̘1ýúõóññ‘’’b%›¡¡áŋ\u0017wîÜ9`À\u0000\u001d\u001dÂvÃÚÉÊʦ¤¤Ü¿¿M›6»wïnú5+ÄÈÄ\u0004—/cèÃÒ˼<X[ÃÆ\u0006Ç£Êÿ\u0015\u001e>ĬYL\u0006\u0014,ñ+°”””ÔÕÕÙNADˆ´´4ôô ¦Æv\u0010\"B$\u0013\u0013َ@X\u0016\u001f\u001f?jÔ¨Õ«W÷ïߟœÃáŒ\u00181bøðáÛ¶msvv>vì\u0018[¦deegÞ={ö섄„øøøììl\u001d\u001d\u001dccãJ\u000f´\u001aŽ¾}áãƒeËJ»[q¹(*‚»;Êþ´êê–WZyyxü\u0018\u001d;²\u0013U\u0010įÀŠÂ½qã\u0006Û)ˆ\bñððhêï”\u0014¶ƒ\u0010\u0011RøõÇ\r¤1ÉÎÎvuuûw¯IYk¥Š$$$fΜ©¡¡1uêÔýû÷3\u001c¯’VÂZµjՊÃ\fL•…Â\r\u000e\u001fƘ1\u0000pï\u001e\u001e<\u0000ÿƒº÷ïQö\u0000eÛ6±n‚\u0005ZäN\b!¤áY·nÃôéÓù«+\u001eÂgff\u0016\u0017\u0017Ç?ÃÃ…Ã…EII)22’ñ€ÂÕüùع\u0013%«û×®\u0005ÂW᫬ºº{\u0017áá˜<™Å¤õG\u0005\u0016!„Â\u0006å˗/\u0017/^\u001c9rdÙHTT”››[ttôד—.]ºaÃ\u0006\u0006Ó5nJJ\b\bÀ¸q¸{·Ú9\u0017/bÃŽ\u001c\u0004\u0005AÃŒÃÓ\u0013ïô„\u0010B\u0018–››{âĉ°°°äää’\u0015âFFFC‡\u000e\u001d8p ˆtlºpá‚ÂÂ-˜˜˜\u0018EEEEEů'kjjÊÉɽÿ^CCƒÃÂŒÂX›6\b\u000e†»;ôôà áÂöÃË_ºw\u000f[¶ ?\u001fgÃŽÂ I\u0013ö\"\n\u0006\u0015X„\u0010BjëÔ©SëׯwqqY¿~½®®nÉà ýû÷ƒ‚‚V¯^Ãçç÷Ã\u000f?°›\u0010Àƒ\u0007\u000f~üñGþ\u0011OOO\u0000\\.·Êùúu{òäIĐ8%â´µqú4.]†\rxö\f%‹ú\u000b\nðÃ\u000f˜>\u001d½z±ÂO0¨À\"„\u0010R+«VÂzúôiTTTÂ¥GA]ºtéÒ¥K||üøñã\u0017.\\ÈúÙyiiiÃø\u001bZ~‹¦¦æ{qnh)®,-aiÉv\b!¢\u0002‹\u0010BÈ·\u001d8p >>¾†\rwzzzgÃŽÂœ\u00192dH˖-;²º»^UU5£RCË\u001a¥¥¥ñŸQCˆ@Ã\"wB\b!ßžž¾{÷nþï÷å)))\u0005\u0004\u0004ÃŒÂ;—ñ€\u0015´k×îÑ£GµŸÿøñc###áå!Â\u0013\u0015X„\u0010B¾aÛ¶msçÎåo€Yþ¼ÖÂ[wèÃáòåˌæ«ÈÆÆ&$$¤–“³³³SSSutt„\u001a‰4BT`\u0011B\bù†¨¨([[[þ‘\u001aöåÂ\u001a5ªºåäÌhÚ´i»vÃ.\\¸P›É¾¾¾\rÃÈ?\"\u001a¨À\"„\u0010R“ââbiii999þAOOOUUÕ¯çwïÞýɓ'L¥«ÚÒ¥K\u0017/^ÂœRñ€‡¤¤¤Jk®^½zçÎ\u001dþŽY„\b\n\u0015X„\u0010BjòéÓ'\u0015\u0015•Ú×––.,,\u0014^žÚÃÃÃغuë°aÞ?^Ãœˆˆ\booïƒ\u0007\u000fŠHû.ÒÀÃ.BB\baĽ{¸w\u000f©©à pæ\r,-QÕçk\"HEE%++«ö󋋋%%Ùÿé½{֔\u0001\u0001\u0001îîî}ûöuww/ëÚ\u0005à þýû\u001b7n\u0004\u0010\u001e\u001e®¬¬Ì^FÃ’ÂQÂE\b!ÂT\\ŒÀ@ì܉.]ðãÂèÙ\u0013Ÿ?ãþ}¬[‡ÎÂáã\u0003‘o .%%•››[û²)66ÖÀÀ@Ø©jÃÃÃðâŋ\\.wþüùïÞ½+É_PPáC‡™3göìٓÀ¤!\u0013¿\u0002K[[{à ÀÂl§ \"D^^\u001eýú!=Âà D„Hff²\u001d\u0001\u0000ÂÂÂñãñÃ\u000f¸p¡Âó*''x{ãÜ988`ófÑo]ëW¯¿þú«–½ÎOž<ioo/äDµ%!!áììììì\f   @ZZš>\u0010$ÃŒ\u0010¿\u0002KUUµmÛ¶l§ \"DVV\u0016Â:¡.\u001faÂ\u0006OòÊ\u0015¶#\u0000Â…Â…\u00189\u0012Ó¦Ã먐\tƒ\u0007£kW\f\u001b†mÛ \u0002'ÌÔ`Ö¬YS¦L©M•žž\u001e\u0019\u0019¹hÑ\"ᇪ3þ6\u0013„\b›ø\u0015X±±±7nÃœ`;\u0005\u0011!\u001e\u001e\u001eMýýQq»\u0010iä\nMMَ\u0000¬Yƒ!CÊ««Â\u0010xy!1\u0011={bûv˜˜\u0000€¦&‚‚0r$._†\bÿ󯧧ׯ_¿5kÖ,X°€<))‰ÿ²¸¸xÒ¤I+V¬Â–\u0016¿\\\b\u0011,ö×!\u0012BH\u0003”žŽóç1mZéeJ\n\\]±a\u0003’“anÂŽ\u0011#ÊgêêbÄ\büù'+1koÑ¢E±±±«W¯æñxUNøüùó¨Q£lll,\u001bô\u0001s„Ô\u0012\u0015X„\u0010\"\u0004\\.ƌAÙªð[·Ã¹3lm¡¢\u0002\u001f\u001f<y\u0002þÃòÜÜpò$+1kOBB\" €Çã\r\u001a4(22’¿\u0011CVVÖ¾}û\u0006\r\u001a4nܸie5%!Â\u001b=Ã…%„\u0010!¸r\u0005K—–_ZY¡OŸÒïo¾>š6-UY\u0019ÅÅÈǬ,“\u0019ëJBBbÑ¢E®®®;wîüý÷ߥ¥¥eeesssåää†\f\u0019rþüy%%%¶3\u0012\"*¨À\"„\u0010!HN\u0006ÿñv\u001c\u000e8\u001cðx\b\rÃ…ÂŒ\u0019ر\u0003•ö²µl‰ädèé1\u001có;èêê®\\¹²äûÜÜ\\yyyvó\u0010\"š¨À\"„\u0010!ÂÂ@¥µJiipwGB\u0002¸\\|½\u0006ŸÇƒ\b4ç¬+ª®\b©Žøýy&„\u00101ò%âãË/óò`m\r\u0013\u0013DGWQ]\u0001HJ‚¶6cé\b!ÂFO°\b!D\b¬¬\u0010\u0011²¦}\\.ŠŠà îŽÄÄÒ\u0011]]HI•~ÿñ#ääD¹M\u0003\u0011ŠÜ\\<|ˆÔT((@O\u000fÔâ±a¡\u0002‹\u0010B„ÀÞ\u001e?ý„éÓQÃ’\u0011êÞ=<x€ÖÂË'¼\u000fuõÒï·mØ1,„$lyö\f˗#)\t=z eKdgãÃ!ÄÅÃÙ\u0019³fÂ>xm\u0010¨À\"„\u0010!PQ‹\u000bÖÂCIOóµk±vmÕ3Ÿ>Ã…Â…\u000bˆŠb2\u001daÓÖÂ\b\u000b+=Œ’_Q\u0011þü\u0013VVس§´\u000f-\u0011g´\u0006‹\u0010B„cÖ,<x€\u0003\u0007jšóú5&NğŠã\nwò=V‹\u0017\b\u000f¯\\]\u0001Â’‚»;‚‚à 憸86Â\u0011A¢?҄\u0010\"\u001c\u0012\u00128x\u0010W®`Æ\f|øPùÕâb\u0004\u0005aÃŒ\u0018ìÃ[á£CҀ]¸€Ç±iSùò»¯éë—ÖXùù\f&#‚G\u001f\u0011\u0012BˆÃÈÊbï^„‡ÃÅ\u0005êêèÓ\u0007ÚÚÈÎƓ'¸y\u0013C† 2\u0012Ԝ³‘à ñ°|9NÂ*oÂVåñ”\u0000Z·ÆèÑع\u0013³g³\u0015–Ô\u001f=Ã\"„\u0010!\u001b2\u0004QQX¿\u001ezzHO‡œ\u001c\\\\pÃ\u001a||¨ºjDîÜA—.Ã¥;\u001bj8ž\u0012€»;NÂœ`>#\u0011 ñ{‚¥¦¦Ö½{w¶S\u0010\u0011\"++‹NÂò%ÛAˆ\b‘¨Ô']\u0014´jÂ…VÂØ\u000eAØsî\u001clmË/ˎ§\u0004à フ+‘‘\u0001UÕÒWee¡ÂÂäd4oÃŽBT\"\bâW`éêꚛ›³Â‚ˆ\u0010EEEØÛãóg¶ƒ\u0010\u0011\"Åå²\u001dÂÔKff¦ŠŠ\nÛ)\u0004*1\u0011#G–_Ö|<%€6m\u0010\u001fO\u0005–ø\u0012¿\u0002ëÃ\u0007;vì`;\u0005\u0011!£FÂRY¹\u0012))l\u0007!\"¤°ÊnéD´%''oß¾ý¯¿þ’’’RRRúüùsqq±•••‡‡G³fÃØNWoyy“+¿üæñ”²²ÈËc8#\u0011 ñ+°\b!„4<~~~ÃÃÿüòËâŋeþkjŸ——\u0017\u001e\u001eîèèèææ6qâDv\u0013ÖW‹\u0016HJªð1qÃÇS&%ÑÊ\u0007±F‹Ü\t!„°ìÿû_JJÊŋ\u0017mmmeøŽ\f’““svv¾|ùòûw—,YÂbB\u000107Çŋå—ß<žòéS´iÃX:\"pT`\u0011B\baÓöÃÛåååW¯^-YM·UiiémÛ¶%''\u001f:tˆál‚de…ðp\u0014\u0014”^ò\u001fOùú5^¿FQQùäÈHôìYùCC\"V¨À\"„\u0010š\u000f\u001f>\u001c9rdõêÕüƒ<\u001eÃÌÌ,®b7óÂ[·nú5;;›Ù€‚#/ÂÑ£±qcéeÙñ”e_\u0019\u0019Â¥/åä`ùr,XÀVR\"\u0010T`\u0011B\baÃÞ½{gÚÅÿì***ÊÃÃ-::ºÒL99¹I“&\u0005\u0005\u00051\u001bP <<\u0010\u001dÂÃP\u0000X»\u0016<^…¯’\u0016Y\u0005\u0005˜8\u0011óçCS“𤞨À\"„\u0010š\u000b\u0017.Øòw‡\u0002bbb\u0014\u0015\u0015\u0015\u0015\u0015¿žììì\u001c\u001e\u001eÃŽT4!ÂӀÂ\u0003Ø¿\u001f+WV½CðùsØÙaÈ\u00108;3\u001eÂŽ\b\u0018Ã\"$„\u0010šÂÂÂJµ”§§'\u0000nUÂÌÔÕÕ333\u0019J&$ÊÊ8~\u001c»wÃÂ\u0002––°°@˖øü\u0019/^ 4\u0014YYX¿\u001eÂ:±ÂÂ’\b\u0000\u0015X„\u0010B\bƒ$%1u*ÜÜpõ*nÜÀéÓ—GëÖX¹\u0012\u0006\u0006l‡#\u0002C\u0005\u0016!„\u0010Â8iiXZÂҒÃ\u001cDXh\r\u0016!„\u0010Öp8œ÷ïß×rò˗/[´h!Ô<„\b\n\u0015X„\u0010BXãà à pôèÑZN>|ø°3Âþ&b‚\n,B\b!¬quu=tèPm–®¿{÷.\"\"‚\n,\".¨À\"„\u0010Â\u001a99¹e˖Â\u001f?¾ˆ¿Â9””dll\\v™ŸŸïêêº~ýz)))Æ3\u0002@zzzbbb\u001e¾LjMü\u0016¹+++\u001bÃ>\u000bÂGZZ\u001azz¨ªk\u000ei´$èŒ\u0011ñ1hत$''§€€€fÚ}=!99yܸqS§N533c8ÛÕ«W·oߞ””¤¡¡Ãáp’““óóó\u0007\u000f\u001e<sæL\u000e‡Ãp\u0018\"^įÀ266\u001e:t(Û)ˆ\bQQQÃ̙øò…à D„H\u0007\u0004°\u001dÂÔÃĉ\u0013\r\f\f\u001c\u001d\u001d‡\u000f\u001fnbbR2þà Ãcǎ]¿~}ýúõ=zô`2Rvvö”)S\u0014\u0015\u0015ÿý÷6|‡.çååÂ:uÊÚÚÚÇÇgÈÂ!LF\"âE‚Çã±Â¡\u000eæÎÂ{ûöÃ\u001b7n°\u001d„ˆÂøøøV½z!%Â…Ã D„ô05½sç\u000eÛ)HÃ\u0014\u0015\u0015Â9s&$$äÕ«WÃ…Ã…Ã…Â’Â’Â’mÛ¶urr\u001a<xpuç@\u000bIVV–½½½——×O?ýTå„ìììñãÇ;::ÂŽ\u001b7ŽÉ`D°&Ož¼páBþ\u0002Z€Äï\t\u0016!„Â\u0006IJJÊÃÃÃÃÃÂà ˜4iÒ¢E‹¬Â«› ¬¬|äÈ\u0011{{{\u0013\u0013\u0013†\u001fÂ\u0011qA‹Ü\t!„ÂrçÎÂkÑ¢E¥êŠÇ㙙™ÅÅŕÂÈÈÈìû×ËËK¼>\bbQRRÒÛ7o߾œœÌv\u0016&Ã\u0013,B\b!¤Ü¶mÛvÃÚÅ?\u0012\u0015\u0015\u0015\u0014\u0014\u0014\u001d\u001d]if˖-ÂÂÂïÞ½K\u000f±jðéÓ§Â\u001b7ž?ÞÀÀ@GG§¨¨(!!áÃÛ·ŽŽŽ3fÃŒPPP`; °PÂE\b!„”ÊÃÃýòåKóæÃù\u0007cbb\u0014\u0015\u0015\u0015«Úªììì\u001c\u001e\u001eN\u0005Vu.]º´hÑ¢ùóç/Y²„!]AAÃÂ\u0003\u0007\u0006\f\u0018°cǎ.]º°˜Pxè#BB\b!¤Tbbâ×€<==ýýýUUU¿žobbòüùsF¢‰Ÿ³gî[·îìٳÆ\r«´MAFFÆÃÃÃäɓÿûßÿ\u001aê~\u0014*°\b!„ÂRYYYujpÕ¤I“OŸ>\t/ÂøŠÂÂ_½zõñãǛ6mZÃÂœ\u0016-Z\u001c;vlöìÙ\u0019\u0019\u0019Lfc\u0006\u0015X„\u0010BH)--ÂÔÔÔÚÃOIIÑÖÖ\u0016^\u001eñåãããë뫬¬\\6òõF\u0001\u0000ZZZ^^^kÖ¬a< ÃQÂE\b!„”jÞ¼ù˗/k?ÿúõ릦¦ÂË#¦222RSS{öìY6\u0012\u0015\u0015åææöõF\u0001\u0000NNN×®]+,,d0 \u0013˜Xä^©\\åÇÔ\u0014!„\u0010Â.IIÉ®]»^»vÃÜܼ6óÂ\u001e=ºwï^a§\u0012;QQQ•z´Ö°Q\u0000@Ÿ>}îܹӻwoFÃ’1„‰\u0002k„\tÑÑъŠŠ_¯\u0010LJJb \u0000!„\u0010RK\u000b\u0016,˜0aBddä7\u000f–\u000e\u000f\u000foÓ¦M‹\u0016-˜\t&F^¿~]vÞQ\tOOO\u0000\\.·ÊùFFF¯^½¢\u0002«ÎnÞ¼éæ榨¨èïïÃÀÃ\b!„Â嶺«;tèPOOÃM›6ñÂWz\"ðüùó•+Wž9s†Ùtâ!''§N\r®\u0014\u0015\u0015¿4¸ód™Xƒ%!!1fÃŒ\u0018}}}\u0006îE\b!„Ô“‡‡‡ŠŠÊĉ\u0013³³³«œ\u0010\u0015\u00155~üøýû÷×°E®1ÓÖÖ®S»ö7oÞTê=Ö\u00000´ÈÃÊʪäñ !„\u0010\"ú–-[æèèhmm½råÊÇÂ\u001fçåå\u0001HKK;uꔳ³óáÇÃÂÂ\f\r\rَ)¢z֔}åʕÚÿzõ*ÿŠø†ÂµNîoÞ¼‰‰‰±³³«nB~~þçß+\ræååÉÊÊVÙÃÂ4ZÂ’Â’Â’hÃ’\u0004yyl\u0007!„4(NNNC†\f‰ˆˆð÷÷õêU~~¾ššZ¯^½|}}Û´iÃv:‘Ö±cÇØØØOŸ>5iÒ䛓\u0013\u0012\u0012x<ž††\u0006\u0003ØÄZÂuóæÃ\t\u0013&T÷ô\u0015@DDD```Â¥Ãû÷ï;::zxx\b9\u001d\u0011'jjjX¿\u001e¹¹l\u0007!\"D¦âê\u0019B¾Â¬¬¬ƒƒƒƒƒ\u0003ÛAÄÃܹs—-[¶qãÆoÎüõ×_ûÃ7\u0006\"1LB¼Ž\u0001Ÿ;wîÃÛ·oܸÃv\u0010\"Bâãã[õꅔ\u0014¶ƒ\u0010\u0011ÒÃÔ´¡ž¿Aˆ¸˜4i’……Ÿqãj˜³fÚìììßÿ±Tü&Ož¼páB!=Âd´Ñhqqqfffqq1“7%„\u0010B\bóvìØqîܹŋ\u0017çVõ\tCVV–‡‡GJJÊòå˙ÃÆ\u0000&\n¬ÜÜÜ%K–\u0018\u0019\u0019ÉÉÉ5iÃ’DVV¶mÛ¶K—.ãE3„\u0010BH\u0003%''\u0017\u0018\u0018تU+KKËå˗߸qãÛ7‰‰‰W®\\Y¸páà Ã\u0007\u000e\u001c¸yóæJç@7\u0018L¬Ãš2eJJJÊîû;v쨢¢’••\u0015\u0017\u0017çëëëááA\rp\t!„†JBBbòäÉ®®®—.]\n\r\r}ó椤d«V¬ÂÂW¬X!-ÃÚBp\u00060ñ{\u000b\r\rÂÂÂ-kq¡¦¦Ö§OŸÀÀ@===\u0006îN\b!„\u0010\u0016ÉÉÉÙØØØØØ°\u001d„QL<—Ó×׈ˆ¨4xîÜ9]]]\u0006îN\b!„\u0010Â0&ž`ÃÙ³ÇÃÃÃ××·cǎ\u001c\u000e'+++666---44”»\u0013B\b!„0Œ‰\u0002ËÔÔ4!!áòåË/_¾ÌÈÈPUUuww·°°hØ\u001f¾\u0012B\b!¤Ñb¨Ä‘––\u001e8p 3÷\"„\u0010B\baWÃÜ\u001bI\b!„\u0010Â\"*°\b!„\u0010B\u0004ÂŒVA\u0011Bˆ\u0018zô\b\u000f\u001f\"-\rªª06†©)$$ØÎD\b)GO°\b!D|\u0014\u0015aï^ôé\u0003|ù‚–-QXˆƒ\u0007ѧ\u000f6m\u0002\u001dÂAˆÈ 'X„\u0010\"&ÒÓ1f\fú÷GT\u0014\u0014\u0014ÊÇ'NDa!vïÆà Ã\b\f„Ž\u000e{\u0011\t!¥Ä¯À’••UUUe;\u0005\u0011!Â’Â’Â’h҄~v'\r\\N\u000e†\u000eŲeèׯŠW¥¥1}:ÃŒÃ1b\u0004BC¡®Îx>\"2ÃŽÂÃñãxþ\u001cÂ’Â’(*‚¼<\u0006\fÀ¸qøï<\u0015Â\fñ+°úôéãÃÃÃv\n\"BÔÕÕñÇ\u001fÈÃg;\b\u0011!²K–°\u001dAÃæÃÇìÙUWWe~ø\u0001¾¾˜2\u0005§N1\u0015‹ˆ’ÿÅôéèÒ\u0005sç¢C‡ÒÃ/_\u0010\u0011ÂÑ£1h\u0010\u0016.¤µzÂŒ\u0011¿\u0002ëòåË«VÂb;\u0005\u0011!ñññÂ\\\\Â’Âv\u0010\"BòMMَ PÞáÃ\u001b8;—„„ÀË\u000b‰‰èÙ\u0013Û·ÃĤt¼O\u001f¨«ãêUôÃËJRš[·à é‰}ûömÂ…qEEüü3ÂœÂá닑#\u0011\u0014\u0004êòÃ\bZäN\b!\"/(\b\u001e\u001eå—))puņ\rHN.ýXÂßìÙØ¿Ÿá€„e‰‰˜7\u000f\\nåꪌ„\u0004~ù\u0005\u0003\u0006à —_˜MÖxQÂE\b!\"ïúuXX”_Þº…ÎÂak\u000b\u0015\u0015øøà É\u0013dd”¿Ú±#ž=c<\"aՂ\u0005ðó+_{\u0017\u0012\u0002cc()åÿøã³ÂÂ7oÞ\u0014\u0014\u0014\u0000ÀÔ©xû\u0016÷´ñ \u0002‹\u0010BD^Q\u0011ääÊ/¬pòdé÷·nA_\u001fM›V˜/-\r\u001e¹x„]¯^!7\u0017=z”^¦¤\u0014Â\u0019³ÃÀ`Pǎg>}⸹-\\¸pà ÀÂ#GŽ¼}û6V¬Àºu®m,èƒXB\b\u00117\u001c\u000e8\u001cðx\b\rÃ…ÂŒ\u0019ر£Š•Ë<\u001e-gn,BCù?&\u000eöòj+#ÓÃÇgFïÞÈǼü\u0001??¨ª>þ|éÒ¥JJJ;Þ¾•ÌǬ,‹‘\u001b\u0003*°\b!DäII¡Ò¿ˆiipwGB\u0002¸\\|½¢¿°\u0010’ô\u0001E£ñø1lmK¾Â;wn3mm§¸8\t-- Â\u0003NCCÃÀÀÀC‡\u000eEž=;ðÅ\u000béÂB„‡#.\u000eÙÙÃÃ@çΰ·G‹\u0016,þ>\u001a\u0018ú\u0013H\b!õõå˗W¯^¥¥¥\të\u0006}úà òåò˼<X[ÃÄ\u0004ÑÑUTWÿü\u0003##a%!\"(=\u001djj\u0000\u0002\u0002\u0002x<Þok×JhiÂÇCH\bF†Ÿ\u001fÿ³ÌÑ£G·10H´²ÂÆÂhß\u001e>>ص\u000b³fAN\u000enn˜>\u001dÂû¿q#CO°\b!ä;¥¦¦nÚ´éêÕ«jjjššš\u0019\u0019\u0019©©©†††ÿûßÿºuë&È;Â\u001eÂE‹`m]zÉ墨\bîîHL,\u001dÑՅ”Té÷þþ\u0018;VÂw'\"NM\rééÙ²²»vú\\Rˆÿ÷€“\u0017\u001cÃœ{Ö¬€¶mÂÂÂK'\u0007\u0007·ý÷ß%Â[ÂðôìPÖ+KM\r&&˜0\u0001‘‘°·ÇŸ¢l>ù^T`\u0011BÈ÷Ø»wïÂ\u0003\u0007\u0016.\\¸rÃ¥J©²â\u0006xòäɊ\u0015+ÔÔÔ6oÞ,+¨e.ÆÆÃÃÀéÓ°·\u0007€{÷ðà \u0001Z·.Ÿðþ}é\u000e²èh¼}[aË!iðÚ·GL̉ß]]]åääJ\u001fpÚØ\\Âœ>=pǎèèèò™W¯b÷n\u0018\u001aÚþþû®]ȦlÙRù¬Âad„Q£Àå¢äCFò½è#BB\b©³•+Wþý÷ßQQQ666üÕ\u0015€\u000e\u001d:\u001c9r¤wïÞ?ÿüséÞxÂظ\u0011¾¾¸u\u000b\u0000Ö®\u0005ÂW᫤ºŠ‹Ãœ9øã\u000fÂÔˆ\u0005{{\u001c?\u001e\u001e\u001eîää\u0004”?à |qù²nQ‘‰‚\u0002ŠŠ\u0000 7\u0017^^X¹\u0012šš=ÃŒÃcbbʺ9ÀÒ\u0012±±¥ï¦¯Â\r\u001b0g\u000ek¿Â†‚\n,B\b©›ÂÂÂgÞmß¾]ºúŽØ®®®#FŒ˜7ožÀ„\u0013'à ãƒMݻ8\u0018ª¸\u0018ûöaÊ\u0014\u001c>\fMMÂÔˆ\u0005CCHH4}õªEÉ\u0012õÿ\u001epº¯ZµìÀÂrr¤23\u0001`ï^ÂŒ\u001fÂ\r\u001bðË/\u0012\u0012\u0012Ú@µÃjûô„\u0004\u001e=bÃ¥wÓ`PÂE\b!uŸŸ¿fÃ\u001aþA\u001eÂgff\u0016\u0017\u0017Ç?8nܸ·oßÆÄÄ\bìÞ\u001a\u001a\b\u000f‡¬,ú÷Çÿþ‡ƒ\u0007qî\u001c\u0002\u0003áå…>}šŠsç ¯/°Û\u00111²nÃÿþý\u0017\u001f?\u0002•\u001fpê´lY¤ª\n\u0000\\.Š‹Ñ´)zö\u0004Ã9'§¨cÇjÛՎ\u001fÂ\u0013'XùÂ4\u0018T`\u0011BH\u001dÂœ>}ÚÑёÃá”ÂDEE¹¹¹UXéò\u001fooïÂ;w\nòö22˜1\u00037n`ìX\u0014\u0016âþ}äæÂÎ\u000eׯcÃ\u0002((\bò^DŒèéÃ54äÙÛ#>¾ê\t<\u001eâã\u0011\u0019‰M›J\u0006n((Hq¹¥¯~î¶TõiR{´ÈÂ\u0010Bêà ̙3^^^ü#111ŠŠŠŠŠŠ_OîÖÂۓ'O\u0004\u001fBB\u0002=z”wî\u0016k‰‰¸}\u001bo߂Þ\u001e~ü‘\u001a`~\u001f)KË{?üÃ}üxô뇉\u0013Ë÷@ðx¸z\u0015\u001e\u001eÂ’‰\u0013%»M?}ú$¡¢\u0002MÃjÛÕÊË#/ÂÂßGÃA\u0005\u0016!„ÔA|||ۊçézzz\u0002à –=\f¨ˆÃáäææÊËË3\u0011N¼œ?µk¡¦†¾}¡ÂÂÂœ\u001cDEañbôè\u0001oo4kÆv>13|øð»wï¾t\t!!ðöƛ7Â¥ÃfÓÒpÿ~i³«ÿ6d\u0004\u0005\u0005ÙÛÛ×Ô®–ŽZª7ñ+°¬Â«ØYJ\u001a1mmmÂœ;\u0007\u0001n×\"âOvöl!½sqq±d]š¤s8œ¬¬,*°*(,ÄܹÈÉAPP\u0015½\u0000ÃŽÂœÂÂ\u001d6m‚™\u0019\u001báÄUÞ=WÂZõà áÃÎNN(ÙNXBG\u0007³f¡m[dg—\f¤§§\u0007\u0006\u0006^Šˆ€¥%llpü8*î„\u0005ۀDêê^OâW`EFF.]º”Ã\u0014D„ÄÇÇ·\u001a<\u0018))l\u0007!\"$ÿëþæ\u0002\"//Ÿ““£PëÕNiiiÃèaL%Ó¦¡[7xxTýªÂ-zöÄ°aØ´\t‚Ã×ÚÃmúÕÅÅ%88X‹¯lMJJ*ýÎØ\u0018Â\u001eå¶m;vìصk×ÊÂ=[S»ÚÃPüô\u0013“á\u001b\u001eZäN\b!uÃÂ[·\u001b7nÔrrNN\u000eÂÇ«Ó\u0013¯†ïÀ\u00014kVmuUBC\u0003GÂŽ`Æ\fää0\u0015«!ÃÕÕõ÷÷wrrºUÃ’/ÂÂ’iÓ²}|lmmÃÜÜúöÃ[Þ®¶ì«l\u0017a^\u001e\u000e\u001d‚³sFFÆÓ§O“““‹J:i‘º ?ö„\u0010R\u0007C‡\u000e=xð`-'\u0007\u0007\u0007ÛØØ\b5˜ÉËÎ\u001dà ÿ\u0014¢Ê^—\u0000š7ÇäÉضÂñˆâÂ[·n'Ožô÷÷\u001f6l؉\u0013'’’’òóóSRR.\\¸0u÷îëwïþio?tèP úvµÀç™3Â4mÚgà‰\u0013'nܸÑÓÓÓÂÂÂÅÅ¥ö?Z\u0010ˆãG„„\u0010¢núeeeÿ¿K—.5Ãüüù³¿¿ÿ¹sç˜\t&\u001e¢¢`cSÞN\"%\u0005®®8|\u0018}ûbýzÂŒ\u0018Q¡¹å¸q\u00188\u0010žž¬$\u0015_-Z´\b\f\f|ñâEppphhhjjªššš‘‘‘»»»éæð³CÛ¶°µÂú\u0017óx÷œœ^ÿýw³}û®YYñ?|}ñâŊ\u0015+vïÞ½}ûöÚDÞ¨ñÄʜ9súôéÃö3\"ZâããyÚÚ<€¾è«ìËÔÔTx\u0011%$$ôîÃ;55µ†9Â…Â…Â…#FÂŒ\b\r\r\u0015^\f±äéÉ»y³ü28˜gn^ú}^\u001eOB‚—ž^aþÃ?óÞ½c.^c•Åsqáyxð’“+¿tïÞs##®™YA~~u¿úĉ\u0013ƒ\u0006\r*ùì»\u0001pss{þü¹ÂޜžxƒÙ6\u0000\u0000\u0019\u000bIDAT`\u0011BHÃèêênúÕÉÉiëÖÂûwÿz»wïÜÜÜ\u001c\u001c\u001cìKÃŽf&e޼ž^ù¥•\u0015Ê~fþº×%\u0000==$%ACƒ¹„\rž²2ÂŽ\u001cÃùópwGn.Ú¶…Š\n޽ÿÿ&ÊÉÃ21Y\u001b\u001c,Ãß\u0010«¢¡C‡òx¼\u00193fìû—ÉÔâˆ\n,B\b©³îû\u001f=ztþüù222£GÂ633k֬ٗ/_\u001e=ztêÔ©[·nÂ\\¹ÒÜܜØ¢‡Ç«ÃÃ’Ã\u0001‡Sm¯K\u0000\u0012\u0012ÔÂI(\u0006\r AÈÉÃë×øø\u0011ZZ\u0005Û»XYEÂœ:Ã…_]ñx¼Þ½{\u0007\u0004\u0004\u0018\u001b\u001b—\r\u000e\u001b6,88øæÛ½{÷f#ºØ \u0002‹\u0010B¾‡®®î±cǞ<yÂårÿüóÃ\u000f\u001f>¨¨¨´mÛÖÖÖvõêÕ´s°j-[\"!\u0001ÚÚå#5ôº\u0004\u0010\u001f\u000f\u001d\u001d&\u00036.\n\n01)ù6<$ÄÖÖVEE¥ìŨ¨¨   ê΀Z»v-\u0015X5£\u0002‹\u0010B¾_‡\u000e\u001d:tèÀv\nñai‰sçJ\u000e\u001b\u0006€¼<X[WÛë²°\u0010ïßCS“áŒÂSxxøìŠÃyk8\u0003ª}ûö/^¼`*š¸¢\u0002‹\u0010BH\u0005III\t\t\t………Û7744¬aENÂYYá÷ßñË/(imÃåÖÔëòÃ!\f\u0019\"°[“\u001a½zõÊÈȈ¤æ3 ÔÕÕ?}úÔ¤I\u0013&‰'*°\b!„\u0000@nn®¿¿?—ËÕÕÕ500‘‘IJJúçŸÌÌÌ\u0016.\\¨!•æòò˜<\u0019+WbÃ…\n\u0000å½.˼_ÚÂéÃ;ìب(\u0001ܔÔBAAÂŒŒLÃ痜\u0001E\u0005V\r¨À\"„\u0010‚GÂ\u001eMÂ:uÒ¤I—/_––®ðOCDD„““Ó¯¿þêèè(€;¹¹ÃÕ\u0015ûöaâD¬]‹µk«˜“‘ÂQ£à 燪>Ÿ\" ¢¢R§'R©©©šôémÂh\u0019&!„4v\u000f\u001e<˜>}úÑ£G'Ož\\©º\u0002`ccsþüùÀÀÀC‡\u000e\tæ~{÷âúu̚…ôô*^½x\u0011vvX¼¸|©\u0016\u0011>SSÓk×®Õrr^^^AA¬¬¬P#‰;z‚E\b!ÂZvvöôéÓÂ\u001f?Þ²eËêæ(**\u0006\u0005\u0005ÙÚÚvêÔ©cǎõ½¥¬,öìAh(œ¡¯ÂþýѼ9rr\u0010\u0017‡óçÑ®\u001dNž¬°ÓÂ\bßáC—/_n[]‡÷Š¸\\î Aƒ„\u001dIÜÑ\u0013,B\biÔ6mÚ4cƌJÕ\u0015ÂÇ333‹‹‹+\u001b‘••Ãºu«···Ànìà €+Wà Ã\rii<~ÂŒ7oÃÂ¥\u000bÃŽÂœÃÃŽÂT]1¯}ûöRRR7oÞüæÌß?ûùùÃÂœ9“ÂTbMüž`YXX,[¶ŒÃ\u0014D„hjjâèQäç³\u001d„ˆ\u0010Ù%K؎ \u001ex<ÞÙ³g+}6T]\u0003$ccc\u0019\u0019™ÄÄD]]]Â%02BÃ…Ãk„-\u001b7ntvv>vì˜\u000e_ﱤ¤$þ9EEE“&MZ¸p!Ç,R%ñ+°._¾¼jÕ*¶S\u0010\u0011\u0012\u001f\u001fßÊÅ\u0005))l\u0007!\"$ÿ떕¤*Ož<éܹs¥¶¨54@²³³‹ŒŒtssc* aŽ––Ö\u001fü1|øðõë×Wy\u000eAJJÊäɓÂÂÂé\f¨Ú\u0010¿\u0002‹\u0010Bˆ ÄÇÇ·iÓ¦Ò`\r\rÂ\f\r\rÃÂ;ÇD2†Ž\u001d;r¹Ü_ýuÓ¦M£FÂêӧ––Vffæ“'O‚ƒƒÿþûïU«Võ);>’Ôˆ\n,B\bi\bx<ÞÇ\u000f_¿~™™©ÂÂÃÂ[·fÚ}óWåää(((Ôþ.\n\n\n999õˆID––Öþýû_¾|yêÔ©à à à ÔÔT\u000e‡Ó®];GGG___AvÂmè¨À\"„\u0010ñ–““ãçç\u0017\u001a\u001aÚ¥K—vÃÚ)++ß¾}{óæÃ\u0012\u0012\u0012‹\u0016-ªùyCóæÃcbbj¯7oÞ4o޼ޑI5ŠŠ\u0010\u0012‚Â\u0010ÄÇCF\u0006ùùhÕ\n\u000e\u000eprB]º€ÖŸÂÂAɃLòèÀ\"„\u00101öôéÓI“&Mž<ùêÕ«R\u0015ÂóKLLôòò\n\u000e\u000e^³fÂÔ×'ý\u0001\u0000ºvú¤.\u001b\u0002.]º4räÈz%&Õùë/,\\\b\u001b\u001büö\u001bÚ¶-\u001d|ñ\u0002ǎ¡üþ;\u0006\f`5\u001f©\u001bjÓ@\b!âêÕ«W\u0013'N<xðà ĉ\u0013¿.¡tuu\u000f\u001d:Ô²eËiÓ¦U÷\u000eŠŠŠêêêÂ\u001f?®ÃÃ>þ\u001c\u001d\u001dãGÂzÂ…&U:x\u0010k×\"4\u0014>>åÕ\u0015€6m°p!̟\u001fvïf/\u001f©3*°\b!D,\u0015\u0015\u0015MÂœ8qß¾}\u0006\u0006\u00065L›3gŽªªj@@@u\u0013–,Yò믿\u0016\u0017\u0017óŽ«VÂòðð¨´åÂ\bÀåË8v\f!!¨nٜª*NÂBD\u0004\"\"˜MF¾\u001fý9!„\u0010±\u0014\u0018\u0018hccÓ®];þï\u001b„\u0002X¾|ù®]Ȼ[Âœnbbbmmý믿òx<þñ¤¤$ccã²Ë£G¾~ýz̘1‚û\u001d\u0010\u0000@A\u0001¼½qð Ê\u000e)\n\t±1””`i‰ØØÒA))\u0004\u0004`Ù2ä沕”Ô\t\u0015X„\u0010\"–‚‚‚<<<øG¢¢¢ÜÜܾn\u0010*//ïèèXC{Â…9sæ4iÃ’d̘1\u001f>|øúÕÜÜÜe˖\u0005\u0007\u0007ïÙ³‡6‘\tÞñãprBÓ¦¥—))puņ\rHN†¹9FÂŒ(ŸÉá`ìX\u0004\u0006²\u0012“Ô\u0015\u0015X„\u0010\"~J\u001eGUê¦]CƒÃŸ~úé…\u000b5¼¡ÂÂÃĉ\u0013þùçÙ³gGDD<}ú4>>þêÕ«K–,±´´lÙ²åáÇëÔÃÂÔ\u0016—\u000bþ}\u0003·n¡sgØÚBE\u0005>>xò\u0004\u0019\u0019寎\u0018ÂÃH¾\u0003Ã\"$„\u0010ñ“œœüõy554\b500HHH¨ù=\u0007\r\u001a4pà À»wïFFF\u0006\u0007\u0007çååéèèôë×ÃÛÛ[VVVPÉIeï߃ÿJ++”uÖ¸u\u000búúå\u000f·\u0000hh 3“Ñxä{QÂE\b!⧰°PZº\u000eÂKKK\u0017\u0016\u0016~sš„„DÂ\u001e=hŸ ›8\u001cp8à ñ\u0010\u001aŠ\u00193°c\u0007ècYñD\u0005\u0016!„ˆŸæÛW:…·f\t\t\t-[¶\u0014^\u001e\"HiipwGB\u0002¸\\éšb‹Ö`\u0011Bˆøáp8ÙÙÙ¹µÞPvþüy\u000b\u000b\u000ba&\"ߋÃ\u0001ÿނ¼<X[ÃÄ\u0004ÑÑUTW™™Â—g2\u001dùnT`\u0011BˆXrtt\f\n\nªÃÌâââcǎÙÚÚ\n;Â’`de!.\u000e/_¢‘\u001czhk‹à à òK.\u0017EEpwGb\"^¿Æë×(**õôiX[3Ÿ‘|\u0007ñûˆÃÂÂbÙ²el§ \"DSS\u0013GÂ\"?Ÿà D„ÈÖåø\u001715}út+++\u0007\u0007\u0007\r\ršgnÛ¶mÈÂ!Mù×J‹ /_°m\u001bÂÂÀá@G\u0007yyxó\u0006Â’Â’\u0018;\u0016£G£\u0001w7\u001d3\u0006ÖÖ\u00187\u000err\u0000pï\u001e\u001e<@ëÖå\u0013Þ¿‡º:\u0000\u0014\u0014`ûvÂœ9ÃNNRW<±2g̚\u000f.%ÂP||<O[›\u0007Ã\u0017}•}™šš²ý×\u0015\u0013núeeeõñãÇ\u001a愇‡ÛÚÚ\u0016\u0014\u00140–ê{\\»ÆëՋ\u0017\u0010ÀËÃÂ0þñ#oÃ…\nž…\u0005ïõk–’ÕQq1ïÃ\u001b^L\f/.Ž÷åKmՑ#<7·oO›1ƒ\u0017\u0010PŸt¤\u001277·çß\u000béÃÅï\t\u0016!„Â\u0012½zõZ°`¯¯¯™™YÂ¥Wsss}}}ïûwøðá:m9dZD\u00046nę3U\u001c\u0014Ó¤\t~û\rÃŽÃŽ\u00189\u0012\u0007\u000fÂÃÂÂ|µ“œŒuë\u0010\u001d\r}}hkãóg¼z\u0005iiL™\u0002'§oüZ\u0017\u0017<{†©Sáï\u000f\u0019™*&\u0014\u0016bþ|p8\u0018?^\u0018ى0ˆð\u001f9B\b!ß2pà @##£Å‹\u0017/]ºÔÎÎÎÈÈHEE%99ùêÕ«7nÃœpww?qâ„HŸ\u001eøê\u0015V™3à pªÂÓ¡\u0003\u000e\u001cÀ„\tˆŠ*ý\u001cMÔ\u001c8€={°x16n¬ÃUáÃ\u0007¬[‡={°µç\f–ðñÃÂ\u0003°°ÀìÙ°·GY·Øœ\u001c„‡cófL˜\u000077!þ\u0016ˆ QÂE\b!âÂU«V\u0001\u0001\u0001éééçß¿sçΗ/_´´´†\u000f\u001fîëë+Ã’Â¥U‰E‹°iSyu\u0015\u0012\u0002//$&¢gOlß\u000e\u0013“Òñ¶máê\n̟ÃVÃ’jmތGÂpá\u0002¾nǪ®ŽuëpÃ\u001a\u001c\u001c\u0010\u001aúÂ\u001akÃœ8ØÛãÂ?à à €ÂBÈÈ  \u0000RR°²\u0002—ûÂ_KD\u000f\u0015X„\u0010Ã’\u0010¨©©¹¸¸°Â¢ŽÞ½CV\u0016ºw/½,9†ïðaôËõë1b\u0004\u001e=*Ÿìæ†~ýD®Àºx\u0011ׯãèњ–á››cÃZÂŒ\u001f°°o¼›ª*¼¼à å\u0005\u0000ùùUTlD|ˆü\u000f7„\u0010B\u001aªsç`o_~Yó1|Ã’Ã’hß\u001e±±ÌǬVq1–.Ã…ÂŽ\u001dåÕUH\bŒ¡¤\u0004KË\nQÃÃѾ=BBêðæT]‰9*°\b!„°äåK´kW~ie…“'K¿ÿú\u0018>\u0000ÆÆxù’¹xßtý:zö,á€ÿžÀm؀äd˜›cĈ\n“ù\u0005üÃ|FÂ\u0016F\u000b¬âââÌÌÌââb&oJ\b!DDegCY¹ü’æ&x<„„`ôhøùU>†ÂÃAV\u0016Ã\u0019k\u0012\u001e\u000eGÇò˚ŸÀih ?¿±tO%ÃŒ\u0014X¹¹¹K–,122’““kÒ¤‰¬¬lÛ¶m—.]š——ÇÀÃ\t!„ˆ(--¤¤T\u0018IKÃáX±\u0002\\nÂ…O\u000fK$'C[›±tßöú5Ú¶-¿üæ\u00138}}¼yÃ\\<Â*&\n¬)S¦Ü¼ys֔Ã)))ùùùïÞ½Û¿ÿÇ\u000f=<<\u0018¸;!„\u0010\u0011Õ£\u0007®]+¿¬ù\u0018>\u00007o¢K\u0017ÆÒ}[v6””Ê/¿ù\u0004NI\tÙÙ\fg$lab\u0017ahhhlllóæÃK.ÕÔÔúôé\u0013\u0018\u0018¨§§ÇÀÃ\t!„ˆ¨\u001f„—\u0017òòJ»[ñ\u001fÃWBW\u0017RR¥ß¿~\ryùÊÄإ””\n\u001d¼ÒÒà \u0004p¹UԈÉÉøïŸBÃ’Ã 1ñ\u0004K__?\"\"¢Òà ¹sçtuu\u0019¸;!„\u0010\u0011%-ÂñãáçWzYv\f_Ù\u0017ÿ\u001a&//x{³\u0012³Z½z᯿Ê/k~\u0002ÇãáÃ\u001bhi1\u0019°ˆ‰'X{öìqppðõõÃر#‡ÃÉÊʊÂÂMKK\u000b\r\reà î„\u0010BDWÉI2]»bà ¬]‹µk«žæë\u000bCCôìÉl¸o±·Çرå\rÖk~\u0002\u0017\u0019\t:K·1a¢À255MHH¸|ùò˗/322TUUÃÃÃ-,,Dúl,B\b!\fÂÂ’B` \\\\ðò%Üëhי“\u0003ooää`Û66òÕHK\u000bÂ;ãäI\f\u001d\nð=Â+óþ}i\u0013‡¼<üþ{ù\u0012xÃ’\b0TâHKK\u000f\u001c8ÂäÛ7111vvvÃŒ\u0004 „\u0010\"¢š4ÃéÓX½\u001a––\u00185\n\u0003\u0006@W\u0017Â…Â…xñ\u0002áá8}\u001a3f`ìX¶SVcéR\f\u0019‚¶mÑ©SµOà Š‹1u*f̀¦&ãù\bk$x<\u001e+7>qâĄ\t\u0013²«ßOqòäÉÂ;wV\u001a|õꕂ‚B3:’‰ð‘–––(,d;\u0005\u0011-Âââ~øá\u0007¶SÂ:*(À‡\u000fÈÈ@~>$$ /\u000f554kVÓ)4µ––––ÂÂ-”ÃUyyxô\bÂZU]?åç#6\u0016jj eÇ¢'11ñâŋ-Z´\u0010ƛ³V`‘zZ¶lY¿~ý,--Ù\u000eBDˆ¥¥å¥K—ØNAHã“ÂÂÂ[ñÃ\u000føé§òEW\u0000޾ş¢ôÃË^8Â\u000eFWA\u0015\u0017\u0017ggg+++‹Ã\u0001ï„\u0010BH-)+cáÂ*Æ[´Ào¿1ž†ˆ\u0004êäN\b!„\u0010\"`ÔÉÂ\u0010B\b!DÀ¨“;!„\u0010Bˆ€Q'wB\b!„\u0010\u0001£NîâJJJJŠ¯\n!\u00005ï%„\u0010\u0011ÃP›†ÂÂBþNî\u0006\u0006\u0006Ôɽž¾|ù\"//Oû1\t¿¬¬,\u000eÿ¹³„\u0010BXB}°\b!„\u0010B\u0004Œž\u0010B\b!„\b\u0018\u0015X„\u0010B\b!\u0002F\u0005\u0016!„\u0010Bˆ€QÂE\b!„\u0010\"`T`\u0011B\b!„\b\u0018\u0015X„\u0010B\b!\u0002F\u0005\u0016!„\u0010Bˆ€QÂ%–x<ž™™Y\\\\\u001cÛAˆ¨\b\t\tù{÷\u0016\u0012e·Çqü\u0019Çt§ã\u001cPkRÔ´ƒv£•Â@+\u0005é¢pÃ’\u0012\u0013*‘Îd\u0014Du£\u001dè\bÂQÃ\u0011Šˆ„¨,ÃC]DÂ¥Q©EÂ¥IL‘¥æi̦IG0kÆÙ\u0017\u000f{ÂfÞj¿{Ã&_¿Ÿ«õü]ëYx\u0010̬qbbbüýý“““ÂF£§ÛÈ`2™\u0014\nÅÑ£G•òòò¤¤¤¿w·ÂÂÂ\u0015+VˆélˆÃÛ·ëtº\u000f\u001f>ȗIII\n\u0017mmmÂ÷ý±\u0005\u000b\u0016üë?RSSåâÓ§O§OŸ®Óérrr\u0006\u0006\u0006~sK\u0010Ž€5üܹsgõêÕµµµžn\u0004\n“É´råʂ‚‚ÎÎÎÄÄÄÌÌLOw„‘B¡Pìû÷÷\u0007”_wöìY£Ñ8fÃŒ\u0018ù²¼¼Üb±X,–°°°²²2y\u001c\u0012\u0012ò›»zýúõÂ[·êêêêêêNž<)IÂ’Ãf3\u0018\f›6mzùòe{{ûÃ\u0007sK\u0010Ž€5ü<þÜÃÃÃÃÃÃÓÂà OQSS\u0013\u0017\u0017·hÑ\"µZ½sçΗ/_Z,\u0016O7Â…\u0011ÃÇÇgÚ5›7oþ®^SS3gΜïÆÂÂÂ\t\t\tÛ¶m\u000b\n\nJLL¬®®ž9sf@@ÀÖÂ[å™ýýýYYY\u001aÂfÃŽÂœ9\r\r\rrñþýûS§N\r\f\f\\¾|ygg§$I¯^½JJJÚ¿llìÃM¯]»\u0016\u001d\u001dÂÑh–,Y\"¿d•žžÞÓÓ3kÖ¬îînyÂŽJ¥ÒjµZÂÖËËË9...þn¡Ãn߸q£N§\u000b\n\nÚ·oŸÛŠÛÞÜNS©TåååÎ>¿}ûÖÕÕ5wîܘ˜˜˜˜˜°°0I’ªªª4\u001aêU«BBBòóó/]º$ä\u0001Ó\u001c\u0018žBCCÂF£§»À\u001f¡···««K\u001eWUUEFF\u000e\u000e\u000ez¶%ÂŒ\u0004¾¾¾V«5,,¬´´Ôáp”••ÃŸ?ßápTWWÞ=[žæ\u001c¿yóF¡PÂœ;wÃŽl6ÇÇÇÂ\u001d;¶¥¥åáǒ$™Ãæ‹\u0017/JÂ’tá…ÞÞÞüüü˜˜\u0018›ÃöñãÇÀÀÀÒÒÒOŸ>Â_¿>%%Åáp\u0018ÂFÂF³aÆúúzg3oß¾Õh4·oß6›Ã999™™™r]£ÑXÂV×æ#\"\"îû÷W\u000b¯^½:yòäwïÞ={öÌ××·±±Ñµâ¶7×ir±ÂÂùucc£V«MMMŠŠÊÊÊjmmu8\u001cgÃŽÂœqöüñãGooo»Ã.ôqáwãë–Âa/ Àáp”––æææž:uJ¡Pxº)ÂŒ\u0014*•êøñã¹¹¹ÉÉÉ?¬Óé²³³½½½SRRúúúÂÃÃÃÃÃCCC{{{%IŠÂÂÃÎΖ$i֔çOŸ~óæMmmmrr²|Jéȑ#AAAƒƒƒ’$ÙÃöcǎùøø8ï\\ZZš–––’’\"IÒáÇCBBìv»R©üiKn\u0017Úl¶ÃÃA«Õ:m򫦦6µZýäɓï*—.]rÃÃu¡$I\u0019\u0019\u0019Cw4™Lz½~ýúõ\u0013&L8tèPffæ£GÂ,\u0016‹ó›ÚÕjµÃfëë듗c˜\"`\u0001ÿ\u0004f³yÃÚµïß¿/))™1c†§ÛÃÈb0\u0018Ο?¿gÃ\u001e·'Ãœ\u001d\u000e‡s\u001c\u001c\u001cìÃÃ-I’···^¯—‹rE’¤ñãÇ;+ááá]]]ÂÂÂ\u0015\u0015\u0015ΙJ¥²««KÂ’$½^?4]IÂ’d2™œËƒƒƒ}||º»»Â\u000bÀÃŒŒŒÎÎNƒÃà å啛›»iÓ&׊ÛÞ\\§¹î˜ÂÂà ü$Êɓ'Õjuww·N§³ZÂrÑjµ*•J•JõÓæñ'ã\f\u00160ì\r\f\f,X°`ʔ)µµµ¤+xıcÇΞ=[__ï¬Øl6yðëGà ›ššäÃׯ_›››ÃÂÂôzý²eËL&“ÉdêèèhhhÂ\u0003ÂëKSz½¾¥¥E\u001e›Ãæ¯_¿\u0006\u0005\u0005ýʦn\u0017¶¶¶.]º´©©éúõ녅…ÅÅÅ®\u0015·½¹Nsñ¶¶¶²²R\u001eûøø(•ÊQ£FEEE9S׫W¯ÆÂ\u001fïåÅ\u001fèáÂç\u0007\f{%%%v»}ÃÚµÂÂÂÃÃÃÃÃÃv»ÃÓMad\t\u000f\u000fßµk×Â\u0003\u0007äKÂV[__ÿâÅ\u000b‹Årâĉ_¼I]]ùsç,\u0016K^^Þĉ\u0013###\u0017.\\XQQQYYùùóç½{÷feeýÕÛß©©©ÅÅÅwïÞµX,Û¶m3\u0018\fÃŽ\u0017Æ~ÃŒÃ墢\"ƒÃÃÑÑ¡Óé”Je__ŸkÃ…mo®Ó$I***joowîØßߟžžþà ÞžžÂ;w&&&jµÚ¤¤$³Ù|ãÆÂþþþ‚‚‚ÿǬÀïæéC`ø›8ä\u000e§\u001d;v|÷{ÃÃÃÃé¦ðÃ'\u001frw^~ûö-..N>ä>88¸eË\u0016•J\u0015\u001b\u001b{ùòeç!÷èèhyr^^Þ¾}ûäqDDDSSÓŋ\u0017×Â[—––¦V«çÛ÷öÃ[ù§7oޜ2eÊèÑ£“““å3ãF£ÑyŸ¡®\\¹2iÒ¤€€€Å‹\u0017›L&¹øÓCîn\u0017öôô¤¦¦úûûëtº5kÖ\f\f\f¸VÜöævš¿¿YYÙÃÃ\u000b\n\nÆÂ\u001b'ïØÞÞ.\u0017\u001f?~\u001c\u001b\u001b\u001b\u0018\u0018˜““óå˗ÿöqà O£p\fyw\u001c\u0000\u0000\u0000ÿ;Þ\"\u0004\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Ã\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004#`\u0001\u0000\u0000\bFÀ\u0002\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Ã\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004#`\u0001\u0000\u0000\bFÀ\u0002\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Ã\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004#`\u0001\u0000\u0000\bFÀ\u0002\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Ã\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004#`\u0001\u0000\u0000\bFÀ\u0002\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Ã\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004#`\u0001\u0000\u0000\bFÀ\u0002\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Ã\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004û7jXn»¼’Gö\u0000\u0000\u0000\u0000IEND®B`‚", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:42 GMT", - "Content-Type": "image/png", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=ddee2d358affbad7806b4f1f66f0577f91499110602; expires=Tue, 03-Jul-18 19:36:42 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=86400, public", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:42 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "MISS", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b900da82bee-AMS" - }, - "status_code": 200, - "type": "ok" - } - }, - { - "request": { - "body": "", - "headers": [], - "method": "get", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/graphics/50/svg" - }, - "response": { - "body": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"841pt\" height=\"595pt\" viewBox=\"0 0 841 595\" version=\"1.1\">\n<defs>\n<g>\n<symbol overflow=\"visible\" id=\"glyph0-0\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-1\">\n<path style=\"stroke:none;\" d=\"M 4.296875 -0.125 L 4.296875 -8.765625 L 3.359375 -8.765625 C 2.953125 -7.328125 2.859375 -7.28125 1.078125 -7.0625 L 1.078125 -6.0625 L 2.96875 -6.0625 L 2.96875 0 L 4.296875 0 Z M 4.296875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-2\">\n<path style=\"stroke:none;\" d=\"M 6.265625 -6.140625 C 6.265625 -7.578125 5.015625 -8.765625 3.40625 -8.765625 C 1.671875 -8.765625 0.515625 -7.75 0.453125 -5.5625 L 1.78125 -5.5625 C 1.875 -7.109375 2.328125 -7.578125 3.375 -7.578125 C 4.328125 -7.578125 4.90625 -7.03125 4.90625 -6.125 C 4.90625 -5.453125 4.546875 -4.96875 3.796875 -4.53125 L 2.6875 -3.90625 C 0.90625 -2.90625 0.359375 -2 0.25 0 L 6.203125 0 L 6.203125 -1.3125 L 1.75 -1.3125 C 1.84375 -1.875 2.1875 -2.21875 3.234375 -2.828125 L 4.421875 -3.484375 C 5.609375 -4.109375 6.265625 -5.09375 6.265625 -6.140625 Z M 6.265625 -6.140625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-3\">\n<path style=\"stroke:none;\" d=\"M 6.28125 -2.53125 C 6.28125 -3.484375 5.671875 -4.265625 4.953125 -4.625 C 5.65625 -5.046875 5.984375 -5.5625 5.984375 -6.375 C 5.984375 -7.703125 4.8125 -8.765625 3.296875 -8.765625 C 1.796875 -8.765625 0.59375 -7.703125 0.59375 -6.375 C 0.59375 -5.578125 0.921875 -5.046875 1.625 -4.625 C 0.921875 -4.265625 0.296875 -3.484375 0.296875 -2.546875 C 0.296875 -0.984375 1.625 0.1875 3.296875 0.1875 C 4.984375 0.1875 6.28125 -0.984375 6.28125 -2.53125 Z M 4.625 -6.34375 C 4.625 -5.5625 4.1875 -5.15625 3.296875 -5.15625 C 2.40625 -5.15625 1.953125 -5.5625 1.953125 -6.359375 C 1.953125 -7.171875 2.40625 -7.578125 3.296875 -7.578125 C 4.203125 -7.578125 4.625 -7.171875 4.625 -6.34375 Z M 4.9375 -2.515625 C 4.9375 -1.515625 4.359375 -1.015625 3.28125 -1.015625 C 2.25 -1.015625 1.65625 -1.53125 1.65625 -2.515625 C 1.65625 -3.515625 2.25 -4.015625 3.296875 -4.015625 C 4.359375 -4.015625 4.9375 -3.515625 4.9375 -2.515625 Z M 4.9375 -2.515625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-4\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-5\">\n<path style=\"stroke:none;\" d=\"M 3.59375 2.3125 C 2.53125 0.59375 1.984375 -1.3125 1.984375 -3.234375 C 1.984375 -5.140625 2.53125 -7.078125 3.734375 -9.015625 L 2.765625 -9.015625 C 1.53125 -7.40625 0.734375 -5.125 0.734375 -3.234375 C 0.734375 -1.34375 1.53125 0.9375 2.765625 2.546875 L 3.734375 2.546875 Z M 3.59375 2.3125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-6\">\n<path style=\"stroke:none;\" d=\"M 6.21875 -4.21875 C 6.21875 -7.171875 5.140625 -8.765625 3.296875 -8.765625 C 1.46875 -8.765625 0.375 -7.15625 0.375 -4.296875 C 0.375 -1.421875 1.46875 0.1875 3.296875 0.1875 C 5.09375 0.1875 6.21875 -1.421875 6.21875 -4.21875 Z M 4.859375 -4.3125 C 4.859375 -1.90625 4.453125 -0.953125 3.28125 -0.953125 C 2.15625 -0.953125 1.734375 -1.953125 1.734375 -4.28125 C 1.734375 -6.609375 2.15625 -7.578125 3.296875 -7.578125 C 4.4375 -7.578125 4.859375 -6.59375 4.859375 -4.3125 Z M 4.859375 -4.3125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-7\">\n<path style=\"stroke:none;\" d=\"M 2.421875 -0.125 L 2.421875 -1.515625 L 0.90625 -1.515625 L 0.90625 0 L 2.421875 0 Z M 2.421875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-8\">\n<path style=\"stroke:none;\" d=\"M 6.28125 -2.953125 C 6.28125 -4.625 5.046875 -5.875 3.40625 -5.875 C 2.8125 -5.875 2.21875 -5.671875 2.015625 -5.515625 L 2.28125 -7.28125 L 5.84375 -7.28125 L 5.84375 -8.59375 L 1.203125 -8.59375 L 0.515625 -3.875 L 1.71875 -3.875 C 2.25 -4.5 2.5625 -4.671875 3.21875 -4.671875 C 4.359375 -4.671875 4.9375 -4.0625 4.9375 -2.8125 C 4.9375 -1.578125 4.375 -1.015625 3.21875 -1.015625 C 2.296875 -1.015625 1.859375 -1.359375 1.578125 -2.453125 L 0.25 -2.453125 C 0.625 -0.625 1.734375 0.1875 3.234375 0.1875 C 4.953125 0.1875 6.28125 -1.15625 6.28125 -2.953125 Z M 6.28125 -2.953125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-9\">\n<path style=\"stroke:none;\" d=\"M 6.28125 -2.765625 C 6.28125 -4.359375 5.078125 -5.5625 3.546875 -5.5625 C 2.71875 -5.5625 1.9375 -5.203125 1.484375 -4.578125 L 1.734375 -4.46875 C 1.734375 -6.546875 2.28125 -7.578125 3.484375 -7.578125 C 4.234375 -7.578125 4.609375 -7.234375 4.796875 -6.28125 L 6.125 -6.28125 C 5.90625 -7.8125 4.859375 -8.765625 3.5625 -8.765625 C 1.578125 -8.765625 0.375 -6.96875 0.375 -4.015625 C 0.375 -1.359375 1.421875 0.1875 3.375 0.1875 C 4.984375 0.1875 6.28125 -1.109375 6.28125 -2.765625 Z M 4.9375 -2.6875 C 4.9375 -1.625 4.359375 -1.015625 3.390625 -1.015625 C 2.40625 -1.015625 1.78125 -1.65625 1.78125 -2.75 C 1.78125 -3.796875 2.375 -4.359375 3.421875 -4.359375 C 4.4375 -4.359375 4.9375 -3.828125 4.9375 -2.6875 Z M 4.9375 -2.6875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-10\">\n<path style=\"stroke:none;\" d=\"M 3.203125 -3.234375 C 3.203125 -5.125 2.40625 -7.40625 1.171875 -9.015625 L 0.203125 -9.015625 C 1.40625 -7.0625 1.953125 -5.140625 1.953125 -3.234375 C 1.953125 -1.3125 1.40625 0.609375 0.203125 2.546875 L 1.171875 2.546875 C 2.40625 0.9375 3.203125 -1.34375 3.203125 -3.234375 Z M 3.203125 -3.234375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-11\">\n<path style=\"stroke:none;\" d=\"M 6.375 -2.171875 L 6.375 -3.25 L 5.109375 -3.25 L 5.109375 -8.765625 L 4.125 -8.765625 L 0.1875 -3.328125 L 0.1875 -2.046875 L 3.78125 -2.046875 L 3.78125 0 L 5.109375 0 L 5.109375 -2.046875 L 6.375 -2.046875 Z M 3.921875 -3.25 L 1.515625 -3.25 L 4.015625 -6.75 L 3.78125 -6.84375 L 3.78125 -3.25 Z M 3.921875 -3.25 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-12\">\n<path style=\"stroke:none;\" d=\"M 7.890625 -0.125 L 7.890625 -9.015625 L 6.546875 -9.015625 L 6.546875 -1.734375 L 6.796875 -1.828125 L 2.1875 -9.015625 L 0.765625 -9.015625 L 0.765625 0 L 2.09375 0 L 2.09375 -7.21875 L 1.859375 -7.125 L 6.421875 0 L 7.890625 0 Z M 7.890625 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-13\">\n<path style=\"stroke:none;\" d=\"M 5.921875 -0.125 L 5.921875 -6.546875 L 4.640625 -6.546875 L 4.640625 -2.953125 C 4.640625 -1.671875 4.109375 -0.953125 3.078125 -0.953125 C 2.28125 -0.953125 1.90625 -1.3125 1.90625 -2.0625 L 1.90625 -6.546875 L 0.640625 -6.546875 L 0.640625 -1.671875 C 0.640625 -0.625 1.5625 0.1875 2.78125 0.1875 C 3.703125 0.1875 4.390625 -0.1875 4.984375 -1.015625 L 4.734375 -1.109375 L 4.734375 0 L 5.921875 0 Z M 5.921875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-14\">\n<path style=\"stroke:none;\" d=\"M 9.25 -0.125 L 9.25 -4.84375 C 9.25 -5.96875 8.5 -6.734375 7.3125 -6.734375 C 6.484375 -6.734375 5.875 -6.4375 5.40625 -5.875 C 5.109375 -6.40625 4.515625 -6.734375 3.703125 -6.734375 C 2.859375 -6.734375 2.203125 -6.390625 1.65625 -5.625 L 1.890625 -5.53125 L 1.890625 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.984375 0 L 1.984375 -4.078125 C 1.984375 -4.984375 2.515625 -5.59375 3.328125 -5.59375 C 4.0625 -5.59375 4.34375 -5.265625 4.34375 -4.46875 L 4.34375 0 L 5.609375 0 L 5.609375 -4.078125 C 5.609375 -4.984375 6.15625 -5.59375 6.96875 -5.59375 C 7.703125 -5.59375 7.984375 -5.25 7.984375 -4.46875 L 7.984375 0 L 9.25 0 Z M 9.25 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-15\">\n<path style=\"stroke:none;\" d=\"M 6.40625 -3.34375 C 6.40625 -5.390625 5.25 -6.734375 3.59375 -6.734375 C 2.71875 -6.734375 2 -6.375 1.53125 -5.65625 L 1.78125 -5.5625 L 1.78125 -9.015625 L 0.5 -9.015625 L 0.5 0 L 1.6875 0 L 1.6875 -1.03125 L 1.4375 -0.9375 C 1.921875 -0.203125 2.65625 0.1875 3.546875 0.1875 C 5.203125 0.1875 6.40625 -1.3125 6.40625 -3.34375 Z M 5.09375 -3.28125 C 5.09375 -1.859375 4.484375 -1.015625 3.390625 -1.015625 C 2.34375 -1.015625 1.78125 -1.84375 1.78125 -3.28125 C 1.78125 -4.75 2.34375 -5.578125 3.390625 -5.53125 C 4.515625 -5.53125 5.09375 -4.6875 5.09375 -3.28125 Z M 5.09375 -3.28125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-16\">\n<path style=\"stroke:none;\" d=\"M 6.28125 -2.984375 C 6.28125 -3.90625 6.21875 -4.46875 6.03125 -4.9375 C 5.625 -5.96875 4.53125 -6.734375 3.359375 -6.734375 C 1.609375 -6.734375 0.34375 -5.296875 0.34375 -3.234375 C 0.34375 -1.171875 1.578125 0.1875 3.34375 0.1875 C 4.78125 0.1875 5.90625 -0.765625 6.1875 -2.171875 L 4.921875 -2.171875 C 4.59375 -1.21875 4.171875 -1.015625 3.375 -1.015625 C 2.328125 -1.015625 1.6875 -1.546875 1.65625 -2.859375 L 6.28125 -2.859375 Z M 5.1875 -3.78125 C 5.1875 -3.78125 4.984375 -3.921875 4.984375 -3.9375 L 1.6875 -3.9375 C 1.765625 -4.921875 2.34375 -5.546875 3.34375 -5.546875 C 4.328125 -5.546875 4.9375 -4.859375 4.9375 -3.875 Z M 5.1875 -3.78125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-17\">\n<path style=\"stroke:none;\" d=\"M 3.984375 -5.546875 L 3.984375 -6.6875 C 3.6875 -6.71875 3.59375 -6.734375 3.46875 -6.734375 C 2.8125 -6.734375 2.21875 -6.3125 1.640625 -5.375 L 1.890625 -5.28125 L 1.890625 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.96875 0 L 1.96875 -3.390625 C 1.96875 -4.8125 2.296875 -5.390625 3.984375 -5.40625 Z M 3.984375 -5.546875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-18\">\n<path style=\"stroke:none;\" d=\"M 6.25 -3.234375 C 6.25 -5.40625 5.078125 -6.734375 3.265625 -6.734375 C 1.5 -6.734375 0.28125 -5.390625 0.28125 -3.28125 C 0.28125 -1.15625 1.484375 0.1875 3.28125 0.1875 C 5.046875 0.1875 6.25 -1.15625 6.25 -3.234375 Z M 4.9375 -3.234375 C 4.9375 -1.765625 4.375 -1.015625 3.28125 -1.015625 C 2.15625 -1.015625 1.609375 -1.75 1.609375 -3.28125 C 1.609375 -4.78125 2.15625 -5.546875 3.28125 -5.546875 C 4.40625 -5.546875 4.9375 -4.796875 4.9375 -3.234375 Z M 4.9375 -3.234375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-19\">\n<path style=\"stroke:none;\" d=\"M 3.234375 -5.609375 L 3.234375 -6.546875 L 2.1875 -6.546875 L 2.1875 -7.40625 C 2.1875 -7.828125 2.296875 -7.90625 2.75 -7.90625 C 2.828125 -7.90625 2.875 -7.90625 3.234375 -7.890625 L 3.234375 -8.96875 C 2.875 -9.03125 2.734375 -9.046875 2.53125 -9.046875 C 1.609375 -9.046875 0.90625 -8.390625 0.90625 -7.484375 L 0.90625 -6.546875 L 0.078125 -6.546875 L 0.078125 -5.46875 L 0.90625 -5.46875 L 0.90625 0 L 2.1875 0 L 2.1875 -5.46875 L 3.234375 -5.46875 Z M 3.234375 -5.609375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-20\">\n<path style=\"stroke:none;\" d=\"M 7.25 -7.890625 L 7.25 -9.015625 L 0.109375 -9.015625 L 0.109375 -7.765625 L 2.984375 -7.765625 L 2.984375 0 L 4.375 0 L 4.375 -7.765625 L 7.25 -7.765625 Z M 7.25 -7.890625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-21\">\n<path style=\"stroke:none;\" d=\"M 5.640625 -1.890625 C 5.640625 -2.828125 4.984375 -3.4375 3.734375 -3.734375 L 2.765625 -3.953125 C 1.953125 -4.15625 1.734375 -4.28125 1.734375 -4.734375 C 1.734375 -5.296875 2.125 -5.546875 2.9375 -5.546875 C 3.75 -5.546875 4.03125 -5.328125 4.0625 -4.53125 L 5.390625 -4.53125 C 5.375 -5.90625 4.421875 -6.734375 2.96875 -6.734375 C 1.515625 -6.734375 0.421875 -5.84375 0.421875 -4.6875 C 0.421875 -3.703125 1.0625 -3.09375 2.5625 -2.734375 L 3.484375 -2.515625 C 4.1875 -2.34375 4.3125 -2.265625 4.3125 -1.8125 C 4.3125 -1.21875 3.875 -1.015625 3 -1.015625 C 2.09375 -1.015625 1.734375 -1.09375 1.578125 -2.1875 L 0.265625 -2.1875 C 0.3125 -0.59375 1.265625 0.1875 2.921875 0.1875 C 4.5 0.1875 5.640625 -0.6875 5.640625 -1.890625 Z M 5.640625 -1.890625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-22\">\n<path style=\"stroke:none;\" d=\"M 2.421875 -0.125 L 2.421875 -1.515625 L 0.90625 -1.515625 L 0.90625 0 L 2.421875 0 Z M 2.421875 -5.171875 L 2.421875 -6.546875 L 0.90625 -6.546875 L 0.90625 -5.046875 L 2.421875 -5.046875 Z M 2.421875 -5.171875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-0\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-1\">\n<path style=\"stroke:none;\" d=\"M -4.21875 -6.21875 C -7.171875 -6.21875 -8.765625 -5.140625 -8.765625 -3.296875 C -8.765625 -1.46875 -7.15625 -0.375 -4.296875 -0.375 C -1.421875 -0.375 0.1875 -1.46875 0.1875 -3.296875 C 0.1875 -5.09375 -1.421875 -6.21875 -4.21875 -6.21875 Z M -4.3125 -4.859375 C -1.90625 -4.859375 -0.953125 -4.453125 -0.953125 -3.28125 C -0.953125 -2.15625 -1.953125 -1.734375 -4.28125 -1.734375 C -6.609375 -1.734375 -7.578125 -2.15625 -7.578125 -3.296875 C -7.578125 -4.4375 -6.59375 -4.859375 -4.3125 -4.859375 Z M -4.3125 -4.859375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-2\">\n<path style=\"stroke:none;\" d=\"M -0.125 -2.421875 L -1.515625 -2.421875 L -1.515625 -0.90625 L 0 -0.90625 L 0 -2.421875 Z M -0.125 -2.421875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-3\">\n<path style=\"stroke:none;\" d=\"M -0.125 -4.296875 L -8.765625 -4.296875 L -8.765625 -3.359375 C -7.328125 -2.953125 -7.28125 -2.859375 -7.0625 -1.078125 L -6.0625 -1.078125 L -6.0625 -2.96875 L 0 -2.96875 L 0 -4.296875 Z M -0.125 -4.296875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-4\">\n<path style=\"stroke:none;\" d=\"M -6.140625 -6.265625 C -7.578125 -6.265625 -8.765625 -5.015625 -8.765625 -3.40625 C -8.765625 -1.671875 -7.75 -0.515625 -5.5625 -0.453125 L -5.5625 -1.78125 C -7.109375 -1.875 -7.578125 -2.328125 -7.578125 -3.375 C -7.578125 -4.328125 -7.03125 -4.90625 -6.125 -4.90625 C -5.453125 -4.90625 -4.96875 -4.546875 -4.53125 -3.796875 L -3.90625 -2.6875 C -2.90625 -0.90625 -2 -0.359375 0 -0.25 L 0 -6.203125 L -1.3125 -6.203125 L -1.3125 -1.75 C -1.875 -1.84375 -2.21875 -2.1875 -2.828125 -3.234375 L -3.484375 -4.421875 C -4.109375 -5.609375 -5.09375 -6.265625 -6.140625 -6.265625 Z M -6.140625 -6.265625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-5\">\n<path style=\"stroke:none;\" d=\"M -2.609375 -6.203125 C -3.640625 -6.203125 -4.375 -5.65625 -4.71875 -4.625 L -4.453125 -4.625 C -4.765625 -5.421875 -5.453125 -5.953125 -6.296875 -5.953125 C -7.765625 -5.953125 -8.765625 -4.84375 -8.765625 -3.234375 C -8.765625 -1.515625 -7.703125 -0.453125 -5.765625 -0.421875 L -5.765625 -1.75 C -7.15625 -1.78125 -7.578125 -2.15625 -7.578125 -3.234375 C -7.578125 -4.171875 -7.15625 -4.59375 -6.265625 -4.59375 C -5.359375 -4.59375 -5.109375 -4.34375 -5.109375 -2.515625 L -3.953125 -2.515625 L -3.953125 -3.234375 C -3.953125 -4.390625 -3.546875 -4.84375 -2.59375 -4.84375 C -1.53125 -4.84375 -1.015625 -4.328125 -1.015625 -3.234375 C -1.015625 -2.078125 -1.46875 -1.640625 -2.828125 -1.5625 L -2.828125 -0.234375 C -0.796875 -0.375 0.1875 -1.453125 0.1875 -3.1875 C 0.1875 -4.9375 -1 -6.203125 -2.609375 -6.203125 Z M -2.609375 -6.203125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-6\">\n<path style=\"stroke:none;\" d=\"M -2.171875 -6.375 L -3.25 -6.375 L -3.25 -5.109375 L -8.765625 -5.109375 L -8.765625 -4.125 L -3.328125 -0.1875 L -2.046875 -0.1875 L -2.046875 -3.78125 L 0 -3.78125 L 0 -5.109375 L -2.046875 -5.109375 L -2.046875 -6.375 Z M -3.25 -3.921875 L -3.25 -1.515625 L -6.75 -4.015625 L -6.84375 -3.78125 L -3.25 -3.78125 Z M -3.25 -3.921875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-7\">\n<path style=\"stroke:none;\" d=\"M -2.953125 -6.28125 C -4.625 -6.28125 -5.875 -5.046875 -5.875 -3.40625 C -5.875 -2.8125 -5.671875 -2.21875 -5.515625 -2.015625 L -7.28125 -2.28125 L -7.28125 -5.84375 L -8.59375 -5.84375 L -8.59375 -1.203125 L -3.875 -0.515625 L -3.875 -1.71875 C -4.5 -2.25 -4.671875 -2.5625 -4.671875 -3.21875 C -4.671875 -4.359375 -4.0625 -4.9375 -2.8125 -4.9375 C -1.578125 -4.9375 -1.015625 -4.375 -1.015625 -3.21875 C -1.015625 -2.296875 -1.359375 -1.859375 -2.453125 -1.578125 L -2.453125 -0.25 C -0.625 -0.625 0.1875 -1.734375 0.1875 -3.234375 C 0.1875 -4.953125 -1.15625 -6.28125 -2.953125 -6.28125 Z M -2.953125 -6.28125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-8\">\n<path style=\"stroke:none;\" d=\"M -7.890625 -7.078125 L -9.015625 -7.078125 L -9.015625 -0.9375 L 0 -0.9375 L 0 -2.328125 L -3.984375 -2.328125 L -3.984375 -6.5 L -5.234375 -6.5 L -5.234375 -2.328125 L -7.765625 -2.328125 L -7.765625 -7.078125 Z M -7.890625 -7.078125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-9\">\n<path style=\"stroke:none;\" d=\"M -5.546875 -3.984375 L -6.6875 -3.984375 C -6.71875 -3.6875 -6.734375 -3.59375 -6.734375 -3.46875 C -6.734375 -2.8125 -6.3125 -2.21875 -5.375 -1.640625 L -5.28125 -1.890625 L -6.546875 -1.890625 L -6.546875 -0.703125 L 0 -0.703125 L 0 -1.96875 L -3.390625 -1.96875 C -4.8125 -1.96875 -5.390625 -2.296875 -5.40625 -3.984375 Z M -5.546875 -3.984375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-10\">\n<path style=\"stroke:none;\" d=\"M -2.984375 -6.28125 C -3.90625 -6.28125 -4.46875 -6.21875 -4.9375 -6.03125 C -5.96875 -5.625 -6.734375 -4.53125 -6.734375 -3.359375 C -6.734375 -1.609375 -5.296875 -0.34375 -3.234375 -0.34375 C -1.171875 -0.34375 0.1875 -1.578125 0.1875 -3.34375 C 0.1875 -4.78125 -0.765625 -5.90625 -2.171875 -6.1875 L -2.171875 -4.921875 C -1.21875 -4.59375 -1.015625 -4.171875 -1.015625 -3.375 C -1.015625 -2.328125 -1.546875 -1.6875 -2.859375 -1.65625 L -2.859375 -6.28125 Z M -3.78125 -5.1875 C -3.78125 -5.1875 -3.921875 -4.984375 -3.9375 -4.984375 L -3.9375 -1.6875 C -4.921875 -1.765625 -5.546875 -2.34375 -5.546875 -3.34375 C -5.546875 -4.328125 -4.859375 -4.9375 -3.875 -4.9375 Z M -3.78125 -5.1875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-11\">\n<path style=\"stroke:none;\" d=\"M 2.484375 -6.078125 L -6.546875 -6.078125 L -6.546875 -4.90625 L -5.578125 -4.90625 L -5.671875 -5.140625 C -6.34375 -4.6875 -6.734375 -3.875 -6.734375 -3.046875 C -6.734375 -1.390625 -5.296875 -0.171875 -3.203125 -0.171875 C -1.15625 -0.171875 0.1875 -1.34375 0.1875 -3 C 0.1875 -3.875 -0.171875 -4.578125 -0.859375 -5.046875 L -0.953125 -4.796875 L 2.609375 -4.796875 L 2.609375 -6.078125 Z M -3.234375 -4.796875 C -1.796875 -4.796875 -1.015625 -4.25 -1.015625 -3.1875 C -1.015625 -2.09375 -1.8125 -1.484375 -3.28125 -1.484375 C -4.734375 -1.484375 -5.53125 -2.09375 -5.53125 -3.1875 C -5.53125 -4.265625 -4.703125 -4.796875 -3.234375 -4.796875 Z M -3.234375 -4.796875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-12\">\n<path style=\"stroke:none;\" d=\"M -0.125 -5.921875 L -6.546875 -5.921875 L -6.546875 -4.640625 L -2.953125 -4.640625 C -1.671875 -4.640625 -0.953125 -4.109375 -0.953125 -3.078125 C -0.953125 -2.28125 -1.3125 -1.90625 -2.0625 -1.90625 L -6.546875 -1.90625 L -6.546875 -0.640625 L -1.671875 -0.640625 C -0.625 -0.640625 0.1875 -1.5625 0.1875 -2.78125 C 0.1875 -3.703125 -0.1875 -4.390625 -1.015625 -4.984375 L -1.109375 -4.734375 L 0 -4.734375 L 0 -5.921875 Z M -0.125 -5.921875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-13\">\n<path style=\"stroke:none;\" d=\"M -0.125 -5.96875 L -4.890625 -5.96875 C -5.921875 -5.96875 -6.734375 -5.0625 -6.734375 -3.859375 C -6.734375 -2.921875 -6.34375 -2.203125 -5.453125 -1.65625 L -5.359375 -1.890625 L -6.546875 -1.890625 L -6.546875 -0.703125 L 0 -0.703125 L 0 -1.96875 L -3.59375 -1.96875 C -4.890625 -1.96875 -5.59375 -2.53125 -5.59375 -3.546875 C -5.59375 -4.34375 -5.25 -4.703125 -4.484375 -4.703125 L 0 -4.703125 L 0 -5.96875 Z M -0.125 -5.96875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-14\">\n<path style=\"stroke:none;\" d=\"M -2.421875 -5.71875 L -2.421875 -4.59375 C -1.28125 -4.40625 -1.015625 -4.03125 -1.015625 -3.1875 C -1.015625 -2.078125 -1.734375 -1.546875 -3.21875 -1.546875 C -4.78125 -1.546875 -5.546875 -2.0625 -5.546875 -3.15625 C -5.546875 -4 -5.1875 -4.375 -4.171875 -4.53125 L -4.171875 -5.796875 C -5.84375 -5.65625 -6.734375 -4.578125 -6.734375 -3.171875 C -6.734375 -1.46875 -5.296875 -0.234375 -3.21875 -0.234375 C -1.1875 -0.234375 0.1875 -1.453125 0.1875 -3.15625 C 0.1875 -4.65625 -0.859375 -5.734375 -2.421875 -5.875 Z M -2.421875 -5.71875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-15\">\n<path style=\"stroke:none;\" d=\"M -6.546875 -5.734375 L -6.546875 -4.5625 L -1.53125 -2.765625 L -1.53125 -3.046875 L -6.546875 -1.390625 L -6.546875 -0.046875 L -0.109375 -2.21875 L 0.890625 -1.84375 C 1.328125 -1.671875 1.375 -1.609375 1.375 -1.171875 C 1.375 -1.03125 1.34375 -0.859375 1.265625 -0.5 L 2.40625 -0.5 C 2.53125 -0.75 2.609375 -1.0625 2.609375 -1.3125 C 2.609375 -2.03125 2.09375 -2.734375 1.1875 -3.078125 L -6.546875 -5.921875 Z M -6.546875 -5.734375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-16\">\n<path style=\"stroke:none;\" d=\"M -0.125 -1.9375 L -9.015625 -1.9375 L -9.015625 -0.671875 L 0 -0.671875 L 0 -1.9375 Z M -0.125 -1.9375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-17\">\n<path style=\"stroke:none;\" d=\"M -0.125 -1.96875 L -6.546875 -1.96875 L -6.546875 -0.703125 L 0 -0.703125 L 0 -1.96875 Z M -7.375 -2.09375 L -8.75 -2.09375 L -8.75 -0.578125 L -7.234375 -0.578125 L -7.234375 -2.09375 Z M -7.375 -2.09375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-18\">\n<path style=\"stroke:none;\" d=\"M -3.21875 -6.40625 C -5.328125 -6.40625 -6.734375 -5.25 -6.734375 -3.578125 C -6.734375 -2.71875 -6.3125 -1.9375 -5.5625 -1.46875 L -5.46875 -1.703125 L -6.546875 -1.703125 L -6.546875 -0.515625 L 2.609375 -0.515625 L 2.609375 -1.78125 L -0.890625 -1.78125 L -0.796875 -1.546875 C -0.140625 -2.078125 0.1875 -2.765625 0.1875 -3.59375 C 0.1875 -5.203125 -1.21875 -6.40625 -3.21875 -6.40625 Z M -3.234375 -5.09375 C -1.8125 -5.09375 -1.015625 -4.5 -1.015625 -3.40625 C -1.015625 -2.359375 -1.75 -1.78125 -3.234375 -1.78125 C -4.703125 -1.78125 -5.53125 -2.359375 -5.53125 -3.40625 C -5.53125 -4.515625 -4.734375 -5.09375 -3.234375 -5.09375 Z M -3.234375 -5.09375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-19\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-20\">\n<path style=\"stroke:none;\" d=\"M -7.3125 -1.84375 L -8.765625 -1.84375 L -8.765625 -0.4375 L -7.3125 -0.4375 L -5.5625 -0.78125 L -5.5625 -1.484375 Z M -7.3125 -1.84375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-21\">\n<path style=\"stroke:none;\" d=\"M -3.234375 -6.25 C -5.40625 -6.25 -6.734375 -5.078125 -6.734375 -3.265625 C -6.734375 -1.5 -5.390625 -0.28125 -3.28125 -0.28125 C -1.15625 -0.28125 0.1875 -1.484375 0.1875 -3.28125 C 0.1875 -5.046875 -1.15625 -6.25 -3.234375 -6.25 Z M -3.234375 -4.9375 C -1.765625 -4.9375 -1.015625 -4.375 -1.015625 -3.28125 C -1.015625 -2.15625 -1.75 -1.609375 -3.28125 -1.609375 C -4.78125 -1.609375 -5.546875 -2.15625 -5.546875 -3.28125 C -5.546875 -4.40625 -4.796875 -4.9375 -3.234375 -4.9375 Z M -3.234375 -4.9375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-22\">\n<path style=\"stroke:none;\" d=\"M -1.890625 -5.640625 C -2.828125 -5.640625 -3.4375 -4.984375 -3.734375 -3.734375 L -3.953125 -2.765625 C -4.15625 -1.953125 -4.28125 -1.734375 -4.734375 -1.734375 C -5.296875 -1.734375 -5.546875 -2.125 -5.546875 -2.9375 C -5.546875 -3.75 -5.328125 -4.03125 -4.53125 -4.0625 L -4.53125 -5.390625 C -5.90625 -5.375 -6.734375 -4.421875 -6.734375 -2.96875 C -6.734375 -1.515625 -5.84375 -0.421875 -4.6875 -0.421875 C -3.703125 -0.421875 -3.09375 -1.0625 -2.734375 -2.5625 L -2.515625 -3.484375 C -2.34375 -4.1875 -2.265625 -4.3125 -1.8125 -4.3125 C -1.21875 -4.3125 -1.015625 -3.875 -1.015625 -3 C -1.015625 -2.09375 -1.09375 -1.734375 -2.1875 -1.578125 L -2.1875 -0.265625 C -0.59375 -0.3125 0.1875 -1.265625 0.1875 -2.921875 C 0.1875 -4.5 -0.6875 -5.640625 -1.890625 -5.640625 Z M -1.890625 -5.640625 \"/>\n</symbol>\n</g>\n<clipPath id=\"clip1\">\n <path d=\"M 434 59.039062 L 436 59.039062 L 436 522 L 434 522 Z M 434 59.039062 \"/>\n</clipPath>\n<clipPath id=\"clip2\">\n <path d=\"M 652 506 L 670 506 L 670 522.558594 L 652 522.558594 Z M 652 506 \"/>\n</clipPath>\n<clipPath id=\"clip3\">\n <path d=\"M 59.039062 76 L 247 76 L 247 522 L 59.039062 522 Z M 59.039062 76 \"/>\n</clipPath>\n<clipPath id=\"clip4\">\n <path d=\"M 59.039062 76 L 248 76 L 248 522 L 59.039062 522 Z M 59.039062 76 \"/>\n</clipPath>\n<clipPath id=\"clip5\">\n <path d=\"M 59.039062 521 L 436 521 L 436 522 L 59.039062 522 Z M 59.039062 521 \"/>\n</clipPath>\n<clipPath id=\"clip6\">\n <path d=\"M 59.039062 505 L 436 505 L 436 507 L 59.039062 507 Z M 59.039062 505 \"/>\n</clipPath>\n<clipPath id=\"clip7\">\n <path d=\"M 59.039062 489 L 436 489 L 436 491 L 59.039062 491 Z M 59.039062 489 \"/>\n</clipPath>\n<clipPath id=\"clip8\">\n <path d=\"M 59.039062 473 L 436 473 L 436 475 L 59.039062 475 Z M 59.039062 473 \"/>\n</clipPath>\n<clipPath id=\"clip9\">\n <path d=\"M 59.039062 457 L 436 457 L 436 459 L 59.039062 459 Z M 59.039062 457 \"/>\n</clipPath>\n<clipPath id=\"clip10\">\n <path d=\"M 59.039062 441 L 436 441 L 436 443 L 59.039062 443 Z M 59.039062 441 \"/>\n</clipPath>\n<clipPath id=\"clip11\">\n <path d=\"M 59.039062 425 L 436 425 L 436 427 L 59.039062 427 Z M 59.039062 425 \"/>\n</clipPath>\n<clipPath id=\"clip12\">\n <path d=\"M 59.039062 410 L 436 410 L 436 411 L 59.039062 411 Z M 59.039062 410 \"/>\n</clipPath>\n<clipPath id=\"clip13\">\n <path d=\"M 59.039062 394 L 436 394 L 436 395 L 59.039062 395 Z M 59.039062 394 \"/>\n</clipPath>\n<clipPath id=\"clip14\">\n <path d=\"M 59.039062 378 L 436 378 L 436 379 L 59.039062 379 Z M 59.039062 378 \"/>\n</clipPath>\n<clipPath id=\"clip15\">\n <path d=\"M 59.039062 362 L 436 362 L 436 364 L 59.039062 364 Z M 59.039062 362 \"/>\n</clipPath>\n<clipPath id=\"clip16\">\n <path d=\"M 59.039062 346 L 436 346 L 436 348 L 59.039062 348 Z M 59.039062 346 \"/>\n</clipPath>\n<clipPath id=\"clip17\">\n <path d=\"M 59.039062 330 L 436 330 L 436 332 L 59.039062 332 Z M 59.039062 330 \"/>\n</clipPath>\n<clipPath id=\"clip18\">\n <path d=\"M 59.039062 314 L 436 314 L 436 316 L 59.039062 316 Z M 59.039062 314 \"/>\n</clipPath>\n<clipPath id=\"clip19\">\n <path d=\"M 59.039062 298 L 436 298 L 436 300 L 59.039062 300 Z M 59.039062 298 \"/>\n</clipPath>\n<clipPath id=\"clip20\">\n <path d=\"M 59.039062 282 L 436 282 L 436 284 L 59.039062 284 Z M 59.039062 282 \"/>\n</clipPath>\n<clipPath id=\"clip21\">\n <path d=\"M 59.039062 267 L 436 267 L 436 268 L 59.039062 268 Z M 59.039062 267 \"/>\n</clipPath>\n<clipPath id=\"clip22\">\n <path d=\"M 59.039062 251 L 436 251 L 436 252 L 59.039062 252 Z M 59.039062 251 \"/>\n</clipPath>\n<clipPath id=\"clip23\">\n <path d=\"M 59.039062 235 L 436 235 L 436 237 L 59.039062 237 Z M 59.039062 235 \"/>\n</clipPath>\n<clipPath id=\"clip24\">\n <path d=\"M 59.039062 219 L 436 219 L 436 221 L 59.039062 221 Z M 59.039062 219 \"/>\n</clipPath>\n<clipPath id=\"clip25\">\n <path d=\"M 59.039062 203 L 436 203 L 436 205 L 59.039062 205 Z M 59.039062 203 \"/>\n</clipPath>\n<clipPath id=\"clip26\">\n <path d=\"M 59.039062 187 L 436 187 L 436 189 L 59.039062 189 Z M 59.039062 187 \"/>\n</clipPath>\n<clipPath id=\"clip27\">\n <path d=\"M 59.039062 171 L 436 171 L 436 173 L 59.039062 173 Z M 59.039062 171 \"/>\n</clipPath>\n<clipPath id=\"clip28\">\n <path d=\"M 59.039062 155 L 436 155 L 436 157 L 59.039062 157 Z M 59.039062 155 \"/>\n</clipPath>\n<clipPath id=\"clip29\">\n <path d=\"M 59.039062 139 L 436 139 L 436 141 L 59.039062 141 Z M 59.039062 139 \"/>\n</clipPath>\n<clipPath id=\"clip30\">\n <path d=\"M 59.039062 124 L 436 124 L 436 125 L 59.039062 125 Z M 59.039062 124 \"/>\n</clipPath>\n<clipPath id=\"clip31\">\n <path d=\"M 59.039062 108 L 436 108 L 436 109 L 59.039062 109 Z M 59.039062 108 \"/>\n</clipPath>\n<clipPath id=\"clip32\">\n <path d=\"M 59.039062 92 L 436 92 L 436 94 L 59.039062 94 Z M 59.039062 92 \"/>\n</clipPath>\n<clipPath id=\"clip33\">\n <path d=\"M 59.039062 76 L 436 76 L 436 78 L 59.039062 78 Z M 59.039062 76 \"/>\n</clipPath>\n<clipPath id=\"clip34\">\n <path d=\"M 434 59.039062 L 436 59.039062 L 436 522 L 434 522 Z M 434 59.039062 \"/>\n</clipPath>\n</defs>\n<g id=\"surface1\">\n<rect x=\"0\" y=\"0\" width=\"841\" height=\"595\" style=\"fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;\"/>\n<g clip-path=\"url(#clip1)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 434.898438 521.558594 L 434.898438 59.039062 \"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 153.003906 521.558594 L 340.933594 521.558594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 153.003906 521.558594 L 153.003906 528.761719 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 340.933594 521.558594 L 340.933594 528.761719 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"149.503906\" y=\"547.256836\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"337.433594\" y=\"547.256836\"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 521.558594 L 59.039062 124.480469 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 521.558594 L 51.839844 521.558594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 442.144531 L 51.839844 442.144531 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 362.726562 L 51.839844 362.726562 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 283.3125 L 51.839844 283.3125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 203.894531 L 51.839844 203.894531 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 124.480469 L 51.839844 124.480469 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"530.058594\"/>\n <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"523.386719\"/>\n <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"520.050781\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"450.644531\"/>\n <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"443.972656\"/>\n <use xlink:href=\"#glyph1-3\" x=\"41.538086\" y=\"440.636719\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"371.226562\"/>\n <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"364.554688\"/>\n <use xlink:href=\"#glyph1-4\" x=\"41.538086\" y=\"361.21875\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"291.8125\"/>\n <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"285.140625\"/>\n <use xlink:href=\"#glyph1-5\" x=\"41.538086\" y=\"281.804688\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"212.394531\"/>\n <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"205.722656\"/>\n <use xlink:href=\"#glyph1-6\" x=\"41.538086\" y=\"202.386719\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"132.980469\"/>\n <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"126.308594\"/>\n <use xlink:href=\"#glyph1-7\" x=\"41.538086\" y=\"122.972656\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph1-8\" x=\"27.135742\" y=\"318.800781\"/>\n <use xlink:href=\"#glyph1-9\" x=\"27.135742\" y=\"311.888672\"/>\n <use xlink:href=\"#glyph1-10\" x=\"27.135742\" y=\"308.011719\"/>\n <use xlink:href=\"#glyph1-11\" x=\"27.135742\" y=\"301.339844\"/>\n <use xlink:href=\"#glyph1-12\" x=\"27.135742\" y=\"294.608398\"/>\n <use xlink:href=\"#glyph1-10\" x=\"27.135742\" y=\"287.936523\"/>\n <use xlink:href=\"#glyph1-13\" x=\"27.135742\" y=\"281.264648\"/>\n <use xlink:href=\"#glyph1-14\" x=\"27.135742\" y=\"274.592773\"/>\n <use xlink:href=\"#glyph1-15\" x=\"27.135742\" y=\"268.592773\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph1-8\" x=\"822.057617\" y=\"318.300781\"/>\n <use xlink:href=\"#glyph1-16\" x=\"822.057617\" y=\"310.96875\"/>\n <use xlink:href=\"#glyph1-17\" x=\"822.057617\" y=\"308.304688\"/>\n <use xlink:href=\"#glyph1-18\" x=\"822.057617\" y=\"305.640625\"/>\n <use xlink:href=\"#glyph1-19\" x=\"822.057617\" y=\"298.96875\"/>\n <use xlink:href=\"#glyph1-20\" x=\"822.057617\" y=\"295.632812\"/>\n <use xlink:href=\"#glyph1-14\" x=\"822.057617\" y=\"293.34082\"/>\n <use xlink:href=\"#glyph1-21\" x=\"822.057617\" y=\"287.34082\"/>\n <use xlink:href=\"#glyph1-17\" x=\"822.057617\" y=\"280.668945\"/>\n <use xlink:href=\"#glyph1-13\" x=\"822.057617\" y=\"278.004883\"/>\n <use xlink:href=\"#glyph1-22\" x=\"822.057617\" y=\"271.333008\"/>\n <use xlink:href=\"#glyph1-20\" x=\"822.057617\" y=\"265.333008\"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 692.746094 501.789062 C 692.746094 506.261719 689.117188 509.890625 684.644531 509.890625 C 680.171875 509.890625 676.542969 506.261719 676.542969 501.789062 C 676.542969 497.316406 680.171875 493.6875 684.644531 493.6875 C 689.117188 493.6875 692.746094 497.316406 692.746094 501.789062 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 777.359375 167.695312 C 777.359375 172.171875 773.730469 175.796875 769.257812 175.796875 C 764.785156 175.796875 761.160156 172.171875 761.160156 167.695312 C 761.160156 163.222656 764.785156 159.597656 769.257812 159.597656 C 773.730469 159.597656 777.359375 163.222656 777.359375 167.695312 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 531.722656 501.300781 C 531.722656 505.777344 528.09375 509.402344 523.621094 509.402344 C 519.148438 509.402344 515.519531 505.777344 515.519531 501.300781 C 515.519531 496.828125 519.148438 493.203125 523.621094 493.203125 C 528.09375 493.203125 531.722656 496.828125 531.722656 501.300781 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 775.707031 376.117188 C 775.707031 380.59375 772.078125 384.21875 767.605469 384.21875 C 763.132812 384.21875 759.507812 380.59375 759.507812 376.117188 C 759.507812 371.644531 763.132812 368.019531 767.605469 368.019531 C 772.078125 368.019531 775.707031 371.644531 775.707031 376.117188 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 570.835938 300.183594 C 570.835938 304.65625 567.210938 308.285156 562.738281 308.285156 C 558.265625 308.285156 554.636719 304.65625 554.636719 300.183594 C 554.636719 295.710938 558.265625 292.082031 562.738281 292.082031 C 567.210938 292.082031 570.835938 295.710938 570.835938 300.183594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 686.492188 229.289062 C 686.492188 233.765625 682.863281 237.390625 678.390625 237.390625 C 673.917969 237.390625 670.292969 233.765625 670.292969 229.289062 C 670.292969 224.816406 673.917969 221.191406 678.390625 221.191406 C 682.863281 221.191406 686.492188 224.816406 686.492188 229.289062 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 551.066406 238.59375 C 551.066406 243.066406 547.4375 246.695312 542.964844 246.695312 C 538.492188 246.695312 534.863281 243.066406 534.863281 238.59375 C 534.863281 234.121094 538.492188 230.492188 542.964844 230.492188 C 547.4375 230.492188 551.066406 234.121094 551.066406 238.59375 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 497.25 400.277344 C 497.25 404.75 493.625 408.375 489.152344 408.375 C 484.679688 408.375 481.050781 404.75 481.050781 400.277344 C 481.050781 395.800781 484.679688 392.175781 489.152344 392.175781 C 493.625 392.175781 497.25 395.800781 497.25 400.277344 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 758.046875 138.574219 C 758.046875 143.046875 754.421875 146.675781 749.949219 146.675781 C 745.472656 146.675781 741.847656 143.046875 741.847656 138.574219 C 741.847656 134.101562 745.472656 130.472656 749.949219 130.472656 C 754.421875 130.472656 758.046875 134.101562 758.046875 138.574219 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 741.839844 115.675781 C 741.839844 120.148438 738.210938 123.773438 733.738281 123.773438 C 729.265625 123.773438 725.636719 120.148438 725.636719 115.675781 C 725.636719 111.203125 729.265625 107.574219 733.738281 107.574219 C 738.210938 107.574219 741.839844 111.203125 741.839844 115.675781 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 740.488281 484.691406 C 740.488281 489.164062 736.863281 492.792969 732.390625 492.792969 C 727.917969 492.792969 724.289062 489.164062 724.289062 484.691406 C 724.289062 480.21875 727.917969 476.59375 732.390625 476.59375 C 736.863281 476.59375 740.488281 480.21875 740.488281 484.691406 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 483.75 157.183594 C 483.75 161.65625 480.125 165.285156 475.648438 165.285156 C 471.175781 165.285156 467.550781 161.65625 467.550781 157.183594 C 467.550781 152.710938 471.175781 149.085938 475.648438 149.085938 C 480.125 149.085938 483.75 152.710938 483.75 157.183594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 560.511719 238.53125 C 560.511719 243.003906 556.886719 246.628906 552.410156 246.628906 C 547.9375 246.628906 544.3125 243.003906 544.3125 238.53125 C 544.3125 234.054688 547.9375 230.429688 552.410156 230.429688 C 556.886719 230.429688 560.511719 234.054688 560.511719 238.53125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 601.125 513.375 C 601.125 517.847656 597.5 521.472656 593.023438 521.472656 C 588.550781 521.472656 584.925781 517.847656 584.925781 513.375 C 584.925781 508.898438 588.550781 505.273438 593.023438 505.273438 C 597.5 505.273438 601.125 508.898438 601.125 513.375 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 556.925781 492.503906 C 556.925781 496.976562 553.300781 500.601562 548.828125 500.601562 C 544.351562 500.601562 540.726562 496.976562 540.726562 492.503906 C 540.726562 488.027344 544.351562 484.402344 548.828125 484.402344 C 553.300781 484.402344 556.925781 488.027344 556.925781 492.503906 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 687.121094 370.476562 C 687.121094 374.949219 683.496094 378.574219 679.023438 378.574219 C 674.550781 378.574219 670.921875 374.949219 670.921875 370.476562 C 670.921875 366.003906 674.550781 362.375 679.023438 362.375 C 683.496094 362.375 687.121094 366.003906 687.121094 370.476562 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 548.914062 212.011719 C 548.914062 216.484375 545.289062 220.113281 540.816406 220.113281 C 536.34375 220.113281 532.714844 216.484375 532.714844 212.011719 C 532.714844 207.539062 536.34375 203.910156 540.816406 203.910156 C 545.289062 203.910156 548.914062 207.539062 548.914062 212.011719 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 631.78125 385.054688 C 631.78125 389.527344 628.152344 393.152344 623.679688 393.152344 C 619.207031 393.152344 615.582031 389.527344 615.582031 385.054688 C 615.582031 380.578125 619.207031 376.953125 623.679688 376.953125 C 628.152344 376.953125 631.78125 380.578125 631.78125 385.054688 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 718.210938 469.832031 C 718.210938 474.308594 714.582031 477.933594 710.109375 477.933594 C 705.636719 477.933594 702.011719 474.308594 702.011719 469.832031 C 702.011719 465.359375 705.636719 461.734375 710.109375 461.734375 C 714.582031 461.734375 718.210938 465.359375 718.210938 469.832031 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 521.621094 307.65625 C 521.621094 312.128906 517.992188 315.757812 513.519531 315.757812 C 509.046875 315.757812 505.417969 312.128906 505.417969 307.65625 C 505.417969 303.183594 509.046875 299.554688 513.519531 299.554688 C 517.992188 299.554688 521.621094 303.183594 521.621094 307.65625 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 610.0625 105.78125 C 610.0625 110.253906 606.433594 113.882812 601.960938 113.882812 C 597.488281 113.882812 593.863281 110.253906 593.863281 105.78125 C 593.863281 101.308594 597.488281 97.679688 601.960938 97.679688 C 606.433594 97.679688 610.0625 101.308594 610.0625 105.78125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 674.476562 98.578125 C 674.476562 103.050781 670.851562 106.679688 666.378906 106.679688 C 661.902344 106.679688 658.277344 103.050781 658.277344 98.578125 C 658.277344 94.105469 661.902344 90.476562 666.378906 90.476562 C 670.851562 90.476562 674.476562 94.105469 674.476562 98.578125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 685.640625 332.503906 C 685.640625 336.980469 682.011719 340.605469 677.539062 340.605469 C 673.066406 340.605469 669.4375 336.980469 669.4375 332.503906 C 669.4375 328.03125 673.066406 324.40625 677.539062 324.40625 C 682.011719 324.40625 685.640625 328.03125 685.640625 332.503906 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 509.03125 270.15625 C 509.03125 274.632812 505.40625 278.257812 500.933594 278.257812 C 496.457031 278.257812 492.832031 274.632812 492.832031 270.15625 C 492.832031 265.683594 496.457031 262.058594 500.933594 262.058594 C 505.40625 262.058594 509.03125 265.683594 509.03125 270.15625 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 768.292969 438.117188 C 768.292969 442.589844 764.667969 446.214844 760.195312 446.214844 C 755.71875 446.214844 752.09375 442.589844 752.09375 438.117188 C 752.09375 433.644531 755.71875 430.015625 760.195312 430.015625 C 764.667969 430.015625 768.292969 433.644531 768.292969 438.117188 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 730.859375 116.632812 C 730.859375 121.105469 727.234375 124.734375 722.757812 124.734375 C 718.285156 124.734375 714.660156 121.105469 714.660156 116.632812 C 714.660156 112.160156 718.285156 108.535156 722.757812 108.535156 C 727.234375 108.535156 730.859375 112.160156 730.859375 116.632812 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 612.3125 81.683594 C 612.3125 86.15625 608.6875 89.78125 604.214844 89.78125 C 599.738281 89.78125 596.113281 86.15625 596.113281 81.683594 C 596.113281 77.210938 599.738281 73.582031 604.214844 73.582031 C 608.6875 73.582031 612.3125 77.210938 612.3125 81.683594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 653.324219 433.28125 C 653.324219 437.757812 649.699219 441.382812 645.222656 441.382812 C 640.75 441.382812 637.125 437.757812 637.125 433.28125 C 637.125 428.808594 640.75 425.183594 645.222656 425.183594 C 649.699219 425.183594 653.324219 428.808594 653.324219 433.28125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 524.609375 462.65625 C 524.609375 467.128906 520.984375 470.753906 516.507812 470.753906 C 512.035156 470.753906 508.410156 467.128906 508.410156 462.65625 C 508.410156 458.179688 512.035156 454.554688 516.507812 454.554688 C 520.984375 454.554688 524.609375 458.179688 524.609375 462.65625 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 716.277344 465.132812 C 716.277344 469.605469 712.652344 473.234375 708.179688 473.234375 C 703.703125 473.234375 700.078125 469.605469 700.078125 465.132812 C 700.078125 460.660156 703.703125 457.035156 708.179688 457.035156 C 712.652344 457.035156 716.277344 460.660156 716.277344 465.132812 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 712.195312 105.765625 C 712.195312 110.238281 708.566406 113.867188 704.09375 113.867188 C 699.621094 113.867188 695.996094 110.238281 695.996094 105.765625 C 695.996094 101.292969 699.621094 97.664062 704.09375 97.664062 C 708.566406 97.664062 712.195312 101.292969 712.195312 105.765625 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 499.183594 346.421875 C 499.183594 350.894531 495.558594 354.523438 491.082031 354.523438 C 486.609375 354.523438 482.984375 350.894531 482.984375 346.421875 C 482.984375 341.949219 486.609375 338.324219 491.082031 338.324219 C 495.558594 338.324219 499.183594 341.949219 499.183594 346.421875 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 601.730469 419.503906 C 601.730469 423.976562 598.101562 427.605469 593.628906 427.605469 C 589.15625 427.605469 585.53125 423.976562 585.53125 419.503906 C 585.53125 415.03125 589.15625 411.402344 593.628906 411.402344 C 598.101562 411.402344 601.730469 415.03125 601.730469 419.503906 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 569.902344 390.996094 C 569.902344 395.46875 566.273438 399.097656 561.800781 399.097656 C 557.328125 399.097656 553.703125 395.46875 553.703125 390.996094 C 553.703125 386.523438 557.328125 382.894531 561.800781 382.894531 C 566.273438 382.894531 569.902344 386.523438 569.902344 390.996094 \"/>\n<g clip-path=\"url(#clip2)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 668.652344 515.320312 C 668.652344 519.792969 665.027344 523.417969 660.550781 523.417969 C 656.078125 523.417969 652.453125 519.792969 652.453125 515.320312 C 652.453125 510.84375 656.078125 507.21875 660.550781 507.21875 C 665.027344 507.21875 668.652344 510.84375 668.652344 515.320312 \"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 729.609375 472.304688 C 729.609375 476.78125 725.984375 480.40625 721.511719 480.40625 C 717.039062 480.40625 713.410156 476.78125 713.410156 472.304688 C 713.410156 467.832031 717.039062 464.207031 721.511719 464.207031 C 725.984375 464.207031 729.609375 467.832031 729.609375 472.304688 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 491.246094 202.835938 C 491.246094 207.3125 487.617188 210.9375 483.144531 210.9375 C 478.671875 210.9375 475.042969 207.3125 475.042969 202.835938 C 475.042969 198.363281 478.671875 194.738281 483.144531 194.738281 C 487.617188 194.738281 491.246094 198.363281 491.246094 202.835938 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 689.238281 86.9375 C 689.238281 91.414062 685.613281 95.039062 681.140625 95.039062 C 676.667969 95.039062 673.039062 91.414062 673.039062 86.9375 C 673.039062 82.464844 676.667969 78.839844 681.140625 78.839844 C 685.613281 78.839844 689.238281 82.464844 689.238281 86.9375 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 780.582031 300.722656 C 780.582031 305.195312 776.957031 308.820312 772.480469 308.820312 C 768.007812 308.820312 764.382812 305.195312 764.382812 300.722656 C 764.382812 296.25 768.007812 292.621094 772.480469 292.621094 C 776.957031 292.621094 780.582031 296.25 780.582031 300.722656 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 777.640625 355.496094 C 777.640625 359.96875 774.015625 363.597656 769.539062 363.597656 C 765.066406 363.597656 761.441406 359.96875 761.441406 355.496094 C 761.441406 351.023438 765.066406 347.398438 769.539062 347.398438 C 774.015625 347.398438 777.640625 351.023438 777.640625 355.496094 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 631.253906 202.230469 C 631.253906 206.707031 627.625 210.332031 623.152344 210.332031 C 618.679688 210.332031 615.050781 206.707031 615.050781 202.230469 C 615.050781 197.757812 618.679688 194.132812 623.152344 194.132812 C 627.625 194.132812 631.253906 197.757812 631.253906 202.230469 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 595.699219 480.46875 C 595.699219 484.941406 592.074219 488.566406 587.597656 488.566406 C 583.125 488.566406 579.5 484.941406 579.5 480.46875 C 579.5 475.996094 583.125 472.367188 587.597656 472.367188 C 592.074219 472.367188 595.699219 475.996094 595.699219 480.46875 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 544.648438 331.8125 C 544.648438 336.289062 541.023438 339.914062 536.546875 339.914062 C 532.074219 339.914062 528.449219 336.289062 528.449219 331.8125 C 528.449219 327.339844 532.074219 323.714844 536.546875 323.714844 C 541.023438 323.714844 544.648438 327.339844 544.648438 331.8125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 684.585938 411.328125 C 684.585938 415.804688 680.957031 419.429688 676.484375 419.429688 C 672.011719 419.429688 668.386719 415.804688 668.386719 411.328125 C 668.386719 406.855469 672.011719 403.230469 676.484375 403.230469 C 680.957031 403.230469 684.585938 406.855469 684.585938 411.328125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 730.097656 153.027344 C 730.097656 157.5 726.472656 161.125 722 161.125 C 717.527344 161.125 713.898438 157.5 713.898438 153.027344 C 713.898438 148.550781 717.527344 144.925781 722 144.925781 C 726.472656 144.925781 730.097656 148.550781 730.097656 153.027344 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 492.664062 263 C 492.664062 267.472656 489.035156 271.101562 484.5625 271.101562 C 480.089844 271.101562 476.464844 267.472656 476.464844 263 C 476.464844 258.527344 480.089844 254.898438 484.5625 254.898438 C 489.035156 254.898438 492.664062 258.527344 492.664062 263 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 496.96875 350.679688 C 496.96875 355.152344 493.339844 358.78125 488.867188 358.78125 C 484.394531 358.78125 480.769531 355.152344 480.769531 350.679688 C 480.769531 346.207031 484.394531 342.578125 488.867188 342.578125 C 493.339844 342.578125 496.96875 346.207031 496.96875 350.679688 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 684.789062 325.222656 C 684.789062 329.699219 681.164062 333.324219 676.691406 333.324219 C 672.214844 333.324219 668.589844 329.699219 668.589844 325.222656 C 668.589844 320.75 672.214844 317.125 676.691406 317.125 C 681.164062 317.125 684.789062 320.75 684.789062 325.222656 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 778.484375 102.800781 C 778.484375 107.277344 774.859375 110.902344 770.386719 110.902344 C 765.910156 110.902344 762.285156 107.277344 762.285156 102.800781 C 762.285156 98.328125 765.910156 94.703125 770.386719 94.703125 C 774.859375 94.703125 778.484375 98.328125 778.484375 102.800781 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 483.445312 473.835938 C 483.445312 478.308594 479.820312 481.933594 475.347656 481.933594 C 470.871094 481.933594 467.246094 478.308594 467.246094 473.835938 C 467.246094 469.363281 470.871094 465.734375 475.347656 465.734375 C 479.820312 465.734375 483.445312 469.363281 483.445312 473.835938 \"/>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"681.144531\" y=\"506.06543\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"765.757812\" y=\"171.97168\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"520.121094\" y=\"505.577148\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"764.105469\" y=\"380.393555\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"559.238281\" y=\"304.459961\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"674.890625\" y=\"233.56543\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"539.464844\" y=\"242.870117\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"485.652344\" y=\"404.553711\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"746.449219\" y=\"142.850586\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"730.238281\" y=\"119.952148\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"728.890625\" y=\"488.967773\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"472.148438\" y=\"161.459961\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"548.910156\" y=\"242.807617\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"589.523438\" y=\"517.651367\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"545.328125\" y=\"496.780273\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"675.523438\" y=\"374.75293\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"537.316406\" y=\"216.288086\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"620.179688\" y=\"389.331055\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"706.609375\" y=\"474.108398\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"510.019531\" y=\"311.932617\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"598.460938\" y=\"110.057617\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"662.878906\" y=\"102.854492\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"674.039062\" y=\"336.780273\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"497.433594\" y=\"274.432617\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"756.695312\" y=\"442.393555\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"719.257812\" y=\"120.90918\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"600.714844\" y=\"85.959961\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"641.722656\" y=\"437.557617\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"513.007812\" y=\"466.932617\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"704.679688\" y=\"469.40918\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"700.59375\" y=\"110.041992\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"487.582031\" y=\"350.698242\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"590.128906\" y=\"423.780273\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"558.300781\" y=\"395.272461\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"657.050781\" y=\"519.59668\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"718.011719\" y=\"476.581055\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"479.644531\" y=\"207.112305\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"677.640625\" y=\"91.213867\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"768.980469\" y=\"304.999023\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"766.039062\" y=\"359.772461\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"619.652344\" y=\"206.506836\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"584.097656\" y=\"484.745117\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"533.046875\" y=\"336.088867\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"672.984375\" y=\"415.604492\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"718.5\" y=\"157.303711\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"481.0625\" y=\"267.276367\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"485.367188\" y=\"354.956055\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"673.191406\" y=\"329.499023\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"766.886719\" y=\"107.077148\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-1\" x=\"471.847656\" y=\"478.112305\"/>\n</g>\n<g clip-path=\"url(#clip3)\" clip-rule=\"nonzero\">\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;\" d=\"M 59.039062 521.558594 L 246.96875 521.558594 L 246.96875 76.828125 L 59.039062 76.828125 Z M 59.039062 521.558594 \"/>\n</g>\n<g clip-path=\"url(#clip4)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 521.558594 L 246.96875 521.558594 L 246.96875 76.828125 L 59.039062 76.828125 Z M 59.039062 521.558594 \"/>\n</g>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 246.96875 521.558594 L 434.898438 521.558594 L 434.898438 172.128906 L 246.96875 172.128906 Z M 246.96875 521.558594 \"/>\n<g clip-path=\"url(#clip5)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 521.558594 L 434.898438 521.558594 \"/>\n</g>\n<g clip-path=\"url(#clip6)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 505.675781 L 434.898438 505.675781 \"/>\n</g>\n<g clip-path=\"url(#clip7)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 489.792969 L 434.898438 489.792969 \"/>\n</g>\n<g clip-path=\"url(#clip8)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 473.910156 L 434.898438 473.910156 \"/>\n</g>\n<g clip-path=\"url(#clip9)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 458.027344 L 434.898438 458.027344 \"/>\n</g>\n<g clip-path=\"url(#clip10)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 442.144531 L 434.898438 442.144531 \"/>\n</g>\n<g clip-path=\"url(#clip11)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 426.261719 L 434.898438 426.261719 \"/>\n</g>\n<g clip-path=\"url(#clip12)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 410.378906 L 434.898438 410.378906 \"/>\n</g>\n<g clip-path=\"url(#clip13)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 394.492188 L 434.898438 394.492188 \"/>\n</g>\n<g clip-path=\"url(#clip14)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 378.609375 L 434.898438 378.609375 \"/>\n</g>\n<g clip-path=\"url(#clip15)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 362.726562 L 434.898438 362.726562 \"/>\n</g>\n<g clip-path=\"url(#clip16)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 346.84375 L 434.898438 346.84375 \"/>\n</g>\n<g clip-path=\"url(#clip17)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 330.960938 L 434.898438 330.960938 \"/>\n</g>\n<g clip-path=\"url(#clip18)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 315.078125 L 434.898438 315.078125 \"/>\n</g>\n<g clip-path=\"url(#clip19)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 299.195312 L 434.898438 299.195312 \"/>\n</g>\n<g clip-path=\"url(#clip20)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 283.3125 L 434.898438 283.3125 \"/>\n</g>\n<g clip-path=\"url(#clip21)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 267.429688 L 434.898438 267.429688 \"/>\n</g>\n<g clip-path=\"url(#clip22)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 251.542969 L 434.898438 251.542969 \"/>\n</g>\n<g clip-path=\"url(#clip23)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 235.660156 L 434.898438 235.660156 \"/>\n</g>\n<g clip-path=\"url(#clip24)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 219.777344 L 434.898438 219.777344 \"/>\n</g>\n<g clip-path=\"url(#clip25)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 203.894531 L 434.898438 203.894531 \"/>\n</g>\n<g clip-path=\"url(#clip26)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 188.011719 L 434.898438 188.011719 \"/>\n</g>\n<g clip-path=\"url(#clip27)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 172.128906 L 434.898438 172.128906 \"/>\n</g>\n<g clip-path=\"url(#clip28)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 156.246094 L 434.898438 156.246094 \"/>\n</g>\n<g clip-path=\"url(#clip29)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 140.363281 L 434.898438 140.363281 \"/>\n</g>\n<g clip-path=\"url(#clip30)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 124.480469 L 434.898438 124.480469 \"/>\n</g>\n<g clip-path=\"url(#clip31)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 108.597656 L 434.898438 108.597656 \"/>\n</g>\n<g clip-path=\"url(#clip32)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 92.710938 L 434.898438 92.710938 \"/>\n</g>\n<g clip-path=\"url(#clip33)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 76.828125 L 434.898438 76.828125 \"/>\n</g>\n<g clip-path=\"url(#clip34)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 434.898438 521.558594 L 434.898438 59.039062 \"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 153.003906 59.039062 L 340.933594 59.039062 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 153.003906 59.039062 L 153.003906 59.039062 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 340.933594 59.039062 L 340.933594 59.039062 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"128.503906\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-3\" x=\"135.175781\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-4\" x=\"141.847656\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-5\" x=\"145.183594\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-6\" x=\"149.179688\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-7\" x=\"155.851562\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-8\" x=\"159.1875\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-9\" x=\"165.859375\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-10\" x=\"172.53125\" y=\"48.737305\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-2\" x=\"316.433594\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-2\" x=\"323.105469\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-4\" x=\"329.777344\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-5\" x=\"333.113281\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-6\" x=\"337.109375\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-7\" x=\"343.78125\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-11\" x=\"347.117188\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-11\" x=\"353.789062\" y=\"48.737305\"/>\n <use xlink:href=\"#glyph0-10\" x=\"360.460938\" y=\"48.737305\"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 622.828125 521.558594 L 622.828125 521.558594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 622.828125 521.558594 L 622.828125 521.558594 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n <use xlink:href=\"#glyph0-12\" x=\"564.328125\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-13\" x=\"572.992188\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-14\" x=\"579.664062\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-15\" x=\"589.660156\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-16\" x=\"596.332031\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-17\" x=\"603.003906\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-4\" x=\"607\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-18\" x=\"610.335938\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-19\" x=\"617.007812\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-4\" x=\"620.34375\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-20\" x=\"623.679688\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-18\" x=\"629.932617\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-21\" x=\"636.604492\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-21\" x=\"642.604492\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-16\" x=\"648.604492\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-21\" x=\"655.276367\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-22\" x=\"661.276367\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-4\" x=\"664.612305\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-8\" x=\"667.948242\" y=\"547.256836\"/>\n <use xlink:href=\"#glyph0-6\" x=\"674.620117\" y=\"547.256836\"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 521.558594 L 810.761719 521.558594 L 810.761719 59.039062 L 59.039062 59.039062 L 59.039062 521.558594 \"/>\n</g>\n</svg>\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:42 GMT", - "Content-Type": "image/svg+xml", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=d9ad2c460e04dd4eb4366365885bc69f21499110602; expires=Tue, 03-Jul-18 19:36:42 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=86400, public", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:42 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "MISS", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b8e8cf1147f-AMS" - }, - "status_code": 200, - "type": "ok" - } - }, - { - "request": { - "body": "{}", - "headers": { - "Content-Type": "application/json" - }, - "method": "post", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/library/animation/R/flip.coin/" - }, - "response": { - "body": "/ocpu/tmp/x0f284ca594/R/flip.coin\n/ocpu/tmp/x0f284ca594/R/.val\n/ocpu/tmp/x0f284ca594/graphics/1\n/ocpu/tmp/x0f284ca594/graphics/2\n/ocpu/tmp/x0f284ca594/graphics/3\n/ocpu/tmp/x0f284ca594/graphics/4\n/ocpu/tmp/x0f284ca594/graphics/5\n/ocpu/tmp/x0f284ca594/graphics/6\n/ocpu/tmp/x0f284ca594/graphics/7\n/ocpu/tmp/x0f284ca594/graphics/8\n/ocpu/tmp/x0f284ca594/graphics/9\n/ocpu/tmp/x0f284ca594/graphics/10\n/ocpu/tmp/x0f284ca594/graphics/11\n/ocpu/tmp/x0f284ca594/graphics/12\n/ocpu/tmp/x0f284ca594/graphics/13\n/ocpu/tmp/x0f284ca594/graphics/14\n/ocpu/tmp/x0f284ca594/graphics/15\n/ocpu/tmp/x0f284ca594/graphics/16\n/ocpu/tmp/x0f284ca594/graphics/17\n/ocpu/tmp/x0f284ca594/graphics/18\n/ocpu/tmp/x0f284ca594/graphics/19\n/ocpu/tmp/x0f284ca594/graphics/20\n/ocpu/tmp/x0f284ca594/graphics/21\n/ocpu/tmp/x0f284ca594/graphics/22\n/ocpu/tmp/x0f284ca594/graphics/23\n/ocpu/tmp/x0f284ca594/graphics/24\n/ocpu/tmp/x0f284ca594/graphics/25\n/ocpu/tmp/x0f284ca594/graphics/26\n/ocpu/tmp/x0f284ca594/graphics/27\n/ocpu/tmp/x0f284ca594/graphics/28\n/ocpu/tmp/x0f284ca594/graphics/29\n/ocpu/tmp/x0f284ca594/graphics/30\n/ocpu/tmp/x0f284ca594/graphics/31\n/ocpu/tmp/x0f284ca594/graphics/32\n/ocpu/tmp/x0f284ca594/graphics/33\n/ocpu/tmp/x0f284ca594/graphics/34\n/ocpu/tmp/x0f284ca594/graphics/35\n/ocpu/tmp/x0f284ca594/graphics/36\n/ocpu/tmp/x0f284ca594/graphics/37\n/ocpu/tmp/x0f284ca594/graphics/38\n/ocpu/tmp/x0f284ca594/graphics/39\n/ocpu/tmp/x0f284ca594/graphics/40\n/ocpu/tmp/x0f284ca594/graphics/41\n/ocpu/tmp/x0f284ca594/graphics/42\n/ocpu/tmp/x0f284ca594/graphics/43\n/ocpu/tmp/x0f284ca594/graphics/44\n/ocpu/tmp/x0f284ca594/graphics/45\n/ocpu/tmp/x0f284ca594/graphics/46\n/ocpu/tmp/x0f284ca594/graphics/47\n/ocpu/tmp/x0f284ca594/graphics/48\n/ocpu/tmp/x0f284ca594/graphics/49\n/ocpu/tmp/x0f284ca594/graphics/50\n/ocpu/tmp/x0f284ca594/source\n/ocpu/tmp/x0f284ca594/console\n/ocpu/tmp/x0f284ca594/info\n/ocpu/tmp/x0f284ca594/files/DESCRIPTION\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:41 GMT", - "Content-Type": "text/plain; charset=utf-8", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=dd5126e19d2b4d5443610c5da9b3705131499110601; expires=Tue, 03-Jul-18 19:36:41 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=300, public", - "X-ocpu-session": "x0f284ca594", - "Location": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:40 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "HIT", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b8c58ed2c36-AMS" - }, - "status_code": 201, - "type": "ok" - } - } -] \ No newline at end of file diff --git a/test/fixtures/http_potion_vcr_cassettes/bad_request.json b/test/fixtures/http_potion_vcr_cassettes/bad_request.json deleted file mode 100644 index 37b733e..0000000 --- a/test/fixtures/http_potion_vcr_cassettes/bad_request.json +++ /dev/null @@ -1,40 +0,0 @@ -[ - { - "request": { - "body": "{\"some\":\"data\"}", - "headers": { - "Content-Type": "application/json" - }, - "method": "post", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/library/base/R/identity/json" - }, - "response": { - "body": "unused argument (some = c(\"data\"))\n\nIn call:\nidentity(some = c(\"data\"))\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:39 GMT", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=d2023565807c5b15fdc2b9a427b146be41499110598; expires=Tue, 03-Jul-18 19:36:38 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=300, public", - "X-ocpu-session": "x03895cb4dd", - "Location": "https://public.opencpu.org/ocpu/tmp/x03895cb4dd/", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:38 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b78f8be0755-AMS" - }, - "status_code": 400, - "type": "ok" - } - } -] \ No newline at end of file diff --git a/test/fixtures/http_potion_vcr_cassettes/description.json b/test/fixtures/http_potion_vcr_cassettes/description.json deleted file mode 100644 index b8490a2..0000000 --- a/test/fixtures/http_potion_vcr_cassettes/description.json +++ /dev/null @@ -1,40 +0,0 @@ -[ - { - "request": { - "body": "null", - "headers": { - "Content-Type": "application/json" - }, - "method": "get", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/library/ade4/info" - }, - "response": { - "body": "\n\t\tInformation on package 'ade4'\n\nDescription:\n\nPackage: ade4\nVersion: 1.7-6\nDate: 2017-03-23\nTitle: Analysis of Ecological Data : Exploratory and\n Euclidean Methods in Environmental Sciences\nAuthor: Stéphane Dray <stephane.dray@univ-lyon1.fr>,\n Anne-Béatrice Dufour\n <anne-beatrice.dufour@univ-lyon1.fr>, and Jean\n Thioulouse <jean.thioulouse@univ-lyon1.fr>, with\n contributions from Thibaut Jombart, Sandrine\n Pavoine, Jean R. Lobry, Sébastien Ollier, and\n Aurélie Siberchicot. Based on earlier work by\n Daniel Chessel.\nMaintainer: Aurélie Siberchicot\n <aurelie.siberchicot@univ-lyon1.fr>\nDepends: R (>= 2.10)\nImports: graphics, grDevices, methods, stats, utils\nSuggests: ade4TkGUI, adegraphics, adephylo, ape, CircStats,\n deldir, lattice, maptools, MASS, pixmap, sp, spdep,\n splancs, waveslim\nDescription: Multivariate data analysis and graphical display.\nLicense: GPL (>= 2)\nURL: http://pbil.univ-lyon1.fr/ADE-4, Mailing list:\n http://listes.univ-lyon1.fr/wws/info/adelist\nBugReports: https://github.com/sdray/ade4/issues\nEncoding: UTF-8\nNeedsCompilation: yes\nPackaged: 2017-03-23 11:59:39 UTC; aurelie\nRepository: CRAN\nDate/Publication: 2017-03-23 13:09:49 UTC\nBuilt: R 3.4.0; x86_64-pc-linux-gnu; \"Sat, 29 Apr 2017\n 20:23:06 +0000\"; unix\n\nIndex:\n\nEH Amount of Evolutionary History\nPI2newick Import data files from Phylogenetic\n Independance Package\nRV.rtest Monte-Carlo Test on the sum of eigenvalues of a\n co-inertia analysis (in R).\nRVdist.randtest Tests of randomization on the correlation\n between two distance matrices (in R).\nabouheif.eg Phylogenies and quantitative traits from\n Abouheif\nacacia Spatial pattern analysis in plant communities\nadd.scatter Add graphics to an existing plot\nade4-deprecated Deprecated functions in ade4\nade4-package The ade4 package\nade4toR Format Change Utility\naminoacyl Codon usage\namova Analysis of molecular variance\napis108 Allelic frequencies in ten honeybees\n populations at eight microsatellites loci\napqe Apportionment of Quadratic Entropy\naravo Distribution of Alpine plants in Aravo\n (Valloire, France)\nardeche Fauna Table with double (row and column)\n partitioning\narea.plot Graphical Display of Areas\narrival Arrivals at an intensive care unit\nas.taxo Taxonomy\natlas Small Ecological Dataset\natya Genetic variability of Cacadors\navijons Bird species distribution\navimedi Fauna Table for Constrained Ordinations\naviurba Ecological Tables Triplet\nbacteria Genomes of 43 Bacteria\nbanque Table of Factors\nbaran95 African Estuary Fishes\nbca Between-Class Analysis\nbca.coinertia Between-class coinertia analysis\nbca.rlq Between-Class RLQ analysis\nbf88 Cubic Ecological Data\nbicenter.wt Double Weighted Centring\nbordeaux Wine Tasting\nbsetal97 Ecological and Biological Traits\nbuech Buech basin\nbutterfly Genetics-Ecology-Environment Triple\nbwca.dpcoa Between- and within-class double principal\n coordinate analysis\ncailliez Transformation to make Euclidean a distance\n matrix\ncapitales Road Distances\ncarni19 Phylogeny and quantative trait of carnivora\ncarni70 Phylogeny and quantitative traits of carnivora\ncarniherbi49 Taxonomy, phylogenies and quantitative traits\n of carnivora and herbivora\ncasitas Enzymatic polymorphism in Mus musculus\ncca Canonical Correspondence Analysis\nchatcat Qualitative Weighted Variables\nchats Pair of Variables\nchazeb Charolais-Zebus\nchevaine Enzymatic polymorphism in Leuciscus cephalus\nchickenk Veterinary epidemiological study to assess the\n risk factors for losses in broiler chickens\nclementines Fruit Production\ncnc2003 Frequenting movie theaters in France in 2003\ncoinertia Coinertia Analysis\ncoleo Table of Fuzzy Biological Traits\ncombine.4thcorner Functions to combine and adjust the outputs\n 3-table methods\ncorkdist Tests of randomization between distances\n applied to 'kdist' objetcs\ncorvus Corvus morphology\ncostatis STATIS and Co-Inertia : Analysis of a series of\n paired ecological tables\ncostatis.randtest Monte-Carlo test on a Costatis analysis (in C).\ndeug Exam marks for some students\ndisc Rao's dissimilarity coefficient\ndiscrimin Linear Discriminant Analysis (descriptive\n statistic)\ndiscrimin.coa Discriminant Correspondence Analysis\ndist.binary Computation of Distance Matrices for Binary\n Data\ndist.dudi Computation of the Distance Matrix from a\n Statistical Triplet\ndist.genet Genetic distances from gene frequencies\ndist.ktab Mixed-variables coefficient of distance\ndist.neig Computation of the Distance Matrix associated\n to a Neighbouring Graph\ndist.prop Computation of Distance Matrices of Percentage\n Data\ndist.quant Computation of Distance Matrices on\n Quantitative Variables\ndivc Rao's diversity coefficient also called\n quadratic entropy\ndivcmax Maximal value of Rao's diversity coefficient\n also called quadratic entropy\ndotchart.phylog Representation of many quantitative variables\n in front of a phylogenetic tree\ndotcircle Representation of n values on a circle\ndoubs Pair of Ecological Tables\ndpcoa Double principal coordinate analysis\ndudi Duality Diagram\ndudi.acm Multiple Correspondence Analysis\ndudi.coa Correspondence Analysis\ndudi.dec Decentred Correspondence Analysis\ndudi.fca Fuzzy Correspondence Analysis and Fuzzy\n Principal Components Analysis\ndudi.hillsmith Ordination of Tables mixing quantitative\n variables and factors\ndudi.mix Ordination of Tables mixing quantitative\n variables and factors\ndudi.nsc Non symmetric correspondence analysis\ndudi.pca Principal Component Analysis\ndudi.pco Principal Coordinates Analysis\ndunedata Dune Meadow Data\necg Electrocardiogram data\necomor Ecomorphological Convergence\nelec88 Electoral Data\nescopage K-tables of wine-tasting\neuro123 Triangular Data\nfission Fission pattern and heritable morphological\n traits\nfoucart K-tables Correspondence Analysis with the same\n rows and the same columns\nfourthcorner Functions to compute the fourth-corner\n statistic\nfriday87 Faunistic K-tables\nfruits Pair of Tables\nfuzzygenet Reading a table of genetic data (diploid\n individuals)\ngearymoran Moran's I and Geary'c randomization tests for\n spatial and phylogenetic autocorrelation\ngenet A class of data: tables of populations and\n alleles\nggtortoises Microsatellites of Galapagos tortoises\n populations\ngranulo Granulometric Curves\ngridrowcol Complete regular grid analysis\nhdpg Genetic Variation In Human Populations\nhousetasks Contingency Table\nhumDNAm human mitochondrial DNA restriction data\nichtyo Point sampling of fish community\ninertia.dudi Decomposition of inertia (i.e. contributions)\n in multivariate methods\nirishdata Geary's Irish Data\nis.euclid Is a Distance Matrix Euclidean?\njulliot Seed dispersal\njv73 K-tables Multi-Regions\nkcponds Ponds in a nature reserve\nkdist the class of objects 'kdist' (K distance\n matrices)\nkdist2ktab Transformation of K distance matrices (object\n 'kdist') into K Euclidean representations\n (object 'ktab')\nkdisteuclid a way to obtain Euclidean distance matrices\nkplot Generic Function for Multiple Graphs in a\n K-tables Analysis\nkplot.foucart Multiple Graphs for the Foucart's\n Correspondence Analysis\nkplot.mcoa Multiple Graphs for a Multiple Co-inertia\n Analysis\nkplot.mfa Multiple Graphs for a Multiple Factorial\n Analysis\nkplot.pta Multiple Graphs for a Partial Triadic Analysis\nkplot.sepan Multiple Graphs for Separated Analyses in a\n K-tables\nkplot.statis Multiple Graphs of a STATIS Analysis\nkrandtest Class of the Permutation Tests (in C).\nktab the class of objects 'ktab' (K-tables)\nktab.data.frame Creation of K-tables from a data frame\nktab.list.df Creating a K-tables from a list of data frames.\nktab.list.dudi Creation of a K-tables from a list of duality\n diagrams\nktab.match2ktabs STATIS and Co-Inertia : Analysis of a series of\n paired ecological tables\nktab.within Process to go from a Within Analysis to a\n K-tables\nlascaux Genetic/Environment and types of variables\nlingoes Transformation of a Distance Matrix for\n becoming Euclidean\nlizards Phylogeny and quantitative traits of lizards\nmacaca Landmarks\nmacon Wine Tasting\nmacroloire Assemblages of Macroinvertebrates in the Loire\n River (France)\nmafragh Phyto-Ecological Survey\nmantel.randtest Mantel test (correlation between two distance\n matrices (in C).)\nmantel.rtest Mantel test (correlation between two distance\n matrices (in R).)\nmaples Phylogeny and quantitative traits of flowers\nmariages Correspondence Analysis Table\nmbpcaiv Multiblock principal component analysis with\n instrumental variables\nmbpls Multiblock partial least squares\nmcoa Multiple CO-inertia Analysis\nmdpcoa Multiple Double Principal Coordinate Analysis\nmeau Ecological Data : sites-variables,\n sites-species, where and when\nmeaudret Ecological Data : sites-variables,\n sites-species, where and when\nmfa Multiple Factorial Analysis\nmicrosatt Genetic Relationships between cattle breeds\n with microsatellites\nmjrochet Phylogeny and quantitative traits of teleos\n fishes\nmld Multi Level Decomposition of unidimensional\n data\nmollusc Faunistic Communities and Sampling Experiment\nmonde84 Global State of the World in 1984\nmorphosport Athletes' Morphology\nmstree Minimal Spanning Tree\nmultispati Multivariate spatial analysis\nmultispati.randtest Multivariate spatial autocorrelation test (in\n C)\nmultispati.rtest Multivariate spatial autocorrelation test\nneig Neighbourhood Graphs\nnewick.eg Phylogenetic trees in Newick format\nnewick2phylog Create phylogeny\nniche Method to Analyse a pair of tables :\n Environmental and Faunistic Data\nnipals Non-linear Iterative Partial Least Squares\n (NIPALS) algorithm\nnjplot Phylogeny and trait of bacteria\nolympic Olympic Decathlon\noptimEH Nee and May's optimizing process\noribatid Oribatid mite\noriginality Originality of a species\norisaved Maximal or minimal amount of originality saved\n under optimal conditions\northobasis Orthonormal basis for orthonormal transform\northogram Orthonormal decomposition of variance\nours A table of Qualitative Variables\npalm Phylogenetic and quantitative traits of\n amazonian palm trees\npap Taxonomy and quantitative traits of carnivora\npcaiv Principal component analysis with respect to\n instrumental variables\npcaivortho Principal Component Analysis with respect to\n orthogonal instrumental variables\npcoscaled Simplified Analysis in Principal Coordinates\npcw Distribution of of tropical trees along the\n Panama canal\nperthi02 Contingency Table with a partition in Molecular\n Biology\nphylog Phylogeny\npiosphere Plant traits response to grazing\nplot.phylog Plot phylogenies\npresid2002 Results of the French presidential elections of\n 2002\nprint.within Within-Class Analysis\nprocella Phylogeny and quantitative traits of birds\nprocuste Simple Procruste Rotation between two sets of\n points\nprocuste.randtest Monte-Carlo Test on the sum of the singular\n values of a procustean rotation (in C).\nprocuste.rtest Monte-Carlo Test on the sum of the singular\n values of a procustean rotation (in R).\npta Partial Triadic Analysis of a K-tables\nquasieuclid Transformation of a distance matrice to a\n Euclidean one\nrandEH Nee and May's random process\nrandboot Bootstrap simulations\nrandboot.multiblock Bootstraped simulations for multiblock methods\nrandtest Class of the Permutation Tests (in C).\nrandtest.amova Permutation tests on an analysis of molecular\n variance (in C).\nrandtest.between Monte-Carlo Test on the between-groups inertia\n percentage (in C).\nrandtest.coinertia Monte-Carlo test on a Co-inertia analysis (in\n C).\nrandtest.discrimin Monte-Carlo Test on a Discriminant Analysis (in\n C).\nrandtest.dpcoa Permutation test for double principal\n coordinate analysis (DPCoA)\nrandtest.pcaiv Monte-Carlo Test on the percentage of explained\n (i.e. constrained) inertia\nrandxval Two-fold cross-validation\nrankrock Ordination Table\nreconst Reconstitution of Data from a Duality Diagram\nrhizobium Genetic structure of two nitrogen fixing\n bacteria influenced by geographical isolation\n and host specialization\nrhone Physico-Chemistry Data\nrlq RLQ analysis\nrpjdl Avifauna and Vegetation\nrtest Class of the Permutation Tests (in R).\nrtest.between Monte-Carlo Test on the between-groups inertia\n percentage (in R).\nrtest.discrimin Monte-Carlo Test on a Discriminant Analysis (in\n R).\ns.arrow Plot of the factorial maps for the projection\n of a vector basis\ns.chull Plot of the factorial maps with polygons of\n contour by level of a factor\ns.class Plot of factorial maps with representation of\n point classes\ns.corcircle Plot of the factorial maps of a correlation\n circle\ns.distri Plot of a frequency distribution\ns.hist Display of a scatterplot and its two marginal\n histograms\ns.image Graph of a variable using image and contour\ns.kde2d Scatter Plot with Kernel Density Estimate\ns.label Scatter Plot\ns.logo Representation of an object in a graph by a\n picture\ns.match Plot of Paired Coordinates\ns.match.class Scatterplot of two sets of coordinates and a\n partionning into classes\ns.multinom Graph of frequency profiles (useful for\n instance in genetic)\ns.traject Trajectory Plot\ns.value Representation of a value in a graph\nsantacatalina Indirect Ordination\nsarcelles Array of Recapture of Rings\nscalewt Compute or scale data using (weighted) means,\n variances and covariances (possibly for the\n levels of a factor)\nscatter Graphical representation of the outputs of a\n multivariate analysis\nscatter.acm Plot of the factorial maps in a Multiple\n Correspondence Analysis\nscatter.coa Plot of the factorial maps for a correspondence\n analysis\nscatter.dudi Plot of the Factorial Maps\nscatter.fca Plot of the factorial maps for a fuzzy\n correspondence analysis\nscatterutil Graphical utility functions\nsco.boxplot Representation of the link between a variable\n and a set of qualitative variables\nsco.class 1D plot of a numeric score and a factor with\n labels\nsco.distri Representation by mean- standard deviation of a\n set of weight distributions on a numeric score\nsco.gauss Relationships between one score and qualitative\n variables\nsco.label 1D plot of a numeric score with labels\nsco.match 1D plot of a pair of numeric scores with labels\nsco.quant Graph to Analyse the Relation between a Score\n and Quantitative Variables\nscore Graphs for One Dimension\nscore.acm Graphs to study one factor in a Multiple\n Correspondence Analysis\nscore.coa Reciprocal scaling after a correspondence\n analysis\nscore.mix Graphs to Analyse a factor in a Mixed Analysis\nscore.pca Graphs to Analyse a factor in PCA\nseconde Students and Subjects\nsepan Separated Analyses in a K-tables\nskulls Morphometric Evolution\nstatico STATIS and Co-Inertia : Analysis of a series of\n paired ecological tables\nstatico.krandtest Monte-Carlo test on a Statico analysis (in C).\nstatis STATIS, a method for analysing K-tables\nsteppe Transect in the Vegetation\nsummary.between Between-Class Analysis\nsummary.multiblock Display and summarize multiblock objects\nsupcol Projections of Supplementary Columns\nsuprow Projections of Supplementary Rows\nsymbols.phylog Representation of a quantitative variable in\n front of a phylogenetic tree\nsyndicats Two Questions asked on a Sample of 1000\n Respondents\nt3012 Average temperatures of 30 French cities\ntable.cont Plot of Contingency Tables\ntable.dist Graph Display for Distance Matrices\ntable.paint Plot of the arrays by grey levels\ntable.phylog Plot arrays in front of a phylogenetic tree\ntable.value Plot of the Arrays\ntarentaise Mountain Avifauna\ntaxo.eg Examples of taxonomy\ntestdim Function to perform a test of dimensionality\ntestdim.multiblock Selection of the number of dimension by\n two-fold cross-validation for multiblock\n methods\ntintoodiel Tinto and Odiel estuary geochemistry\ntithonia Phylogeny and quantitative traits of flowers\ntortues Morphological Study of the Painted Turtle\ntoxicity Homogeneous Table\ntriangle.class Triangular Representation and Groups of points\ntriangle.plot Triangular Plotting\ntrichometeo Pair of Ecological Data\nungulates Phylogeny and quantitative traits of ungulates.\nuniquewt.df Elimination of Duplicated Rows in a Array\nvariance.phylog The phylogenetic ANOVA\nvegtf Vegetation in Trois-Fontaines\nveuvage Example for Centring in PCA\nwca Within-Class Analysis\nwca.rlq Within-Class RLQ analysis\nwestafrica Freshwater fish zoogeography in west Africa\nwithincoinertia Within-class coinertia analysis\nwithinpca Normed within principal component analysis\nwitwit.coa Internal Correspondence Analysis\nwoangers Plant assemblages in woodlands of the\n conurbation of Angers (France)\nworksurv French Worker Survey (1970)\nyanomama Distance Matrices\nzealand Road distances in New-Zealand\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:36 GMT", - "Content-Type": "text/plain; charset=utf-8", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=d83fd631290f02a0d4734ab7fa359ab871499110595; expires=Tue, 03-Jul-18 19:36:35 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=86400, public", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 15:46:24 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "HIT", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b68699b0c89-AMS" - }, - "status_code": 200, - "type": "ok" - } - } -] \ No newline at end of file diff --git a/test/fixtures/http_potion_vcr_cassettes/digest_hmac.json b/test/fixtures/http_potion_vcr_cassettes/digest_hmac.json deleted file mode 100644 index ca775c6..0000000 --- a/test/fixtures/http_potion_vcr_cassettes/digest_hmac.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "request": { - "body": "{\"object\":\"qux\",\"key\":\"baz\",\"algo\":\"sha256\"}", - "headers": { - "Content-Type": "application/json" - }, - "method": "post", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/library/digest/R/hmac/json" - }, - "response": { - "body": "[\"e48bbe6502785b0388ddb386a3318a52a8cc41bfe3ac696223122266e32c919a\"]\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:39 GMT", - "Content-Type": "application/json", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=df0f396fce3004ab7546281f469cdc3371499110599; expires=Tue, 03-Jul-18 19:36:39 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=300, public", - "X-ocpu-session": "x004252601f", - "Location": "https://public.opencpu.org/ocpu/tmp/x004252601f/", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:39 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "EXPIRED", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b7ccb6b72a7-AMS" - }, - "status_code": 201, - "type": "ok" - } - } -] \ No newline at end of file diff --git a/test/fixtures/http_potion_vcr_cassettes/flip_coin.json b/test/fixtures/http_potion_vcr_cassettes/flip_coin.json deleted file mode 100644 index 9fb0b40..0000000 --- a/test/fixtures/http_potion_vcr_cassettes/flip_coin.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "request": { - "body": "{}", - "headers": { - "Content-Type": "application/json" - }, - "method": "post", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/library/animation/R/flip.coin/json" - }, - "response": { - "body": "{\n \"freq\": [0.42, 0.58],\n \"nmax\": [50]\n}\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:37 GMT", - "Content-Type": "application/json", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=d43aa163da19b00be9313397c622fb7631499110596; expires=Tue, 03-Jul-18 19:36:36 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=300, public", - "X-ocpu-session": "x0672b619eb", - "Location": "https://public.opencpu.org/ocpu/tmp/x0672b619eb/", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:36 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "EXPIRED", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b6bcf5f2bee-AMS" - }, - "status_code": 201, - "type": "ok" - } - } -] \ No newline at end of file diff --git a/test/fixtures/http_potion_vcr_cassettes/github_package_not_found.json b/test/fixtures/http_potion_vcr_cassettes/github_package_not_found.json deleted file mode 100644 index c1536ed..0000000 --- a/test/fixtures/http_potion_vcr_cassettes/github_package_not_found.json +++ /dev/null @@ -1,37 +0,0 @@ -[ - { - "request": { - "body": "{}", - "headers": { - "Content-Type": "application/json" - }, - "method": "post", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/github/baz/foo/R/bar/json" - }, - "response": { - "body": "Github App baz/foo not installed on this server\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:38 GMT", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=d612190d7791ef407bd7146b64583fedc1499110598; expires=Tue, 03-Jul-18 19:36:38 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:38 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b773eed2bee-AMS" - }, - "status_code": 404, - "type": "ok" - } - } -] \ No newline at end of file diff --git a/test/fixtures/http_potion_vcr_cassettes/prepare.json b/test/fixtures/http_potion_vcr_cassettes/prepare.json deleted file mode 100644 index b5c9058..0000000 --- a/test/fixtures/http_potion_vcr_cassettes/prepare.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "request": { - "body": "{\"object\":\"qux\",\"key\":\"baz\",\"algo\":\"sha256\"}", - "headers": { - "Content-Type": "application/json" - }, - "method": "post", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/library/digest/R/hmac/" - }, - "response": { - "body": "/ocpu/tmp/x0fbb142632/R/hmac\n/ocpu/tmp/x0fbb142632/R/.val\n/ocpu/tmp/x0fbb142632/stdout\n/ocpu/tmp/x0fbb142632/source\n/ocpu/tmp/x0fbb142632/console\n/ocpu/tmp/x0fbb142632/info\n/ocpu/tmp/x0fbb142632/files/DESCRIPTION\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:38 GMT", - "Content-Type": "text/plain; charset=utf-8", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=d3d7f7600ff3235473a91fe8293cef1471499110597; expires=Tue, 03-Jul-18 19:36:37 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=300, public", - "X-ocpu-session": "x0fbb142632", - "Location": "https://public.opencpu.org/ocpu/tmp/x0fbb142632/", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:37 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "EXPIRED", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b73fb10147f-AMS" - }, - "status_code": 201, - "type": "ok" - } - } -] \ No newline at end of file diff --git a/test/fixtures/http_potion_vcr_cassettes/response_with_na_values.json b/test/fixtures/http_potion_vcr_cassettes/response_with_na_values.json deleted file mode 100644 index 6e3b93c..0000000 --- a/test/fixtures/http_potion_vcr_cassettes/response_with_na_values.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "request": { - "body": "{\"x\":{\"y\":\"not_na\",\"x\":\"NA\"}}", - "headers": { - "Content-Type": "application/json" - }, - "method": "post", - "options": [], - "request_body": "", - "url": "https://public.opencpu.org/ocpu/library/base/R/identity/json" - }, - "response": { - "body": "{\n \"y\": [\"not_na\"],\n \"x\": [\"NA\"]\n}\n", - "headers": { - "Date": "Mon, 03 Jul 2017 19:36:37 GMT", - "Content-Type": "application/json", - "Transfer-Encoding": "chunked", - "Connection": "keep-alive", - "Set-Cookie": "__cfduid=d73a7efc4e863412cedb1424801778c1e1499110597; expires=Tue, 03-Jul-18 19:36:37 GMT; path=/; domain=.opencpu.org; HttpOnly", - "Cache-Control": "max-age=300, public", - "X-ocpu-session": "x0ce45aacd6", - "Location": "https://public.opencpu.org/ocpu/tmp/x0ce45aacd6/", - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control", - "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization", - "Access-Control-Allow-Credentials": "true", - "X-ocpu-r": "R version 3.4.1 (2017-06-30)", - "X-ocpu-locale": "en_US.UTF-8", - "X-ocpu-time": "2017-07-03 19:36:37 UTC", - "X-ocpu-version": "2.0.3.1", - "X-ocpu-server": "rApache", - "Vary": "Accept-Encoding", - "X-ocpu-cache": "EXPIRED", - "Server": "cloudflare-nginx", - "CF-RAY": "378c4b703ce92c36-AMS" - }, - "status_code": 201, - "type": "ok" - } - } -] \ No newline at end of file diff --git a/test/fixtures/vcr_cassettes/no_endpoint_configured.json b/test/fixtures/vcr_cassettes/no_endpoint_configured.json deleted file mode 100644 index 0637a08..0000000 --- a/test/fixtures/vcr_cassettes/no_endpoint_configured.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/test/opencpu/client_test.exs b/test/opencpu/client_test.exs index f6cff53..91a1c1e 100644 --- a/test/opencpu/client_test.exs +++ b/test/opencpu/client_test.exs @@ -4,7 +4,6 @@ defmodule OpenCPU.ClientTest do alias OpenCPU.Client setup_all do - ExVCR.Config.cassette_library_dir("test/fixtures/vcr_cassettes") HTTPoison.start :ok end diff --git a/test/opencpu/delayed_calculation_test.exs b/test/opencpu/delayed_calculation_test.exs index dd5e0ec..ba8fffe 100644 --- a/test/opencpu/delayed_calculation_test.exs +++ b/test/opencpu/delayed_calculation_test.exs @@ -5,7 +5,6 @@ defmodule OpenCPU.DelayedCalculationTest do setup_all do Application.put_env(:opencpu, :endpoint_url, "https://public.opencpu.org/ocpu") - ExVCR.Config.cassette_library_dir("test/fixtures/vcr_cassettes") HTTPoison.start :ok end -- GitLab